14 #include <boost/signals2.hpp>
35 virtual const char*
type()
const;
43 virtual void processSetRunwaySurfaceCondition(
DtSimMessage* msg);
46 virtual bool findAndSetCommonLightGroupIntensity(
const std::string& lightGroup,
float intensity);
48 virtual void updateArrestorGearWithValue(
const std::string& arrestorGear,
bool value);
50 virtual void updateRunwayLights(
const std::string& runwayKind,
const std::string& lightGroup,
float intensity);
51 virtual void updateAllRunwayLights(
const std::string& runwayKind,
float intensity);
54 virtual void processAerodromeAboutToBeRemoved();
57 static void setAerodromeCallback(
DtSimMessage* msg,
void* usrData);
58 static void setRunwayLightsCallback(
DtSimMessage* msg,
void* usrData);
59 static void setRunwaySurfaceConditionCallback(
DtSimMessage* msg,
void* usrData);
60 static void setArrestorGearCallback(
DtSimMessage* msg,
void* usrData);
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
virtual void preFirstTickInit()
This function can be overridden to initialize a component before it is ticked for the first time...
The DtSimObjectReference is a shared pointer that can be used amongst many object for access to the u...
Definition: simObjectReference.h:26
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
DtVrfSimulatedSimObjectFacade myVrfSimulatedSimObjectFacade
Definition: runwaySetController.h:89
File: simMsg.h.
Definition: simMessage.h:35
virtual void tick()
This gives the thread of control to the component. The component is ticked once each simulation from ...
DtString myLastSavedAerodromeICAO
Definition: runwaySetController.h:88
static DtSimComponent * creator(const DtString &name, DtLocalObject *owner, DtSimulationServices *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
virtual void initializeSetsToRegister()
Override to register (or remove) sets to be registered.
virtual const char * type() const
Returns a string identifies the class type of component. Type values are defined in compTypes...
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:90
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:70
DtSimObjectReference myAerodrome
Definition: runwaySetController.h:87
DtTacticalGraphicSetController is a controller that handles all DtSetDataRequest messages for an envi...
Definition: tacticalGraphicSetController.h:26
boost::signals2::scoped_connection myAerodromeDeletedConnection
Definition: runwaySetController.h:90
Uses Descriptor Type: DtComponentDescriptor.
Definition: runwaySetController.h:17
const DtTacticalGraphicSetController & operator=(const DtTacticalGraphicSetController &orig)
assignment operator
A locally simulated VRF object. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86