![]() |
VR-Link API Documentation for HLA 1516
|
DtEnvironmentalFlareStateRecord implements the Environmental state record type "Flare State." See Enumerated Bit Values document, section 12.3.5.2. More...
Inheritance diagram for DtEnvironmentalFlareStateRecord:
Collaboration diagram for DtEnvironmentalFlareStateRecord:Public Member Functions | |
| DtEnvironmentalFlareStateRecord () | |
| Constructor. More... | |
| DtEnvironmentalFlareStateRecord (const DtEnvironmentalFlareStateRecord &orig) | |
| Copy constructor. More... | |
| const DtEnvironmentalFlareStateRecord & | operator= (const DtEnvironmentalFlareStateRecord &orig) |
| Assignment Operator. More... | |
| virtual | ~DtEnvironmentalFlareStateRecord () |
| Destructor. More... | |
| virtual DtEnvironmentalRecord * | clone () const |
| Clone. More... | |
| virtual void | setTimeSinceCreation (DtU32 timeSinceCreation) |
| Set/ get the time since creation. More... | |
| virtual DtU32 | timeSinceCreation () const |
| virtual void | setSource (const DtEntityType &source) |
| Set/ get the source type. More... | |
| virtual const DtEntityType & | source () const |
| virtual void | setNumberOfSources (DtInt32 numberOfSources) |
| Set/ get the number of sources. More... | |
| virtual DtInt32 | numberOfSources () const |
| virtual void | setNumberIntensity (DtInt32 numberIntensity) |
| Set/ get the number intensity. More... | |
| virtual DtInt32 | numberIntensity () const |
| virtual void | setGeometryIndex (DtU16 geometryIndex) |
| Set/ get the index of the geometry record associated with this state record. More... | |
| virtual DtU16 | geometryIndex () const |
| virtual bool | createNetworkRepresentation () |
| Create the record's network representation. More... | |
| const DtNetFlareStateRecord * | flareNetRep () const |
| returns the network representation of the environmental record More... | |
| DtNetFlareStateRecord * | flareNetRep () |
| virtual void | setFromNet (const DtNetEnvironmentalRecord &buffer, int protocolVersion) |
| used by the PDU class to fill in the network representation More... | |
| virtual int | netRepSize () const |
| returns the size of the net representation, in bytes. More... | |
Public Member Functions inherited from DtEnvironmentalRecord | |
| DtEnvironmentalRecord () | |
| Constructor. More... | |
| DtEnvironmentalRecord (const DtEnvironmentalRecord &orig) | |
| Copy constructor. More... | |
| const DtEnvironmentalRecord & | operator= (const DtEnvironmentalRecord &orig) |
| Assignment operator. More... | |
| virtual | ~DtEnvironmentalRecord () |
| Destructor. More... | |
| virtual void | setType (DtU32 type) |
| virtual DtU32 | type () const |
| virtual void | setLength (DtU16 length) |
| virtual DtU16 | length () const |
| virtual void | setIndex (DtU8 index) |
| virtual DtU8 | index () const |
| const DtNetEnvironmentalRecord * | netRep () const |
| returns the network representation of the environmental record More... | |
| DtNetEnvironmentalRecord * | netRep () |
Protected Member Functions | |
| DtEnvironmentalFlareStateRecord * | self () const |
| Casts the 'this' pointer for changing elements in a const function. More... | |
Protected Member Functions inherited from DtEnvironmentalRecord | |
| virtual bool | checkAndCreate () |
| Checks to see if we need a representation, and creates it if we do Returns false, if the create fails, true otherwise. More... | |
| virtual bool | resizeNetRep (int newSize) |
| Resizes the network representation. More... | |
| DtEnvironmentalRecord * | self () const |
| Casts the 'this' pointer for changing elements in a const function. More... | |
Protected Attributes | |
| DtEntityType | mySource |
Protected Attributes inherited from DtEnvironmentalRecord | |
| DtNetEnvironmentalRecord * | myNetRep |
DtEnvironmentalFlareStateRecord implements the Environmental state record type "Flare State." See Enumerated Bit Values document, section 12.3.5.2.
| DtEnvironmentalFlareStateRecord::DtEnvironmentalFlareStateRecord | ( | ) |
Constructor.
| DtEnvironmentalFlareStateRecord::DtEnvironmentalFlareStateRecord | ( | const DtEnvironmentalFlareStateRecord & | orig | ) |
Copy constructor.
|
virtual |
Destructor.
|
virtual |
Clone.
Reimplemented from DtEnvironmentalRecord.
|
virtual |
Create the record's network representation.
Reimplemented from DtEnvironmentalRecord.
| const DtNetFlareStateRecord* DtEnvironmentalFlareStateRecord::flareNetRep | ( | ) | const |
returns the network representation of the environmental record
| DtNetFlareStateRecord* DtEnvironmentalFlareStateRecord::flareNetRep | ( | ) |
|
virtual |
|
virtual |
returns the size of the net representation, in bytes.
Reimplemented from DtEnvironmentalRecord.
|
virtual |
|
virtual |
| const DtEnvironmentalFlareStateRecord& DtEnvironmentalFlareStateRecord::operator= | ( | const DtEnvironmentalFlareStateRecord & | orig | ) |
Assignment Operator.
|
protected |
Casts the 'this' pointer for changing elements in a const function.
|
virtual |
used by the PDU class to fill in the network representation
Reimplemented from DtEnvironmentalRecord.
|
virtual |
Set/ get the index of the geometry record associated with this state record.
|
virtual |
Set/ get the number intensity.
|
virtual |
Set/ get the number of sources.
|
virtual |
Set/ get the source type.
|
virtual |
Set/ get the time since creation.
|
virtual |
|
virtual |
|
protected |