![]() |
VR-Link API Documentation for HLA 1.3
|
Inheritance diagram for DtDiGuyPatchesRecord:
Collaboration diagram for DtDiGuyPatchesRecord:Public Member Functions | |
| DtDiGuyPatchesRecord () | |
| Constructor. More... | |
| DtDiGuyPatchesRecord (const DtDiGuyPatchesRecord &orig) | |
| Copy Constructor. More... | |
| DtDiGuyPatchesRecord (void *netBuffer, unsigned int size) | |
| Net Constructor. More... | |
| virtual DtDiGuyPatchesRecord & | operator= (const DtDiGuyPatchesRecord &record) |
| Assignment Operator. More... | |
| virtual DtStandardVariableRecord & | operator= (const DtStandardVariableRecord &other) |
| Assignment operator. More... | |
| virtual bool | operator== (const DtDiGuyPatchesRecord &record) |
| Equals Operator. More... | |
| virtual bool | operator== (const DtStandardVariableRecord &other) |
| Equals operator. More... | |
| virtual void | writeRecord (void *addr) const |
| virtual void | setFromNet (const void *netRecord, unsigned int length, DtStandardVariableRetCode *retCode=NULL) |
| Sets the record from an address and length. More... | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Prints the data to the specified stream. More... | |
| virtual unsigned int | unpaddedNetsize () const |
| This is the network size of the record without padding. More... | |
| virtual DtStandardVariableRecord * | clone () const |
| Clone. More... | |
| DtDiGuyPatchesRecord () | |
| Constructor. More... | |
| DtDiGuyPatchesRecord (const DtDiGuyPatchesRecord &orig) | |
| Copy Constructor. More... | |
| DtDiGuyPatchesRecord (void *netBuffer, unsigned int size) | |
| Net Constructor. More... | |
| virtual DtDiGuyPatchesRecord & | operator= (const DtDiGuyPatchesRecord &record) |
| Assignment Operator. More... | |
| virtual DtStandardVariableRecord & | operator= (const DtStandardVariableRecord &other) |
| Assignment operator. More... | |
| virtual bool | operator== (const DtDiGuyPatchesRecord &record) |
| Equals Operator. More... | |
| virtual bool | operator== (const DtStandardVariableRecord &other) |
| Equals operator. More... | |
| virtual void | writeRecord (void *addr) const |
| virtual void | setFromNet (const void *netRecord, unsigned int length, DtStandardVariableRetCode *retCode=NULL) |
| Sets the record from an address and length. More... | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Prints the data to the specified stream. More... | |
| virtual unsigned int | unpaddedNetsize () const |
| This is the network size of the record without padding. More... | |
| virtual DtStandardVariableRecord * | clone () const |
| Clone. More... | |
| virtual unsigned int | recordType () const |
| Get/Set Record Type. More... | |
| virtual void | setRecordType (unsigned int recordType) |
| Get/Set Record Type. More... | |
| virtual unsigned int | recordLength () const |
| Get/Set Record Length. More... | |
| virtual void | setRecordLength (unsigned int length) |
| Must include size of record header and padding to 8 bytes. More... | |
| virtual const char * | name () const |
| Set/Get name. More... | |
| virtual void | setName (const DtString &nameValue) |
| Set/Get name. More... | |
| virtual unsigned int | unit () const |
| Set/Get unit. More... | |
| virtual void | setUnit (unsigned int unitValue) |
| Set/Get unit. More... | |
| virtual unsigned | personalUnit () const |
| Set/Get personal unit. More... | |
| virtual void | setPersonalUnit (unsigned int unitValue) |
| Set/Get personal unit. More... | |
| virtual short | rank () const |
| Set/Get rank. More... | |
| virtual void | setRank (short rank) |
| Set/Get rank. More... | |
| virtual unsigned int | recordType () const |
| Get/Set Record Type. More... | |
| virtual void | setRecordType (unsigned int recordType) |
| Get/Set Record Type. More... | |
| virtual unsigned int | recordLength () const |
| Get/Set Record Length. More... | |
| virtual void | setRecordLength (unsigned int length) |
| Must include size of record header and padding to 8 bytes. More... | |
| virtual const char * | name () const |
| Set/Get name. More... | |
| virtual void | setName (const DtString &nameValue) |
| Set/Get name. More... | |
| virtual unsigned int | unit () const |
| Set/Get unit. More... | |
| virtual void | setUnit (unsigned int unitValue) |
| Set/Get unit. More... | |
| virtual unsigned | personalUnit () const |
| Set/Get personal unit. More... | |
| virtual void | setPersonalUnit (unsigned int unitValue) |
| Set/Get personal unit. More... | |
| virtual short | rank () const |
| Set/Get rank. More... | |
| virtual void | setRank (short rank) |
| Set/Get rank. More... | |
Public Member Functions inherited from DtStandardVariableRecord | |
| DtStandardVariableRecord () | |
| Constructor. More... | |
| virtual | ~DtStandardVariableRecord () |
| Destructor. More... | |
| virtual void | printData () const |
| Prints the data to DtInfo. More... | |
| virtual unsigned int | netSize () |
| Returns the size of the network representation (including padding bytes) More... | |
| virtual void | setOriginatingSimulationAddress (const DtSimulationAddress &) |
| virtual const DtSimulationAddress & | originatingSimulationAddress () const |
Static Public Member Functions | |
| static DtStandardVariableRecord * | create (void *addr, unsigned int length) |
| Creator of an unknown record for registering in a factory. More... | |
| static unsigned int | recordTypeToUse () |
| Return the DI-Guy Uniform Patch record type. More... | |
| static void | setRecordTypeToUse (unsigned int typeToUse) |
| Set the record type to use. More... | |
| static DtStandardVariableRecord * | create (void *addr, unsigned int length) |
| Creator of an unknown record for registering in a factory. More... | |
| static unsigned int | recordTypeToUse () |
| Return the DI-Guy Uniform Patch record type. More... | |
| static void | setRecordTypeToUse (unsigned int typeToUse) |
| Set the record type to use. More... | |
Protected Attributes | |
| std::vector< char > | myRecordBuffer |
| DtNetDiguyPatchesRecord * | myRecordPtr |
| char * | myNamePtr |
Protected Attributes inherited from DtStandardVariableRecord | |
| DtSimulationAddress | myOriginatingSimulationAddress |
Static Protected Attributes | |
| static const unsigned int | theMinimumSize |
| DtDiGuyPatchesRecord::DtDiGuyPatchesRecord | ( | ) |
Constructor.
| DtDiGuyPatchesRecord::DtDiGuyPatchesRecord | ( | const DtDiGuyPatchesRecord & | orig | ) |
Copy Constructor.
| DtDiGuyPatchesRecord::DtDiGuyPatchesRecord | ( | void * | netBuffer, |
| unsigned int | size | ||
| ) |
Net Constructor.
| DtDiGuyPatchesRecord::DtDiGuyPatchesRecord | ( | ) |
Constructor.
| DtDiGuyPatchesRecord::DtDiGuyPatchesRecord | ( | const DtDiGuyPatchesRecord & | orig | ) |
Copy Constructor.
| DtDiGuyPatchesRecord::DtDiGuyPatchesRecord | ( | void * | netBuffer, |
| unsigned int | size | ||
| ) |
Net Constructor.
|
virtual |
Clone.
Implements DtStandardVariableRecord.
|
virtual |
Clone.
Implements DtStandardVariableRecord.
|
static |
Creator of an unknown record for registering in a factory.
|
static |
Creator of an unknown record for registering in a factory.
|
virtual |
Set/Get name.
|
virtual |
Set/Get name.
|
virtual |
Assignment Operator.
|
virtual |
Assignment Operator.
|
virtual |
Assignment operator.
|
virtual |
Assignment operator.
|
virtual |
Equals Operator.
|
virtual |
Equals Operator.
|
virtual |
Equals operator.
Implements DtStandardVariableRecord.
|
virtual |
Equals operator.
Implements DtStandardVariableRecord.
|
virtual |
Set/Get personal unit.
|
virtual |
Set/Get personal unit.
|
virtual |
Prints the data to the specified stream.
Implements DtStandardVariableRecord.
|
virtual |
Prints the data to the specified stream.
Implements DtStandardVariableRecord.
|
virtual |
Set/Get rank.
|
virtual |
Set/Get rank.
|
virtual |
Get/Set Record Length.
Implements DtStandardVariableRecord.
|
virtual |
Get/Set Record Length.
Implements DtStandardVariableRecord.
|
virtual |
Get/Set Record Type.
Implements DtStandardVariableRecord.
|
virtual |
Get/Set Record Type.
Implements DtStandardVariableRecord.
|
static |
Return the DI-Guy Uniform Patch record type.
|
static |
Return the DI-Guy Uniform Patch record type.
|
virtual |
Sets the record from an address and length.
Return code will be Valid if all goes well. Memory must exist for life of the variable record
Implements DtStandardVariableRecord.
|
virtual |
Sets the record from an address and length.
Return code will be Valid if all goes well. Memory must exist for life of the variable record
Implements DtStandardVariableRecord.
|
virtual |
Set/Get name.
|
virtual |
Set/Get name.
|
virtual |
Set/Get personal unit.
|
virtual |
Set/Get personal unit.
|
virtual |
Set/Get rank.
|
virtual |
Set/Get rank.
|
virtual |
Must include size of record header and padding to 8 bytes.
Implements DtStandardVariableRecord.
|
virtual |
Must include size of record header and padding to 8 bytes.
Implements DtStandardVariableRecord.
|
virtual |
Get/Set Record Type.
Implements DtStandardVariableRecord.
|
virtual |
Get/Set Record Type.
Implements DtStandardVariableRecord.
|
static |
Set the record type to use.
|
static |
Set the record type to use.
|
virtual |
Set/Get unit.
|
virtual |
Set/Get unit.
|
virtual |
Set/Get unit.
|
virtual |
Set/Get unit.
|
virtual |
This is the network size of the record without padding.
Implements DtStandardVariableRecord.
|
virtual |
This is the network size of the record without padding.
Implements DtStandardVariableRecord.
|
virtual |
Implements DtStandardVariableRecord.
|
virtual |
Implements DtStandardVariableRecord.
|
protected |
|
protected |
|
protected |
|
staticprotected |