21 class DtHla13ConnectionInterface;
38 virtual void updateCurrentDriver();
42 virtual std::string className()
const;
46 void on_currentConnectionChanged(
const std::string& connectionName );
47 void on_exerciseNameChanged(
const std::string& name );
48 void on_federateTypeChanged(
const std::string& name );
49 void on_fedFileNameChanged(
const std::string& name );
50 void on_rprFomVersionChanged(
double version );
51 void on_rprFomRevisionChanged(
int revision );
52 void on_fomMapperFileNameChanged(
const std::string& name );
55 void on_fomMapperInitStringChanged(
const std::string& str );
59 void on_makeAutoConnect();
61 void on_driverStarted(
DtDriver& simCon );
62 void on_driverStopped(
DtDriver& simCon );
63 void on_ddmChanged(
bool enabled );
64 void on_useAdvisories(
bool enabled );
65 void on_useAbsoluteTimeStamps(
bool enabled );
66 void on_publishObserversChanged(
bool value );
67 void on_autoDriverChanged(
const std::string& con );
68 void on_viewControlChanged(
bool onOff );
69 void on_overrideGlobalViewControlChanged(
bool trueFalse);
70 void on_useTopoForFlatEarthVectorConversionChanged(
bool onOff);
71 void on_siteIdChanged(
int siteId);
72 void on_appNumberChanged(
int appId);
DtExerciseConnInitializer * myLocalInit
Definition: DtHla13ConnectionLogic.h:78
DtHla13ConnectionInterface & myHla13Interface
Definition: DtHla13ConnectionLogic.h:76
The Sim Driver for HLA 1.3.
Definition: DtHla13Driver.h:22
#define DT_DLL_VRVHLA13QT
Definition: vrvHla13Qt.h:20
The DtDriver is an abstract class. Developers derive from this to create logic that "directs" things ...
Definition: DtDriver.h:31
Contains DLL export macros.
DtDe & myDe
Definition: DtHla13ConnectionLogic.h:75
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Abstract interface used to a user interface.
Definition: DtHla13ConnectionInterface.h:18
Logic for configuring the Hla13 Connection.
Definition: DtHla13ConnectionLogic.h:27
DtHla13Driver * myCurrentDriver
Definition: DtHla13ConnectionLogic.h:77
Base class to provide boost signal/slot management.
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:72