19 class DtExternalCloudLayerAgent;
23 class DtCloudLayerStateListener;
24 class DtVrlinkConnection;
44 virtual void initialize();
60 virtual void slot_cloudLayerUpdated();
65 virtual void sendAll();
DtElementID elementID() const
Get the element ID of the element. The element ID is also the unique id of the listener.
Definition: DtCloudLayerElement.h:47
#define DL_DLL_IGCONVRLINK
Definition: dllExport.h:26
#define DT_PROTOCOL_NAMESPACE
Contains DLL export macros.
Definition: vrfDis.h:17
DtVrlinkConnection & myConnection
Definition: DtCloudLayerElement.h:78
DtSignalConnectionManager myConnections
Definition: DtCloudLayerElement.h:82
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
A class which represents the simulation the driver manages.
Definition: DtVrlinkConnection.h:42
DtCloudLayerStateListener & myCloudLayerListener
Definition: DtCloudLayerElement.h:79
The CloudLayer state listener is a factory-created DtVrlinkTacticalGraphicStateListener. When a DtReflectedControlObject is discovered, this listener will be created. It provides the interface to the Control Object State Repository, extracting data on calls to update(); camparing old and new values; and raising a signal when the cloud layer is updated. Because of the way that Silverlining clouds need to managed and updated, it tracks three types of changes; changes to layer properties such as type, density, and size; changes to position (including altitude); and changes to the enabled state. A reference to each instance of DtCloudLayerStateListener is provide to each corresponding DtCloudLayerElement.
Definition: DtCloudLayerStateListener.h:42
Base class to provide boost signal/slot management.
Contains makVrv::DtUniqueID type.
DtElementID myElementId
Definition: DtCloudLayerElement.h:80
The CloudLayer element is an object that manages the interface between the Cloud Layer State Listener...
Definition: DtCloudLayerElement.h:31
Contains DLL export macros.
DtExternalCloudLayerAgent * myExternalCloudLayerAgent
Definition: DtCloudLayerElement.h:81