10 #ifndef DtHla1516Driver_H_
11 #define DtHla1516Driver_H_
42 return *myLocalExConnInitializer;
49 virtual void setAppNumber(
int appNumber);
51 virtual int appNumber()
const;
55 virtual void setSiteId(
int siteId);
57 virtual int siteId()
const;
65 virtual void slot_onObserverCreated(
DtObserver* observer);
66 virtual void slot_onObserverDestroyed(
DtObserver* observer);
90 virtual const std::string& extension()
const;
The base class for protocol specific VRLink Simulations.
Definition: DtConnection.h:43
The base class for VR-Link based drivers.
Definition: DtVrlinkDriver.h:40
const DtExerciseConnInitializer & exerciseSettings() const
Get the exercise settings.
Definition: DtHla1516Driver.h:40
The Sim Driver for HLA 1516.
Definition: DtHla1516Driver.h:23
Contains DLL export macros.
Creator class for the HLA 13 driver.
Definition: DtHla1516Driver.h:78
A facade for a DtObserverObject.
Definition: DtObserver.h:37
The DtDriver is an abstract class. Developers derive from this to create logic that "directs" things ...
Definition: DtDriver.h:31
Contains makVrv::DtVrlinkDriver class.
#define DT_DLL_VRVHLA1516
Definition: vrvHla1516.h:19
The DtAgentManager manages the distributed scene object framework. This includes the objects and upda...
Definition: DtAgentManager.h:38
std::string myFileExtension
Definition: DtHla1516Driver.h:97
DtExerciseConnInitializer * myLocalExConnInitializer
Definition: DtHla1516Driver.h:71
The base implementation of a configuration.
Definition: DtConfiguration.h:24
int mySiteId
Definition: DtHla1516Driver.h:73
int myAppNumber
Definition: DtHla1516Driver.h:72
Abstract DtDriver creator.
Definition: DtDriver.h:201