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