|
| | DtFalseTargetsAttributeRecord () |
| | Constructor. More...
|
| |
| | 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. More...
|
| |
| | DtFalseTargetsAttributeRecord (const DtFalseTargetsAttributeRecord &orig) |
| | Copy Constructor. More...
|
| |
| | DtFalseTargetsAttributeRecord (const DtNetFalseTargetsAttributeRecord &netRecord) |
| | Copy Constructor. More...
|
| |
| | DtFalseTargetsAttributeRecord (void *ptr, unsigned int length) |
| | Net Constructor. More...
|
| |
virtual
DtFalseTargetsAttributeRecord & | operator= (const DtFalseTargetsAttributeRecord &other) |
| | Assignment operator. More...
|
| |
| virtual DtStandardVariableRecord & | operator= (const DtStandardVariableRecord &record) |
| | Assignment operator. More...
|
| |
| virtual bool | operator== (const DtFalseTargetsAttributeRecord &other) |
| | Equals operator. More...
|
| |
| virtual bool | operator== (const DtStandardVariableRecord &other) |
| | Equals operator. More...
|
| |
| virtual unsigned int | recordType () const |
| | Setters and Getters for Record Type. More...
|
| |
| virtual void | setRecordType (unsigned int recordType) |
| | Get/Set Record Type. More...
|
| |
| virtual unsigned int | recordLength () const |
| | Setters and Getters for Record Length. More...
|
| |
| virtual void | setRecordLength (unsigned int recordLength) |
| | Must include size of record header and padding to 8 bytes. More...
|
| |
| virtual unsigned int | emitterNumber () const |
| | Setters and Getters for Emitter Number. More...
|
| |
| virtual void | setEmitterNumber (unsigned int emitterNumber) |
| |
| virtual unsigned int | beamNumber () const |
| | Setters and Getters for Beam Number. More...
|
| |
| virtual void | setBeamNumber (unsigned int beamNumber) |
| |
| virtual DtEEAttributeStateIndicator | stateIndicator () const |
| | Setters and Getters for State Indicator. More...
|
| |
| virtual void | setStateIndicator (DtEEAttributeStateIndicator stateIndicator) |
| |
| virtual unsigned int | falseTargetCount () const |
| | Setters and Getters for False Target Count. More...
|
| |
| virtual void | setFalseTargetCount (unsigned int falseTargetCount) |
| |
| virtual float | walkSpeed () const |
| | Setters and Getters for Walk Speed. More...
|
| |
| virtual void | setWalkSpeed (float walkSpeed) |
| |
| virtual float | walkAcceleration () const |
| | Setters and Getters for Walk Acceleration. More...
|
| |
| virtual void | setWalkAcceleration (float walkAcceleration) |
| |
| virtual float | maximumWalkDistance () const |
| | Setters and Getters for Maximum Walk Distance. More...
|
| |
| virtual void | setMaximumWalkDistance (float maximumWalkDistance) |
| |
| virtual float | keepTime () const |
| | Setters and Getters for Keep Time. More...
|
| |
| virtual void | setKeepTime (float keepTime) |
| |
| virtual float | echoSpacing () const |
| | Setters and Getters for Echo Spacing. More...
|
| |
| virtual void | setEchoSpacing (float echoSpacing) |
| |
| virtual float | firstTargetOffset () const |
| | Setters and Getters for First Target Offset. More...
|
| |
| virtual void | setFirstTargetOffset (float firstTargetOffset) |
| |
| virtual void | printDataToStream (std::ostream &stream) const |
| | Prints the data to the specified stream. More...
|
| |
| virtual void | writeRecord (void *addr) const |
| | Writes the network representation to the given address. More...
|
| |
| 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. More...
|
| |
| virtual unsigned int | unpaddedNetsize () const |
| | Returns the size of the network representation (without padding bytes) More...
|
| |
| 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. More...
|
| |
| virtual DtStandardVariableRecord * | clone () const |
| | Clone. 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 |
| |