![]() |
VR-Link API Documentation for HLA 1.3
|
Performs encoding/decoding of the DIGuy character scale data. More...
Collaboration diagram for DtNetCharacterScale:Public Member Functions | |
| DtNetCharacterScale () | |
| DtNetCharacterScale & | operator= (const DtNetCharacterScale &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 | |
| DtNet32Vector | myValue |
Performs encoding/decoding of the DIGuy character scale data.
| DtNetCharacterScale::DtNetCharacterScale | ( | ) |
| void DtNetCharacterScale::fillFromBuffer | ( | const char * | buffer, |
| unsigned int | bufferSize | ||
| ) |
Fill this instance using the data from the given buffer.
| int DtNetCharacterScale::netSize | ( | ) | const |
Returns the size of the data when written to a network buffer.
| DtNetCharacterScale& DtNetCharacterScale::operator= | ( | const DtNetCharacterScale & | orig | ) |
| void DtNetCharacterScale::writeToBuffer | ( | char * | buffer | ) | const |
Write the data to a network buffer. Assums the buffer is at least netSize() in length.
| DtNet32Vector DtNetCharacterScale::myValue |