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