Functions | |
std::string | GetOSName () |
std::string | GetOSVersion () |
std::string | GetOSCompany () |
std::string | GetHostName () |
std::string | GetUserName () |
sint32 | GetNumCPUs () |
std::string | GetCpuModel () |
uint64 | GetCpuTime (uint64 starttime=0) |
void | Sleep (uint64 milli_seconds) |
Suspends the process for specified time if supported by the system otherwise it just waits specified time by checking the wall time. | |
std::string | GetDate () |
std::string | GetEnvironment (const std::string &ename) |
uint32 | GetProcessID () |
uint32 | GetCurrentThreadID () |
sint32 | GetLastError () |
std::string | GetLastErrorMessage () |
std::string TC::System::GetOSName | ( | ) |
std::string TC::System::GetOSVersion | ( | ) |
std::string TC::System::GetOSCompany | ( | ) |
std::string TC::System::GetHostName | ( | ) |
std::string TC::System::GetUserName | ( | ) |
sint32 TC::System::GetNumCPUs | ( | ) |
std::string TC::System::GetCpuModel | ( | ) |
uint64 TC::System::GetCpuTime | ( | uint64 | starttime = 0 |
) |
void TC::System::Sleep | ( | uint64 | milli_seconds | ) |
Suspends the process for specified time if supported by the system otherwise it just waits specified time by checking the wall time.
milli_seconds | Number of milli seconds to wait |
std::string TC::System::GetDate | ( | ) |
std::string TC::System::GetEnvironment | ( | const std::string & | ename | ) |
uint32 TC::System::GetProcessID | ( | ) |
uint32 TC::System::GetCurrentThreadID | ( | ) |
sint32 TC::System::GetLastError | ( | ) |
std::string TC::System::GetLastErrorMessage | ( | ) |