|
| | DtBlankingSectorAttributeRecord () |
| | Constructor. More...
|
| |
| | DtBlankingSectorAttributeRecord (unsigned int emitterNumber, unsigned int beamNumber, DtEEAttributeStateIndicator stateIndicator, float leftAzimuth, float rightAzimuth, float lowerAzimuth, float upperAzimuth, float residualPower) |
| | Constructor. More...
|
| |
| | DtBlankingSectorAttributeRecord (const DtBlankingSectorAttributeRecord &orig) |
| | Copy Constructor. More...
|
| |
| | DtBlankingSectorAttributeRecord (const DtNetBlankingSectorAttributeRecord &orig) |
| | Copy Constructor. More...
|
| |
| | DtBlankingSectorAttributeRecord (void *ptr, unsigned int length) |
| | Net Constructor. More...
|
| |
virtual
DtBlankingSectorAttributeRecord & | operator= (const DtBlankingSectorAttributeRecord &other) |
| | Assignment operator. More...
|
| |
| virtual DtStandardVariableRecord & | operator= (const DtStandardVariableRecord &record) |
| | Assignment operator. More...
|
| |
| virtual bool | operator== (const DtBlankingSectorAttributeRecord &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 | leftAzimuth () const |
| | Setters and Getters for Left Azimuth. More...
|
| |
| virtual void | setLeftAzimuth (float leftAzimuth) |
| |
| virtual float | rightAzimuth () const |
| | Setters and Getters for Right Azimuth. More...
|
| |
| virtual void | setRightAzimuth (float rightAzimuth) |
| |
| virtual float | lowerElevation () const |
| | Setters and Getters for Lower Elevation. More...
|
| |
| virtual void | setLowerElevation (float lowerElevation) |
| |
| virtual float | upperElevation () const |
| | Setters and Getters for Upper Elevation. More...
|
| |
| virtual void | setUpperElevation (float upperElevation) |
| |
| virtual float | residualPower () const |
| | Setters and Getters for Residual Power. More...
|
| |
| virtual void | setResidualPower (float residualPower) |
| |
| 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 |
| |