VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
makVrv::DtHla1516eDriver Class Reference

The Sim Driver for HLA 1516e. More...

Inheritance diagram for makVrv::DtHla1516eDriver:
Inheritance graph
[legend]

Public Member Functions

 DtHla1516eDriver (DtAgentManager &agentManager, const std::string &uniqueName, const std::string &className="DtHla1516eDriver")
 CTOR.
virtual ~DtHla1516eDriver ()
 DTOR.
virtual void realizeConfiguration (const DtConfiguration &config)
 Realize the driver via a generic configuration.
virtual DtConfiguration createConfiguration () const
 Create a configuration for the driver.
const DtExerciseConnInitializerexerciseSettings () const
 Get the exercise settings.
virtual void setExerciseSettings (const DtExerciseConnInitializer &settings)
 Set the exercise settings.
virtual void setAppNumber (int appNumber)
 Set / get the connection's application number.
virtual int appNumber () const
 Set / get the connection's application number.
virtual void setSiteId (int siteId)
 Set /get the connection's site ID.
virtual int siteId () const
 Set /get the connection's site ID.
- Public Member Functions inherited from makVrv::DtDriver
 DtDriver (DtAgentManager &agentManager, const std::string &instanceName)
 CTOR.
virtual ~DtDriver ()
 DTOR.
DtAgentManageragentManager ()
 Get the master scene for this host.
virtual DtAgentManagerInterfacesceneInterface ()
 Get the scene manager interface for creating agents.
bool started () const
 Get this driver's active state.
virtual const std::string & instanceName () const
 Get this driver's instance name.
virtual bool autoStart () const
 Get whether this driver is set to automatically start if it is persistent.
virtual void setAutoStart (bool autoStart)
 Set whether this driver automatically starts if it is persistent.
virtual bool isWindowDependent () const
 Get whether this driver is set to automatically start when the first window is created and stop when the last window is destroyed.
virtual void setIsWindowDependent (bool dep)
 Set whether this driver is set to automatically start when the first window is created and stop when the last window is destroyed.
virtual void setIsUserControllable (bool)
 Set whether this driver can be started and stopped by the user.
virtual bool isUserControllable () const
 Get whether this driver can be started and stopped by the user.
virtual void setIsPersistent (bool per)
 Set if the driver is persistent and should be saved between runs.
virtual bool isPersistent () const
 Get if the driver is persistent and should be saved between runs.
virtual bool isOnDriverSelectionList () const
 Returns whether or not this driver is to be automatically started/stopped from the driver selection list.
virtual void setOnDriverSelectionList (bool)
 Sets whether or not this item is on the driver selection list.
bool objectFromAgentManager (const DtUniqueID &id) const
 check to see if the object was created using this driver's agent manager.

Protected Member Functions

virtual DtConnectioncreateConnection ()
 Abstract create simulation function called onStart.
virtual void slot_onObserverCreated (DtObserver *observer)
virtual void slot_onObserverDestroyed (DtObserver *observer)
- Protected Member Functions inherited from makVrv::DtDriver
void applyChangesAndDelete (DtElementChanges *changes)
 Function for apply changes from a changes object and deleting it.
void reportElementCreated (DtElementID id, DtElementID parentId, DtElementEntry::ElementType type)
 Report an element created.
void reportElementAttribute (DtElementID id, DtElementAttribute *attribute)
 Report an element attribute changed.
void reportElementDestroyed (DtElementID id)
 Report an element destroyed.
void start ()
 Start the driver.
void stop ()
 Stop the driver.
bool tick ()
 Tick the host driver.
virtual void setInstanceName (const std::string &name)
 set the Instance name.
virtual void installAccessories ()
 Installs accessories on this driver.
virtual void uninstallAccessories ()
 Removes accessories from this driver.

Protected Attributes

DtExerciseConnInitializermyLocalExConnInitializer
int myAppNumber
int mySiteId
- Protected Attributes inherited from makVrv::DtDriver
DtAgentManagermyAgentManager
bool myStartedFlag
std::string myName
DtConfiguration myConfiguration
bool myPersistentFlag
bool myUserControllableFlag
bool myRequestStateDiffPendingFlag
DtElementChanges myChanges

Additional Inherited Members

Detailed Description

The Sim Driver for HLA 1516e.

Constructor & Destructor Documentation

makVrv::DtHla1516eDriver::DtHla1516eDriver ( DtAgentManager agentManager,
const std::string &  uniqueName,
const std::string &  className = "DtHla1516eDriver" 
)

CTOR.

virtual makVrv::DtHla1516eDriver::~DtHla1516eDriver ( )
virtual

DTOR.

Member Function Documentation

virtual void makVrv::DtHla1516eDriver::realizeConfiguration ( const DtConfiguration config)
virtual

Realize the driver via a generic configuration.

Reimplemented from makVrv::DtDriver.

virtual DtConfiguration makVrv::DtHla1516eDriver::createConfiguration ( ) const
virtual

Create a configuration for the driver.

Reimplemented from makVrv::DtDriver.

const DtExerciseConnInitializer& makVrv::DtHla1516eDriver::exerciseSettings ( ) const
inline

Get the exercise settings.

virtual void makVrv::DtHla1516eDriver::setExerciseSettings ( const DtExerciseConnInitializer settings)
virtual

Set the exercise settings.

virtual void makVrv::DtHla1516eDriver::setAppNumber ( int  appNumber)
virtual

Set / get the connection's application number.

virtual int makVrv::DtHla1516eDriver::appNumber ( ) const
virtual

Set / get the connection's application number.

virtual void makVrv::DtHla1516eDriver::setSiteId ( int  siteId)
virtual

Set /get the connection's site ID.

virtual int makVrv::DtHla1516eDriver::siteId ( ) const
virtual

Set /get the connection's site ID.

virtual DtConnection* makVrv::DtHla1516eDriver::createConnection ( )
protectedvirtual

Abstract create simulation function called onStart.

Implements makVrv::DtVrlinkDriver.

virtual void makVrv::DtHla1516eDriver::slot_onObserverCreated ( DtObserver observer)
protectedvirtual

Reimplemented from makVrv::DtVrlinkDriver.

virtual void makVrv::DtHla1516eDriver::slot_onObserverDestroyed ( DtObserver observer)
protectedvirtual

Reimplemented from makVrv::DtVrlinkDriver.

Member Data Documentation

DtExerciseConnInitializer* makVrv::DtHla1516eDriver::myLocalExConnInitializer
protected
int makVrv::DtHla1516eDriver::myAppNumber
protected
int makVrv::DtHla1516eDriver::mySiteId
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)