15 #include <vlutil/vlString.h>
57 virtual bool initializeForScenario(
const DtFilename& paramsFile);
64 virtual bool loadCommModelFile(
const DtFilename& paramsFile);
67 virtual bool setupCommModels();
75 static void tickCallback(
void* usr);
82 virtual void clearPendingRadioMessages();
89 void clearCommModels();
Holds all radio networks (comm models, implemented by DtCommModel) for the current exercise...
Definition: commModelManager.h:26
Base class for all communication models in VR-Forces. A DtCommModel is the central point for modeling...
Definition: commModel.h:58
DtCommModelMap myCommModelMap
Definition: commModelManager.h:94
std::map< DtString, DtCommModel * > DtCommModelMap
Definition: commModelManager.h:93
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
List of DtCommModelDescriptor subclasses that can be read from a RW type file. This class owns all de...
Definition: commModelDescriptorList.h:27
DtCommModelDescriptorList * myDescriptorList
Definition: commModelManager.h:95
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:95
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
DtSimulationServices * mySimulationServices
Definition: commModelManager.h:92