40 virtual void slot_completeDiscovery()
override;
50 typedef boost::unordered_map<DtUUID, makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkAggregateStateListener*>
ListenersByUUID;
66 virtual void setModelSetEnabled(
int modelSet,
bool enabled )
override;
UUID is a unique ID wrapper class.
Definition: rwUUID.h:229
#define VRF_PROTOCOL_EXPORT
Definition: vrfProtocol.h:24
Contains the DtUUID class declaration.
Definition: DtElement.h:268
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:38
The main class for the remote control interface to VR-Forces. Instantiating this class allows the sen...
Definition: vrfRemoteController.h:201
#define VRF_PROTOCOL_NAMESPACE
Definition: vrfDis.h:18
int myRetryCount
Definition: vrfAggregateElementProcessor.h:54
ListenersByUUID myOrbatListenersByVrfUUID
Definition: vrfAggregateElementProcessor.h:53
Handle creation of Aggregate elements such that they can be associated with orbat items...
Definition: vrfAggregateElementProcessor.h:26
A class which represents the simulation the driver manages.
Definition: DtVrlinkConnection.h:42
The DtAggregateElementProcessor will connect to the DtAggregateExistenceListener and handle the creat...
Definition: DtAggregateElementProcessor.h:51
Contains makVrv::DtVrlinkAggregateElement class.
VR-Link Aggregate state listener.
Definition: DtVrlinkAggregateStateListener.h:36
A single VRLink Aggregate element. An Aggregate element may be visualized using multiple visualizer s...
Definition: DtVrlinkAggregateElement.h:28
Definition: vrfAggregateElementProcessor.h:57
Contains makVrv::DtAggregateElementProcessor class.
The DtStateListener is an abstract class. Subclasses implement functionality that will allow data to ...
Definition: DtStateListener.h:25
boost::unordered_map< DtUUID, makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkAggregateStateListener * > ListenersByUUID
Definition: vrfAggregateElementProcessor.h:50
DtExtAggregateStateRepository class extends the DtExtAggregateBaseStateRepository to be able to handl...
Definition: extAggregateStateRepository.h:26
ListenersByUUID myPublishedListenersByUUID
Definition: vrfAggregateElementProcessor.h:52
std::map< int, bool > ModelSetVisualizedMap
Definition: DtSharedModelSetSettings.h:27