![]() |
VR-Link API Documentation for HLA 1.3
|
Collaboration diagram for DtWindStruct:Public Member Functions | |
| DtWindStruct () | |
| ~DtWindStruct () | |
| DtWindStruct (const DtWindStruct &orig) | |
| DtWindStruct (const DtNetWindStruct &orig) | |
| DtWindStruct & | operator= (const DtWindStruct &orig) |
| DtWindStruct & | operator= (const DtNetWindStruct &orig) |
| virtual void | setDirection (const DtFloat32 &val) |
| virtual const DtFloat32 & | direction () const |
| virtual void | setHorizontalSpeed (const DtFloat32 &val) |
| virtual const DtFloat32 & | horizontalSpeed () const |
| virtual void | setVerticalSpeed (const DtFloat32 &val) |
| virtual const DtFloat32 & | verticalSpeed () const |
| bool | operator== (const DtWindStruct &other) const |
| bool | operator!= (const DtWindStruct &other) const |
| int | netSize () const |
| unsigned int | getPaddingSize (unsigned long long byteOffset, unsigned int boundary) const |
| void | writeToBuffer (char *buffer) const |
| void | fillFromBuffer (const char *buffer, int bufferSize, int offset) |
| virtual void | printData () const |
| virtual void | printDataToStream (std::ostream &) const |
Static Public Member Functions | |
| static int | octetBoundary () |
Protected Attributes | |
| DtFloat32 | myDirection |
| DtFloat32 | myHorizontalSpeed |
| DtFloat32 | myVerticalSpeed |
| DtWindStruct::DtWindStruct | ( | ) |
| DtWindStruct::~DtWindStruct | ( | ) |
| DtWindStruct::DtWindStruct | ( | const DtWindStruct & | orig | ) |
| DtWindStruct::DtWindStruct | ( | const DtNetWindStruct & | orig | ) |
|
virtual |
| unsigned int DtWindStruct::getPaddingSize | ( | unsigned long long | byteOffset, |
| unsigned int | boundary | ||
| ) | const |
|
virtual |
| int DtWindStruct::netSize | ( | ) | const |
|
static |
| bool DtWindStruct::operator!= | ( | const DtWindStruct & | other | ) | const |
| DtWindStruct& DtWindStruct::operator= | ( | const DtWindStruct & | orig | ) |
| DtWindStruct& DtWindStruct::operator= | ( | const DtNetWindStruct & | orig | ) |
| bool DtWindStruct::operator== | ( | const DtWindStruct & | other | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| void DtWindStruct::writeToBuffer | ( | char * | buffer | ) | const |
|
protected |
|
protected |
|
protected |