|
| | DtAngleDeceptionAttributeRecord () |
| | Constructor. More...
|
| |
| | DtAngleDeceptionAttributeRecord (unsigned int emitterNumber, unsigned int beamNumber, DtEEAttributeStateIndicator stateIndicator, float azimuthOffset, float azimuthWidth, float azimuthPullRate, float azimuthPullAcceleration, float elevationOffset, float elevationWidth, float elevationPullRate, float elevationPullAcceleration) |
| | Constructor. More...
|
| |
| | DtAngleDeceptionAttributeRecord (const DtAngleDeceptionAttributeRecord &orig) |
| | Copy Constructor. More...
|
| |
| | DtAngleDeceptionAttributeRecord (const DtNetAngleDeceptionAttributeRecord &netRecord) |
| | Copy Constructor. More...
|
| |
| | DtAngleDeceptionAttributeRecord (void *ptr, unsigned int length) |
| | Net Constructor. More...
|
| |
virtual
DtAngleDeceptionAttributeRecord & | operator= (const DtAngleDeceptionAttributeRecord &other) |
| | Assignment operator. More...
|
| |
| virtual DtStandardVariableRecord & | operator= (const DtStandardVariableRecord &record) |
| | Assignment operator. More...
|
| |
| virtual bool | operator== (const DtAngleDeceptionAttributeRecord &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 float | azimuthOffset () const |
| | Setters and Getters for Azimuth Offset. More...
|
| |
| virtual void | setAzimuthOffset (float azimuthOffset) |
| |
| virtual float | azimuthWidth () const |
| | Setters and Getters for Azimuth Width. More...
|
| |
| virtual void | setAzimuthWidth (float azimuthWidth) |
| |
| virtual float | azimuthPullRate () const |
| | Setters and Getters for Azimuth Pull Rate. More...
|
| |
| virtual void | setAzimuthPullRate (float azimuthPullRate) |
| |
| virtual float | azimuthPullAcceleration () const |
| | Setters and Getters for Azimuth Pull Acceleration. More...
|
| |
| virtual void | setAzimuthPullAcceleration (float azimuthPullAcceleration) |
| |
| virtual float | elevationOffset () const |
| | Setters and Getters for Elevation Offset. More...
|
| |
| virtual void | setElevationOffset (float elevationOffset) |
| |
| virtual float | elevationWidth () const |
| | Setters and Getters for Elevation Width. More...
|
| |
| virtual void | setElevationWidth (float elevationWidth) |
| |
| virtual float | elevationPullRate () const |
| | Setters and Getters for Elevation Pull Rate. More...
|
| |
| virtual void | setElevationPullRate (float elevationPullRate) |
| |
| virtual float | elevationPullAcceleration () const |
| | Setters and Getters for Elevation Pull Acceleration. More...
|
| |
| virtual void | setElevationPullAcceleration (float elevationPullAcceleration) |
| |
| 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 |
| |