RSC  0.16.0
HostInfo.h File Reference
#include <string>
#include <boost/date_time/posix_time/ptime.hpp>
#include "rsc/rscexports.h"
Include dependency graph for HostInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 rsc
 
 rsc::os
 

Functions

RSC_EXPORT std::string rsc::os::currentMachineType ()
 Determine and return the machine type, usually CPU architecture, of the local machine. More...
 
RSC_EXPORT std::string rsc::os::currentMachineVersion ()
 Determine and return the version within its type, usually the CPU identification string, of the local machine. More...
 
RSC_EXPORT std::string rsc::os::currentSoftwareType ()
 Determine and return the type of the operating system, usually the kernel name, running on the local machine. More...
 
RSC_EXPORT std::string rsc::os::currentSoftwareVersion ()
 Determine and return the version of the operating system within its type, usually the kernel version string, running on the local machine. More...
 
RSC_EXPORT std::string rsc::os::currentHostname ()
 Determine and return the hostname of the local machine. More...
 
RSC_EXPORT std::string rsc::os::currentHostId ()
 Determine and return a unique id string of the local machine. More...
 
RSC_EXPORT boost::posix_time::ptime rsc::os::currentBootTime ()
 Return the boot time of the local machine. More...