orca-robotics INTRODUCTION Overview Download and Install Quick Start Documentation Publications REPOSITORY Interfaces Components Libraries Utilities Software Map DEVELOPER Tutorials Examples Dev Guide Dashboard Wiki login/pass: orca/orca PEOPLE Contributors Users Project Download Mailing lists
|
orca::CpuInfo Struct ReferenceGeneral CPU information.
More...
|
Public Attributes | |
Time | timeStamp |
Time when info was compiled. | |
string | info |
Unparsed string with CPU information, e.g. output of uname in Linux. |
To be more useful in cross-platform environments this object should probably have a bunch of fields. For example, IceGrid returns the following node description:
node `Alpha' { operating system = `Linux' host name = `alpha' release = `2.6.15-1-686' version = `#2 Mon Mar 6 15:27:08 UTC 2006' machine type = `i686' number of processors = `1' }
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)