![]() |
VR-Link API Documentation for DIS
|
DtEnvironmentalCombicStateRecord implements the Environmental state record type "COMBIC State." See Enumerated Bit Values document, section 12.3.5.1. More...
Inheritance diagram for DtEnvironmentalCombicStateRecord:
Collaboration diagram for DtEnvironmentalCombicStateRecord:Public Member Functions | |
| DtEnvironmentalCombicStateRecord () | |
| Constructor. More... | |
| DtEnvironmentalCombicStateRecord (const DtEnvironmentalCombicStateRecord &orig) | |
| Copy constructor. More... | |
| const DtEnvironmentalCombicStateRecord & | operator= (const DtEnvironmentalCombicStateRecord &orig) |
| Assignment Operator. More... | |
| virtual | ~DtEnvironmentalCombicStateRecord () |
| Destructor. More... | |
| virtual DtEnvironmentalRecord * | clone () const |
| Clone. More... | |
| virtual void | setTimeSinceCreation (DtU32 timeSinceCreation) |
| Set/ get time since creation. More... | |
| virtual DtU32 | timeSinceCreation () const |
| virtual void | setMunitionSource (const DtEntityType &munitionSource) |
| Set/ get munition source type. More... | |
| virtual const DtEntityType & | munitionSource () const |
| virtual void | setNumberOfSources (DtInt32 numberOfSources) |
| Set/ get number of sources. More... | |
| virtual DtInt32 | numberOfSources () const |
| virtual void | setGeometryIndex (DtU16 geometryIndex) |
| Set/ get index of geometry record associated with this state record. More... | |
| virtual DtU16 | geometryIndex () const |
| virtual void | setSourceType (DtU32 sourceType) |
| Set/ get source type. More... | |
| virtual DtU32 | sourceType () const |
| virtual void | setBarrageRate (DtFloat32 barrageRate) |
| Set/ get barrage rate. More... | |
| virtual DtFloat32 | barrageRate () const |
| virtual void | setBarrageDuration (DtFloat32 barrageDuration) |
| Set/get barrage duration. More... | |
| virtual DtFloat32 | barrageDuration () const |
| virtual void | setBarrageCrosswindLength (DtFloat32 barrageCrosswindLength) |
| Set/get barrage crosswind length. More... | |
| virtual DtFloat32 | barrageCrosswindLength () const |
| virtual void | setBarrageDownwindLength (DtFloat32 barrageDownwindLength) |
| Set/get barrage downwind length. More... | |
| virtual DtFloat32 | barrageDownwindLength () const |
| virtual void | setDetonationVelocity (const DtVector &detonationVelocity) |
| Set/ get detonation velocity. More... | |
| virtual const DtVector & | detonationVelocity () const |
| virtual bool | createNetworkRepresentation () |
| This doesn't need to be called explicitly. More... | |
| const DtNetCombicStateRecord * | combicNetRep () const |
| returns the network representation of the environmental record More... | |
| DtNetCombicStateRecord * | combicNetRep () |
| 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 | |
| DtEnvironmentalCombicStateRecord * | 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 | myMunitionSource |
| DtVector | myDetonationVelocity |
Protected Attributes inherited from DtEnvironmentalRecord | |
| DtNetEnvironmentalRecord * | myNetRep |
DtEnvironmentalCombicStateRecord implements the Environmental state record type "COMBIC State." See Enumerated Bit Values document, section 12.3.5.1.
| DtEnvironmentalCombicStateRecord::DtEnvironmentalCombicStateRecord | ( | ) |
Constructor.
| DtEnvironmentalCombicStateRecord::DtEnvironmentalCombicStateRecord | ( | const DtEnvironmentalCombicStateRecord & | orig | ) |
Copy constructor.
|
virtual |
Destructor.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Clone.
Reimplemented from DtEnvironmentalRecord.
| const DtNetCombicStateRecord* DtEnvironmentalCombicStateRecord::combicNetRep | ( | ) | const |
returns the network representation of the environmental record
| DtNetCombicStateRecord* DtEnvironmentalCombicStateRecord::combicNetRep | ( | ) |
|
virtual |
This doesn't need to be called explicitly.
If any routine that needs the repository finds that it hasn't been created yet, it calls this method.
Reimplemented from DtEnvironmentalRecord.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
returns the size of the net representation, in bytes.
Reimplemented from DtEnvironmentalRecord.
|
virtual |
| const DtEnvironmentalCombicStateRecord& DtEnvironmentalCombicStateRecord::operator= | ( | const DtEnvironmentalCombicStateRecord & | orig | ) |
Assignment Operator.
|
protected |
Casts the 'this' pointer for changing elements in a const function.
|
virtual |
Set/get barrage crosswind length.
|
virtual |
Set/get barrage downwind length.
|
virtual |
Set/get barrage duration.
|
virtual |
Set/ get barrage rate.
|
virtual |
Set/ get detonation velocity.
|
virtual |
used by the PDU class to fill in the network representation
Reimplemented from DtEnvironmentalRecord.
|
virtual |
Set/ get index of geometry record associated with this state record.
|
virtual |
Set/ get munition source type.
|
virtual |
Set/ get number of sources.
|
virtual |
Set/ get source type.
|
virtual |
Set/ get time since creation.
|
virtual |
|
virtual |
|
protected |
|
protected |