Developer Documentation
Developer Documentation
USER IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

namespace MachineInfoC
Access information about the machine we're running on.

User Level:Default
Library: Msys
Example: exOption.cc

Methods:

#include "amma/System.hh"
IntT Processors()
Get the number of processors available.

StringC Arch()
Architecture ID.

StringC CompileFlags()
What flags where used in compiling.

StringC Endian()
Get String description of endian.

BooleanT IsBigEndian()
Endian description.

BooleanT IsLittleEndian()
Endian description.

DListC<ProcessC> ProcessList()
Get process list.

const StringC & Hostname()
Fully qualitied Name of host.

double LoadAverage(int otime = 1)
Get load average.
otime can be 1, 5 or 15 minites. If unknown -1 is returned.


Documentation by CxxDoc: Tue Mar 20 10:50:54 2001
Centre for Vision, Speech & Signal Processing