VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
makVrv::DtHla13Driver Class Reference

The Sim Driver for HLA 1.3.

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

Public Member Functions

 DtHla13Driver (DtAgentManager &agentManager, const std::string &uniqueName, const std::string &className="DtHla13Driver")
 
virtual ~DtHla13Driver ()
 
virtual void realizeConfiguration (const DtConfiguration &config)
 
virtual DtConfiguration createConfiguration () const
 
const DtExerciseConnInitializerexerciseSettings () const
 
void setExerciseSettings (const DtExerciseConnInitializer &settings)
 
void setAppNumber (int appNumber)
 
void setSiteId (int siteId)
 
int siteId ()
 
int appNumber ()
 
- Public Member Functions inherited from makVrv::DtDriver
 DtDriver (DtAgentManager &agentManager, const std::string &instanceName)
 
virtual ~DtDriver ()
 
DtAgentManageragentManager ()
 
virtual DtAgentManagerInterfacesceneInterface ()
 
bool started () const
 
virtual const std::string & instanceName () const
 
virtual bool autoStart () const
 
virtual void setAutoStart (bool autoStart)
 
virtual bool isWindowDependent () const
 
virtual void setIsWindowDependent (bool dep)
 
virtual void setIsUserControllable (bool)
 
virtual bool isUserControllable () const
 
virtual void setIsPersistent (bool per)
 
virtual bool isPersistent () const
 
virtual bool isOnDriverSelectionList () const
 
virtual void setOnDriverSelectionList (bool)
 
bool objectFromAgentManager (const DtUniqueID &id) const
 

Protected Member Functions

virtual DtConnectioncreateConnection ()
 
virtual DtAgentManagerInterfaceagentManagerForConnection ()
 
virtual void slot_onObserverCreated (DtObserver *observer)
 
virtual void slot_onObserverDestroyed (DtObserver *observer)
 
- Protected Member Functions inherited from makVrv::DtDriver
void applyChangesAndDelete (DtElementChanges *changes)
 
void reportElementCreated (DtElementID id, DtElementID parentId, DtElementEntry::ElementType type)
 
void reportElementAttribute (DtElementID id, DtElementAttribute *attribute)
 
void reportElementDestroyed (DtElementID id)
 
void start ()
 
void stop ()
 
bool tick ()
 
virtual void setInstanceName (const std::string &name)
 
virtual void installAccessories ()
 
virtual void uninstallAccessories ()
 

Protected Attributes

DtExerciseConnInitializermyLocalExConnInitializer
 
charmyFomMapperData
 
int mySiteId
 
int myAppNumber
 
- 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

Constructor & Destructor Documentation

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

CTOR.

virtual makVrv::DtHla13Driver::~DtHla13Driver ( )
virtual

DTOR.

Member Function Documentation

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

Realize the driver via a generic configuration.

Reimplemented from makVrv::DtDriver.

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

Create a configuration for the driver.

Reimplemented from makVrv::DtDriver.

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

Get the exercise settings.

void makVrv::DtHla13Driver::setExerciseSettings ( const DtExerciseConnInitializer settings)

Set the exercise settings.

void makVrv::DtHla13Driver::setAppNumber ( int  appNumber)

Set the connection's application number.

void makVrv::DtHla13Driver::setSiteId ( int  siteId)

Set the connection's site ID.

int makVrv::DtHla13Driver::siteId ( )

Current site ID.

int makVrv::DtHla13Driver::appNumber ( )

Current app number.

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

Abstract create DtConnection function called onStart.

Implements makVrv::DtVrlinkDriver.

virtual DtAgentManagerInterface& makVrv::DtHla13Driver::agentManagerForConnection ( )
protectedvirtual

Get the appropriate agent manager for the connection to use.

(Either synchronous or asynchronous depending on threading mode)

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

Reimplemented from makVrv::DtVrlinkDriver.

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

Reimplemented from makVrv::DtVrlinkDriver.

Member Data Documentation

DtExerciseConnInitializer* makVrv::DtHla13Driver::myLocalExConnInitializer
protected
char* makVrv::DtHla13Driver::myFomMapperData
protected
int makVrv::DtHla13Driver::mySiteId
protected
int makVrv::DtHla13Driver::myAppNumber
protected

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

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)