![]() |
VR-Forces 4.1.1 Class Documentation
|
Change precipitation state in VR-Vantage. More...

Public Member Functions | |
| DtPrecipitation_v1 () | |
| CTOR. | |
| ~DtPrecipitation_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 | |
| DtPrecipitationType | myPrecipitationType |
| Precipitation_Rain or Precipitation_Snow. | |
| DtFloat32 | myIntensity |
| Precipitation intensity, from 0.0 to 1.0. | |
| DtBool | myState |
| Precipitation on or off. | |
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 precipitation state in VR-Vantage.
|
inline |
CTOR.
|
inline |
DTOR.
| DtPrecipitationType vrvControlToolkit::DtPrecipitation_v1::myPrecipitationType |
Precipitation_Rain or Precipitation_Snow.
| DtFloat32 vrvControlToolkit::DtPrecipitation_v1::myIntensity |
Precipitation intensity, from 0.0 to 1.0.
| DtBool vrvControlToolkit::DtPrecipitation_v1::myState |
Precipitation on or off.