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

Performs encoding/decoding of the DIGuy character scale data. More...

+ Collaboration diagram for DtNetCharacterScale:

Public Member Functions

 DtNetCharacterScale ()
DtNetCharacterScaleoperator= (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

Detailed Description

Performs encoding/decoding of the DIGuy character scale data.

Constructor & Destructor Documentation

DtNetCharacterScale::DtNetCharacterScale ( )

Member Function Documentation

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.

Member Data Documentation

DtNet32Vector DtNetCharacterScale::myValue

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

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)