47 makVrv::vrvSignalsLib::signal<void(std::string airportName, std::string runwayName, DtRunwayLightsEnum lightType, float intensity)>
signal_runwayLightsChanged;
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
DtRunwayLightsEnum
Enumeration for light types placed on runways. Note that all are associated with logical runways exce...
Definition: DtLightGroupNameManager.h:22
makVrv::vrvSignalsLib::signal< void(std::string airportName, std::string runwayName, DtRunwayLightsEnum lightType, float intensity)> signal_runwayLightsChanged
Signal that runway lights have changed. Intensity is a value from 0. to 1.
Definition: DtRunwayLightSignaler.h:47
Contains makVrv::DtVirtualBaseClass class.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
A singleton signaler for changes to runway lights. This signaler is used by the DtRunwayLightingUpdat...
Definition: DtRunwayLightSignaler.h:26
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Contains DLL export macros.