This is a brief description.
More...
#include <Time.h>
Detailed description.
- Author
- Name (name@.nosp@m.emai.nosp@m.l.com)
§ Time() [1/3]
openjaus::system::Time::Time |
( |
| ) |
|
§ ~Time()
openjaus::system::Time::~Time |
( |
| ) |
|
|
virtual |
§ Time() [2/3]
openjaus::system::Time::Time |
( |
int |
new_sec, |
|
|
int |
new_microsec |
|
) |
| |
§ Time() [3/3]
openjaus::system::Time::Time |
( |
double |
new_sec | ) |
|
§ getMicroseconds()
int openjaus::system::Time::getMicroseconds |
( |
| ) |
const |
§ getSeconds()
int openjaus::system::Time::getSeconds |
( |
| ) |
const |
§ getTickCount_ms()
double openjaus::system::Time::getTickCount_ms |
( |
| ) |
|
|
static |
§ getTime()
Time openjaus::system::Time::getTime |
( |
void |
| ) |
|
|
static |
§ inSec()
double openjaus::system::Time::inSec |
( |
| ) |
|
§ setMicroseconds()
bool openjaus::system::Time::setMicroseconds |
( |
int |
microseconds | ) |
|
- Parameters
-
microseconds | The value of the new microseconds. |
§ setSeconds()
bool openjaus::system::Time::setSeconds |
( |
int |
seconds | ) |
|
- Parameters
-
seconds | The value of the new seconds. |
§ sleep()
void openjaus::system::Time::sleep |
( |
int |
milliseconds | ) |
|
|
static |
§ toString()
std::string openjaus::system::Time::toString |
( |
| ) |
const |
|
virtual |
§ operator<< [1/2]
§ operator<< [2/2]
§ microseconds
int openjaus::system::Time::microseconds |
|
protected |
§ seconds
int openjaus::system::Time::seconds |
|
protected |
The documentation for this class was generated from the following files: