Public Member Functions |
| | DtEmitterBeamRepository () |
| | default constructor
|
| virtual | ~DtEmitterBeamRepository () |
| | destructor
|
| | DtEmitterBeamRepository (const DtEmitterBeamRepository &orig) |
| | copy constructor
|
| DtEmitterBeamRepository & | operator= (const DtEmitterBeamRepository &orig) |
| | assignment operator
|
| virtual DtStateRepository * | clone (bool copy=false) const |
| | Return a copy/empty object of the same type as this.
|
| virtual void | setAzimuthCenter (DtFloat32 center) |
| | Set/Get Azimuth Center.
|
| virtual DtFloat32 | azimuthCenter () const |
| virtual void | setAzimuthSweep (DtFloat32 sweep) |
| | Set/Get Azimuth Sweep.
|
| virtual DtFloat32 | azimuthSweep () const |
| virtual void | setBeamFunction (DtBeamFunc func) |
| | Set/Get Beam Function.
|
| virtual DtBeamFunc | beamFunction () const |
| virtual void | setBeamStatus (DtU8 func) |
| | Set/Get Beam Function.
|
| virtual DtU8 | beamStatus () const |
| virtual void | setBeamId (DtU8 id) |
| | Set/Get Beam Id.
|
| virtual DtU8 | beamId () const |
| virtual void | setBeamParameterIndex (DtU16 index) |
| | Set/Get Beam Parameter Index.
|
| virtual DtU16 | beamParameterIndex () const |
| virtual void | setElevationCenter (DtFloat32 center) |
| | Set/Get Elevation Center.
|
| virtual DtFloat32 | elevationCenter () const |
| virtual void | setElevationSweep (DtFloat32 sweep) |
| | Set/Get Elevation Sweep.
|
| virtual DtFloat32 | elevationSweep () const |
| virtual void | setEmittingSystemId (const DtGlobalObjectDesignator &id) |
| | Set/Get Emitting System Id.
|
virtual const
DtGlobalObjectDesignator & | emittingSystemId () const |
| virtual void | setERP (DtFloat32 erp) |
| | Set/Get Effective Radiated Power (ERP)
|
| virtual DtFloat32 | ERP () const |
| virtual void | setEntityId (const DtEntityIdentifier &id) |
| | Set/Get Entity Id RPR - not used after RPR 0.5.
|
| virtual const DtEntityIdentifier & | entityId () const |
| virtual void | setEventId (const DtEventId &id) |
| | Set/Get Event Id - not used until RPR 0.7.
|
| virtual const DtEventId & | eventId () const |
| virtual void | setFrequency (DtFloat32 freq) |
| | Set/Get Frequency.
|
| virtual DtFloat32 | frequency () const |
| virtual void | setFrequencyRange (DtFloat32 freq) |
| | Set/Get Frequency Range.
|
| virtual DtFloat32 | frequencyRange () const |
| virtual void | setPRF (DtFloat32 prf) |
| | Set/Get Pulse Repetition Frequency (PRF)
|
| virtual DtFloat32 | PRF () const |
| virtual void | setPulseWidth (DtFloat32 width) |
| | Set/Get Pulse Width.
|
| virtual DtFloat32 | pulseWidth () const |
| virtual void | setSweepSync (DtFloat32 sync) |
| | Set/Get Sweep Sync.
|
| virtual DtFloat32 | sweepSync () const |
| virtual void | setBeamType (DtBeamType flag) |
| | Set/Get beam type - track, jam or neither.
|
| virtual DtBeamType | beamType () const |
| virtual void | setJammingModeSequence (DtU32 sequence) |
| | The next two accessors should only be called if the beam type is DtTrackBeam or DtJamBeam.
|
| virtual DtU32 | jammingModeSequence () const |
virtual const
DtTrackJamDesignatorList & | trackJamTargets () const |
| | Get set of track jam targets.
|
| virtual DtTrackJamDesignatorList * | trackJamTargets () |
| virtual void | setHighDensity (bool val) |
| | Set/Get the high density track/jam flag.
|
| virtual bool | highDensity () const |
| virtual void | printData () const |
| | Prints data to DtInfo stream.
|
| virtual void | printDataToStream (std::ostream &stream) const |
| | Prints data to the specified stream.
|
| virtual void | setAzimuthThreshold (double threshold) |
| | Set the azimuth threshold (Default: 1 degree).
|
| virtual double | azimuthThreshold () const |
| | Returns the azimuth threshold (in radians).
|
| virtual void | setElevationThreshold (double threshold) |
| | Set the elevation threshold (Default: 1 degree).
|
| virtual double | elevationThreshold () const |
| | Returns the elevation threshold (in radians).
|
| virtual void | setFrequencyThreshold (double threshold) |
| | Set the frequency threshold (Default: 0).
|
| virtual double | frequencyThreshold () const |
| | Returns the frequency threshold (in radians).
|
| virtual void | setFrequencyRangeThreshold (double threshold) |
| | Set the frequency range threshold (Default: 0).
|
| virtual double | frequencyRangeThreshold () const |
| | Returns the frequency threshold (in radians).
|
| virtual void | setPRFThreshold (double threshold) |
| | Set the PRF threshold (Default: 0).
|
| virtual double | PRFThreshold () const |
| | Returns the PRF threshold (in radians).
|
| virtual void | setPulseWidthThreshold (double threshold) |
| | Set the pulse width threshold (Default: 0).
|
| virtual double | pulseWidthThreshold () const |
| | Returns the PRF threshold (in radians).
|
| | DtStateRepository () |
| | default constructor
|
| | DtStateRepository (const DtStateRepository &orig) |
| | copy constructor
|
| virtual | ~DtStateRepository () |
| | destructor
|
| DtStateRepository & | operator= (const DtStateRepository &orig) |
| | assignment operator
|
| virtual void | setGlobalId (const DtString &id) |
| | Get/Set global identifier, or name.
|
| virtual const DtString & | globalId () const |
| virtual void | setLocalId (const DtObjectId &id) |
| | Get/Set local identifier, or handle.
|
| virtual const DtObjectId & | localId () const |
| virtual bool | publishesAttribute (const RTI::AttributeHandle &val) const |
| | Returns true if the attribute is published.
|
| virtual void | setAttributeByHandle (const RTI::AttributeHandle &attrHdl, const char *attrValue, unsigned size) |
| | Set the attribute with the given handle.
|
| virtual const char * | getAttributeByHandle (const RTI::AttributeHandle &attrHdl, unsigned &size) const |
| | Get a pointer to attribute value for the attribute with the given handle.
|
| virtual void | setAttributeByName (const DtString &attrName, const char *attrValue, unsigned size, DtHlaObject *hlaObj) |
| | Set the attribute with the given name. Note that in order to do this you must provide a DtHlaObject.
|
| virtual const char * | getAttributeByName (const DtString &attrName, unsigned &size, DtHlaObject *hlaObj) const |
| | Get a pointer to attribute value for the attribute with the given name.
|
| virtual const char * | getAttributeByHandleIfUpdated (const RTI::AttributeHandle &attrHdl, unsigned &size) const |
| | Get a pointer to attribute value for the attribute with the given handle, but only if it's been updated since the last time we read it.
|
class DtEmitterBeamRepository:
Instances of DtEmitterBeamRepository are used to store state information for emitter beam objects in both HLA and DIS environments.