![]() |
VR-Link API Documentation for HLA 1.3
|
Inheritance diagram for DtFalseTargetsAttributeRecord:
Collaboration diagram for DtFalseTargetsAttributeRecord:Public Member Functions | |
| DtFalseTargetsAttributeRecord () | |
| Constructor. | |
| DtFalseTargetsAttributeRecord (unsigned int emitterNumber, unsigned int beamNumber, DtEEAttributeStateIndicator stateIndicator, unsigned int falseTargetCount, float walkSpeed, float walkAcceleration, float maximumWalkDistance, float keepTime, float echoSpacing, float firstTargetOffset) | |
| Constructor. | |
| DtFalseTargetsAttributeRecord (const DtFalseTargetsAttributeRecord &orig) | |
| Copy Constructor. | |
| DtFalseTargetsAttributeRecord (const DtNetFalseTargetsAttributeRecord &netRecord) | |
| Copy Constructor. | |
| DtFalseTargetsAttributeRecord (void *ptr, unsigned int length) | |
| Net Constructor. | |
| virtual DtFalseTargetsAttributeRecord & | operator= (const DtFalseTargetsAttributeRecord &other) |
| Assignment operator. | |
| virtual DtStandardVariableRecord & | operator= (const DtStandardVariableRecord &record) |
| Assignment operator. | |
| virtual bool | operator== (const DtFalseTargetsAttributeRecord &other) |
| Equals operator. | |
| virtual bool | operator== (const DtStandardVariableRecord &other) |
| Equals operator. | |
| virtual unsigned int | recordType () const |
| Setters and Getters for Record Type. | |
| virtual void | setRecordType (unsigned int recordType) |
| Get/Set Record Type. | |
| virtual unsigned int | recordLength () const |
| Setters and Getters for Record Length. | |
| virtual void | setRecordLength (unsigned int recordLength) |
| Must include size of record header and padding to 8 bytes. | |
| virtual unsigned int | emitterNumber () const |
| Setters and Getters for Emitter Number. | |
| virtual void | setEmitterNumber (unsigned int emitterNumber) |
| virtual unsigned int | beamNumber () const |
| Setters and Getters for Beam Number. | |
| virtual void | setBeamNumber (unsigned int beamNumber) |
| virtual DtEEAttributeStateIndicator | stateIndicator () const |
| Setters and Getters for State Indicator. | |
| virtual void | setStateIndicator (DtEEAttributeStateIndicator stateIndicator) |
| virtual unsigned int | falseTargetCount () const |
| Setters and Getters for False Target Count. | |
| virtual void | setFalseTargetCount (unsigned int falseTargetCount) |
| virtual float | walkSpeed () const |
| Setters and Getters for Walk Speed. | |
| virtual void | setWalkSpeed (float walkSpeed) |
| virtual float | walkAcceleration () const |
| Setters and Getters for Walk Acceleration. | |
| virtual void | setWalkAcceleration (float walkAcceleration) |
| virtual float | maximumWalkDistance () const |
| Setters and Getters for Maximum Walk Distance. | |
| virtual void | setMaximumWalkDistance (float maximumWalkDistance) |
| virtual float | keepTime () const |
| Setters and Getters for Keep Time. | |
| virtual void | setKeepTime (float keepTime) |
| virtual float | echoSpacing () const |
| Setters and Getters for Echo Spacing. | |
| virtual void | setEchoSpacing (float echoSpacing) |
| virtual float | firstTargetOffset () const |
| Setters and Getters for First Target Offset. | |
| virtual void | setFirstTargetOffset (float firstTargetOffset) |
| virtual void | printDataToStream (std::ostream &stream) const |
| Prints the data to the specified stream. | |
| virtual void | writeRecord (void *addr) const |
| Writes the network representation to the given address. | |
| virtual void | setFromNet (const void *netRecord, unsigned int length, DtStandardVariableRetCode *retCode=NULL) |
| Sets the record from an address and length. Retcode will be Valid if all goes well. | |
| virtual unsigned int | unpaddedNetsize () const |
| Returns the size of the network representation (without padding bytes) | |
| virtual unsigned int | netSize () const |
| This overrides netSize because this Record is a special case as it is of a fixed size and Will never require padding. | |
| virtual DtStandardVariableRecord * | clone () const |
| Clone. | |
Static Public Member Functions | |
| static DtStandardVariableRecord * | create (void *addr, unsigned int length) |
| Create function used by Standard Variable Record Factory. | |
Protected Attributes | |
| DtNetFalseTargetsAttributeRecord | myFalseTargetsAttributeRecord |
| DtNetFalseTargetsAttributeRecord * | myFalseTargetsAttributeRecordPtr |
| DtFalseTargetsAttributeRecord::DtFalseTargetsAttributeRecord | ( | ) |
Constructor.
| DtFalseTargetsAttributeRecord::DtFalseTargetsAttributeRecord | ( | unsigned int | emitterNumber, |
| unsigned int | beamNumber, | ||
| DtEEAttributeStateIndicator | stateIndicator, | ||
| unsigned int | falseTargetCount, | ||
| float | walkSpeed, | ||
| float | walkAcceleration, | ||
| float | maximumWalkDistance, | ||
| float | keepTime, | ||
| float | echoSpacing, | ||
| float | firstTargetOffset | ||
| ) |
Constructor.
| DtFalseTargetsAttributeRecord::DtFalseTargetsAttributeRecord | ( | const DtFalseTargetsAttributeRecord & | orig | ) |
Copy Constructor.
| DtFalseTargetsAttributeRecord::DtFalseTargetsAttributeRecord | ( | const DtNetFalseTargetsAttributeRecord & | netRecord | ) |
Copy Constructor.
| DtFalseTargetsAttributeRecord::DtFalseTargetsAttributeRecord | ( | void * | ptr, |
| unsigned int | length | ||
| ) |
Net Constructor.
|
virtual |
Setters and Getters for Beam Number.
Implements DtElectromagneticEmissionsAttributeRecord.
|
virtual |
Clone.
Implements DtStandardVariableRecord.
|
static |
Create function used by Standard Variable Record Factory.
|
virtual |
Setters and Getters for Echo Spacing.
|
virtual |
Setters and Getters for Emitter Number.
Implements DtElectromagneticEmissionsAttributeRecord.
|
virtual |
Setters and Getters for False Target Count.
|
virtual |
Setters and Getters for First Target Offset.
|
virtual |
Setters and Getters for Keep Time.
|
virtual |
Setters and Getters for Maximum Walk Distance.
|
virtual |
This overrides netSize because this Record is a special case as it is of a fixed size and Will never require padding.
|
virtual |
Assignment operator.
|
virtual |
Assignment operator.
|
virtual |
Equals operator.
|
virtual |
Equals operator.
Implements DtStandardVariableRecord.
|
virtual |
Prints the data to the specified stream.
Implements DtStandardVariableRecord.
|
virtual |
Setters and Getters for Record Length.
Implements DtStandardVariableRecord.
|
virtual |
Setters and Getters for Record Type.
Implements DtStandardVariableRecord.
|
virtual |
Implements DtElectromagneticEmissionsAttributeRecord.
|
virtual |
|
virtual |
Implements DtElectromagneticEmissionsAttributeRecord.
|
virtual |
|
virtual |
|
virtual |
Sets the record from an address and length. Retcode will be Valid if all goes well.
Implements DtStandardVariableRecord.
|
virtual |
|
virtual |
|
virtual |
Must include size of record header and padding to 8 bytes.
Implements DtStandardVariableRecord.
|
virtual |
Get/Set Record Type.
Implements DtStandardVariableRecord.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Setters and Getters for State Indicator.
|
virtual |
Returns the size of the network representation (without padding bytes)
Implements DtStandardVariableRecord.
|
virtual |
Setters and Getters for Walk Acceleration.
|
virtual |
Setters and Getters for Walk Speed.
|
virtual |
Writes the network representation to the given address.
The assumption is that this memory is allocated and is of the proper size.
Implements DtStandardVariableRecord.
|
protected |
|
protected |