![]() |
VR-Forces 4.3 Class Documentation
|
Change date and time in VR-Vantage. More...

Public Member Functions | |
| DtDateTime_v1 () | |
| CTOR. | |
| ~DtDateTime_v1 () | |
| DTOR. | |
Public Member Functions inherited from vrvControlToolkit::DtVrvControl_v1 | |
| DtVrvControl_v1 () | |
| CTOR. | |
| ~DtVrvControl_v1 () | |
| DTOR. | |
| DtVrvControl_v1 (const DtVrvControl_v1 &orig) | |
| Copy CTOR. | |
| DtVrvControl_v1 & | operator= (const DtVrvControl_v1 &orig) |
| Assignment operator. | |
Public Attributes | |
| DtUInt16 | myYear |
| The year. | |
| DtUInt8 | myMonth |
| The month (1-12) | |
| DtUInt8 | myDay |
| The day (1-31) | |
| DtUInt8 | myHour |
| The hour (1-24) | |
| DtUInt8 | myMinute |
| DtUInt8 | mySecond |
| The seconds (0-60) | |
Public Attributes inherited from vrvControlToolkit::DtVrvControl_v1 | |
| DtUInt32 | myMagicNumber |
| Bit pattern that indicates that this is a view control packet. | |
| DtUInt16 | mySize |
| The total size of the VC packet, including this header This will be filled in by the specific view control packet constructor. | |
| DtUInt16 | myVersion |
| View control packet version. | |
| DtFloat32 | myLibraryVersion |
| View control library version. | |
| DtVrvControlTypeEnum | myType |
| View control packet type. | |
Change date and time in VR-Vantage.
|
inline |
CTOR.
|
inline |
DTOR.
| DtUInt16 vrvControlToolkit::DtDateTime_v1::myYear |
The year.
| DtUInt8 vrvControlToolkit::DtDateTime_v1::myMonth |
The month (1-12)
| DtUInt8 vrvControlToolkit::DtDateTime_v1::myDay |
The day (1-31)
| DtUInt8 vrvControlToolkit::DtDateTime_v1::myHour |
The hour (1-24)
| DtUInt8 vrvControlToolkit::DtDateTime_v1::myMinute |
| DtUInt8 vrvControlToolkit::DtDateTime_v1::mySecond |
The seconds (0-60)