12 #include <tbb/spin_mutex.h>
13 #include <boost/signals2.hpp>
14 #include <boost/unordered_map.hpp>
63 virtual void clearQueue();
67 return mySimulationServices;
81 static void deliverRadioMessageCallback(
DtSimMessage* msg,
void* usr);
82 virtual void processDeliverRadioMessage(
DtSimMessage* msg);
88 virtual void processUUIDChanged(
const DtUUID& oldUUID,
const DtUUID& newUUID);
93 typedef boost::unordered_map<DtUUID, std::set<DtSimInternalCommunicationInterface*> >
DtCommInterfaceList;
std::deque< DtVrfObjectMessage * > DtMessageDeque
Definition: simInternalCommunicationManager.h:96
UUID is a unique ID wrapper class.
Definition: uuid.h:59
boost::unordered_map< DtUUID, std::set< DtSimInternalCommunicationInterface * > > DtCommInterfaceList
Definition: simInternalCommunicationManager.h:93
The handler for all SimInternal messages that are sent to and from a specified DtLocalObject. This class is the central interface of a DtLocalObject to the SimInternal message system of inter-VrfObject communication. Callbacks can be registered for message receipt and messages can be sent. Normally, components on an entity will register with 3CommunicationInterface instead of with this object directly.
Definition: simInternalCommunicationInterface.h:20
The manager for SimInternal messages on a single simulation engine. This class manages the passing of...
Definition: simInternalCommunicationManager.h:28
DtCommInterfaceList myCommInterfaceList
Definition: simInternalCommunicationManager.h:94
DtMessageDeque myMessagesToDeliver
Queue which stores messages that need to be delivered.
Definition: simInternalCommunicationManager.h:98
boost::signals2::scoped_connection myUUIDChangedConnection
Definition: simInternalCommunicationManager.h:105
Arguments passed by the DtLocalObjectManager::addUUIDChangedCallback callbacks.
Definition: localObjectManager.h:125
DtSimulationServices * simulationServices() const
Definition: simInternalCommunicationManager.h:65
DtSimulationServices * mySimulationServices
Definition: simInternalCommunicationManager.h:92
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
File: simMsg.h.
Definition: simMessage.h:35
The base class for all messages to/from a specific DtVrfObject. Various subclasses of this class will...
Definition: vrfObjectMessage.h:30
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
tbb::spin_mutex Mutex
Definition: simInternalCommunicationManager.h:100
Mutex myMessageMutex
Definition: simInternalCommunicationManager.h:101
tbb::spin_mutex myInterfaceMutex
Definition: simInternalCommunicationManager.h:103
A locally simulated VRF object.
Definition: localObject.h:98