VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
DtNetDiGuyAppearance Class Reference

Performs encoding/decoding of the DIGuy appearance data. More...

+ Collaboration diagram for DtNetDiGuyAppearance:

Public Member Functions

 DtNetDiGuyAppearance ()
 
DtNetDiGuyAppearanceoperator= (const DtNetDiGuyAppearance &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

DtString myBody
 
DtString myHead
 
DtString myItem
 
std::vector< DtStringmyAccessory
 

Detailed Description

Performs encoding/decoding of the DIGuy appearance data.

Constructor & Destructor Documentation

DtNetDiGuyAppearance::DtNetDiGuyAppearance ( )

Member Function Documentation

void DtNetDiGuyAppearance::fillFromBuffer ( const char *  buffer,
unsigned 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.

Member Data Documentation

std::vector<DtString> DtNetDiGuyAppearance::myAccessory
DtString DtNetDiGuyAppearance::myBody
DtString DtNetDiGuyAppearance::myHead
DtString DtNetDiGuyAppearance::myItem

The documentation for this class was generated from the following file:

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)