![]() |
VR-Forces 4.10 Class Documentation
|
Performs encoding/decoding of the DIGuy body weight data. More...
Public Member Functions | |
| DtExtNetDiGuyBodyWeight () | |
| DtExtNetDiGuyBodyWeight & | operator= (const DtExtNetDiGuyBodyWeight &orig) |
| int | netSize () const |
| Returns the size of the data when written to a network buffer. More... | |
| void | writeToBuffer (char *buffer) const |
| Write the data to a network buffer. Assums the buffer is at least netSize() in length. More... | |
| void | fillFromBuffer (const char *buffer, unsigned int bufferSize) |
| Fill this instance using the data from the given buffer. More... | |
Public Attributes | |
| DtNetFloat64 | myBodyWeight |
Performs encoding/decoding of the DIGuy body weight data.
| DtExtNetDiGuyBodyWeight::DtExtNetDiGuyBodyWeight | ( | ) |
| DtExtNetDiGuyBodyWeight& DtExtNetDiGuyBodyWeight::operator= | ( | const DtExtNetDiGuyBodyWeight & | orig | ) |
| int DtExtNetDiGuyBodyWeight::netSize | ( | ) | const |
Returns the size of the data when written to a network buffer.
| void DtExtNetDiGuyBodyWeight::writeToBuffer | ( | char * | buffer | ) | const |
Write the data to a network buffer. Assums the buffer is at least netSize() in length.
Fill this instance using the data from the given buffer.
| DtNetFloat64 DtExtNetDiGuyBodyWeight::myBodyWeight |