|
| | DtAerodromeStateRepository () |
| | Constructor. More...
|
| |
| virtual | ~DtAerodromeStateRepository () |
| | Destructor. More...
|
| |
| | DtAerodromeStateRepository (const DtAerodromeStateRepository &orig) |
| | Copy Constructor. More...
|
| |
| DtAerodromeStateRepository & | operator= (const DtAerodromeStateRepository &orig) |
| | Assignment Operator. More...
|
| |
| virtual DtStateRepository * | clone (bool copy) const |
| | Return a copy/empty object of the same type as this. More...
|
| |
| virtual void | printData () const |
| | Print data to the DtInfo stream. More...
|
| |
| virtual void | printDataToStream (std::ostream &stream) const |
| | Print data to the specified stream. More...
|
| |
| virtual void | setUniqueId (const DtVrlUuid &val) |
| | Set the UniqueId. More...
|
| |
| virtual const DtVrlUuid & | uniqueId () const |
| | Get the UniqueId. More...
|
| |
| virtual void | setForceIdentifier (const DtForceType &val) |
| | Set the ForceIdentifier. More...
|
| |
| virtual const DtForceType & | forceIdentifier () const |
| | Get the ForceIdentifier. More...
|
| |
| virtual void | setActive (bool val) |
| | Set the Active status. Indicates if this Aerodrome is currently active for aircraft to take off or land. More...
|
| |
| virtual bool | active () const |
| | Get the Active status. More...
|
| |
| virtual void | setAirportCode (const DtString &val) |
| | Set the IATA AirportCode. More...
|
| |
| virtual const DtString & | airportCode () const |
| | Get the AirportCode. More...
|
| |
| virtual DtRunwayStateRepository * | addRunway () |
| | Add an associated runway to this Airport. More...
|
| |
| virtual void | removeRunwayByName (DtString name) |
| | Remove a runway with a given name (either runway1name or runway2name) More...
|
| |
| virtual void | removeAllRunways () |
| | Remove all runways. More...
|
| |
| virtual const DtRunwayList & | runwayList () const |
| | return list of Runway State repositories More...
|
| |
| virtual void | setApronLight (DtU8 val) |
| | Set the ApronLight. More...
|
| |
| virtual DtU8 | apronLight () const |
| | Get the ApronLight. More...
|
| |
| virtual void | setApronFloodLight (bool val) |
| | Set the ApronFloodLight. More...
|
| |
| virtual bool | apronFloodLight () const |
| | Get the ApronFloodLight. More...
|
| |
| virtual void | setClearanceBarLight (DtU8 val) |
| | Set the ClearanceBarLight. More...
|
| |
| virtual DtU8 | clearanceBarLight () const |
| | Get the ClearanceBarLight. More...
|
| |
| virtual void | setTaxiwayCentreLight (DtU8 val) |
| | Set the TaxiwayCentreLight. More...
|
| |
| virtual DtU8 | taxiwayCentreLight () const |
| | Get the TaxiwayCentreLight. More...
|
| |
| virtual void | setTaxiwayEdgeLight (DtU8 val) |
| | Set the TaxiwayEdgeLight. More...
|
| |
| virtual DtU8 | taxiwayEdgeLight () const |
| | Get the TaxiwayEdgeLight. More...
|
| |
| virtual void | setTaxiwayIdentifierMarkerBoardLight (bool onOff) |
| | Set the TaxiwayIdentifierMarkerBoardLight On or Off. More...
|
| |
| virtual bool | taxiwayIdentifierMarkerBoardLight () const |
| | Get the TaxiwayIdentifierMarkerBoardLight on or off. More...
|
| |
| virtual void | setUndercarriageInspectionSystemLight (bool onOff) |
| | Set if the Undercarriage Inspection System light is on or off. More...
|
| |
| virtual bool | undercarriageInspectionSystemLight () const |
| | Get the Undercarriage Inspection System light. More...
|
| |
| | DtStateRepository () |
| | default constructor More...
|
| |
| | DtStateRepository (const DtStateRepository &orig) |
| | copy constructor More...
|
| |
| virtual | ~DtStateRepository () |
| | destructor More...
|
| |
| DtStateRepository & | operator= (const DtStateRepository &orig) |
| | assignment operator More...
|
| |
| virtual void | setGlobalId (const DtString &id) |
| | Get/Set global identifier, or name. More...
|
| |
| virtual const DtString & | globalId () const |
| |
| virtual void | setLocalId (const DtObjectId &id) |
| | Get/Set local identifier, or handle. More...
|
| |
| virtual const DtObjectId & | localId () const |
| |
| virtual bool | publishesAttribute (const RTI::AttributeHandle &val) const |
| | Returns true if the attribute is published. More...
|
| |
| virtual void | setAttributeByHandle (const RTI::AttributeHandle &attrHdl, const char *attrValue, unsigned size) |
| | Set the attribute with the given handle. More...
|
| |
| virtual const char * | getAttributeByHandle (const RTI::AttributeHandle &attrHdl, unsigned &size) const |
| | Get a pointer to attribute value for the attribute with the given handle. More...
|
| |
| 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. More...
|
| |
| 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. More...
|
| |
| 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. More...
|
| |
virtual
DtStateRepositoryExtension * | stateRepositoryExtension (DtString srExtName) const |
| | Returns pointer to a DtStateRepositoryExtension object with the given name Returns 0 if no extension with given name is found. More...
|
| |
| virtual std::vector< DtString > | stateRepositoryExtensionNames () const |
| | Returns a set of the registered state repository extension names. More...
|
| |
| virtual void | setStateRepositoryExtensions (std::map< DtString, DtStateRepositoryExtension * > extensions) |
| | Returns pointer to a DtStateRepositoryExtension object with the given name Returns 0 if no extension with given name is found. More...
|
| |
virtual const std::map
< DtString,
DtStateRepositoryExtension * > | stateRepositoryExtensions () const |
| | Returns pointer to a DtStateRepositoryExtension object with the given name Returns 0 if no extension with given name is found. More...
|
| |
Instances of DtAerodromeStateRepository are used to store state data for Aerodrome objects.