Simple class to be used as a timer and to retrieve the current time and date.
More...
#include <Time.hpp>
List of all members.
Detailed Description
Simple class to be used as a timer and to retrieve the current time and date.
Constructor & Destructor Documentation
Member Function Documentation
| virtual const char* vl::Time::className |
( |
) |
[inline, virtual] |
Returns the name of the class.
Reimplemented from vl::Object.
| int vl::Time::year |
( |
) |
const [inline] |
| int vl::Time::month |
( |
) |
const [inline] |
| int vl::Time::dayOfWeek |
( |
) |
const [inline] |
| int vl::Time::dayOfMonth |
( |
) |
const [inline] |
| int vl::Time::hour |
( |
) |
const [inline] |
| int vl::Time::minute |
( |
) |
const [inline] |
| int vl::Time::second |
( |
) |
const [inline] |
| int vl::Time::microsecond |
( |
) |
const [inline] |
| Real Time::currentTime |
( |
) |
[static] |
Seconds passed from an arbitrary origin QueryPerformanceFrequency should be called only once in the application lifetime.
| void Time::sleep |
( |
unsigned int |
milliseconds ) |
[static] |
| void vl::Time::start |
( |
int |
index = 0 ) |
[inline] |
| void vl::Time::stop |
( |
int |
index = 0 ) |
[inline] |
| bool vl::Time::isStarted |
( |
int |
index = 0 ) |
const [inline] |
| Real vl::Time::elapsed |
( |
int |
index = 0 ) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following files:
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/Time.hpp
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/Time.cpp