![]() |
VR-Link API Documentation for DIS
|
Performs encoding/decoding of the DIGuy action data. More...
Collaboration diagram for DtNetDiGuyAction:Public Member Functions | |
| DtNetDiGuyAction () | |
| DtNetDiGuyAction & | operator= (const DtNetDiGuyAction &orig) |
| int | netSize () const |
| Returns the size of the data when written to a network buffer. | |
| void | writeToBuffer (char *buffer) const |
| Write the data to a network buffer. Assums the buffer is at least netSize() in length. | |
| void | fillFromBuffer (const char *buffer, unsigned int bufferSize) |
| Fill this instance using the data from the given buffer. | |
Public Attributes | |
| DtString | myAnimation |
| DtString | myPause |
| DtNetFloat64 | mySpeed |
| DtNetBoolean | myUsePositioning |
| DtNet32Vector | myOffset |
Performs encoding/decoding of the DIGuy action data.
| DtNetDiGuyAction::DtNetDiGuyAction | ( | ) |
| void DtNetDiGuyAction::fillFromBuffer | ( | const char * | buffer, |
| unsigned int | bufferSize | ||
| ) |
Fill this instance using the data from the given buffer.
| int DtNetDiGuyAction::netSize | ( | ) | const |
Returns the size of the data when written to a network buffer.
| DtNetDiGuyAction& DtNetDiGuyAction::operator= | ( | const DtNetDiGuyAction & | orig | ) |
| void DtNetDiGuyAction::writeToBuffer | ( | char * | buffer | ) | const |
Write the data to a network buffer. Assums the buffer is at least netSize() in length.
| DtString DtNetDiGuyAction::myAnimation |
| DtNet32Vector DtNetDiGuyAction::myOffset |
| DtString DtNetDiGuyAction::myPause |
| DtNetFloat64 DtNetDiGuyAction::mySpeed |
| DtNetBoolean DtNetDiGuyAction::myUsePositioning |