MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
MAKLogger::DtLgrSimDriver Class Referenceabstract

The abstract interface for the class responsible for controlling the simulation. More...

+ Inheritance diagram for MAKLogger::DtLgrSimDriver:
+ Collaboration diagram for MAKLogger::DtLgrSimDriver:

Public Types

typedef DtLgrSimCommandFactory Factory
 
typedef DtLgrSimInterface Interface
 
typedef std::pair< double, bool > HeartbeatTimeRecord
 Heartbeat time (seconds), inheritable flag (ignored in DIS) More...
 

Public Member Functions

 DtLgrSimDriver (DtLgrSystemDriver &systemDriver)
 Constructor. More...
 
virtual ~DtLgrSimDriver ()
 Destructor. More...
 
virtual void tick ()
 Tick the driver. More...
 
virtual bool releasePipeline ()
 Ask the driver to release the pipeline. More...
 
bool getPipeline ()
 Have the driver attempt to acquire the message pipeline. More...
 
bool hasPipeline () const
 Check to see if the driver has the message pipeline. More...
 
virtual bool isConnected () const =0
 Get whether the simulation is connected. More...
 
virtual void addPacketFilter (DtLgrPacketFilter *filter)
 Add a packet filter object. More...
 
virtual void removeFilter (const DtLgrPacketFilter *filter)
 Remove a packet filter object. More...
 
virtual bool activity () const
 Get whether there is simulation activity (this tick). More...
 
virtual int filterCount () const
 Get the number of filters added. More...
 
virtual const DtLgrPacketFilterfilter (int index) const
 Get a filter based on an index from 0 to filterCount(). More...
 
virtual DtLgrPlaybackDrivergetPlaybackDriver (bool checkForFileOpen) const
 Get the playback driver. Throw if can't get it or checking file open and its not. More...
 
virtual DtLgrRecordDrivergetRecordDriver (bool checkForFileOpen) const
 Get the playback driver. Throw if can't get it or checking file open and its not. More...
 
virtual bool processRemoteControls () const
 Get whether remove control messages are processed. More...
 
virtual bool recordRemoteControls () const
 Get whether remove control messages are recorded. More...
 
virtual bool allowAllRemoteControls () const
 Get whether remote control messages process regardless of site ID. More...
 
virtual bool allowRemoteDelete () const
 Get whether remove delete messages are processed. More...
 
virtual bool sendResponses () const
 Get whether to send responses. More...
 
virtual bool crippleGui () const
 Get whether to cripple the GUI (i.e., disable mouse clicks and minimize window) More...
 
virtual bool useLegacyPdu () const
 Get whether to use legacy control PDU. More...
 
virtual bool saveConnectConfiguration () const
 Get whether to save connection configuration. More...
 
virtual bool saveIndexConfiguration () const
 Get whether to save checkpoint configuration. More...
 
virtual bool saveProtocolConfiguration () const
 Get whether to save connection configuration. More...
 
virtual bool listenWhenIdle () const
 Get whether listen when idle is enabled. More...
 
virtual bool staticDRAlgorithmWhenPaused () const
 Get whether to set Static DR Algorithm when Paused. More...
 
virtual void activateIdleListening ()
 Activate idle listening. More...
 
virtual bool isSimTimeAdjusted () const
 Get whether sim time is adjusted. More...
 
virtual DtTime connectSendInterval () const
 Connect messages are sent using this interval. More...
 
virtual DtTime heartbeatSendInterval () const
 Logger heartbeat messages are sent using this interval. More...
 
virtual bool useSimChannel () const
 Use the sim channel connection? More...
 
virtual bool useBackChannel () const
 Use the back channel connection? More...
 
virtual const DtString & backChannelAddress () const
 Back channel connection address. More...
 
virtual int backChannelPort () const
 Back Channel port. More...
 
virtual const DtString & backChannelInterface () const
 Back Channel interface. More...
 
virtual bool scaleAttributes () const
 Get whether attributes are scaled. More...
 
virtual const std::map
< DtString,
DtLgrSimDriver::HeartbeatTimeRecord > & 
heartbeatIntervals () const
 Return a const reference to the heartbeat interval table. More...
 
virtual const std::map
< DtString,
DtLgrSimDriver::HeartbeatTimeRecord > & 
timeoutIntervals () const
 Return a const reference to the timeout interval table. More...
 
virtual void updateEntityTracker (const DtString &tracker)
 Update the driver's entity tracker to match argument. More...
 
virtual DtLgrEntityTrackerentityTracker ()
 Get the current entity tracker, or null if none. More...
 
virtual void addTemporaryTrackedEntity (const DtString &name)
 
virtual void addTemporaryTrackedMarking (const DtString &marking)
 
virtual DtLgrSystemDriversystemDriver ()
 Get the system driver. More...
 
virtual const DtLgrSystemDriversystemDriver () const
 Get the system driver. More...
 
virtual DtLgrSimManagersimManager ()=0
 Get the simulation manager. More...
 
virtual const DtLgrSimManagersimManager () const =0
 Get the simulation manager. More...
 
- Public Member Functions inherited from MAKLogger::DtLgrCommandHandler
 DtLgrCommandHandler (const DtString &name, DtRuntimeCommandFactory *, DtCommandDispatcherSP)
 Constructor which provides the name, the runtime factory, and the dispatcher which receives and transmits commands. More...
 
virtual ~DtLgrCommandHandler ()
 DTOR. More...
 
void lock ()
 Locks the Command Handler. More...
 
void unlock ()
 Unlocks the Command Handler. More...
 
DtCommandDispatcherSP dispatcher ()
 Get the dispatcher the command handler is connected to. More...
 
virtual const DtString & driverName () const
 Get the name of the driver. More...
 
virtual const DtString & driverInfo ()
 Get the name of the driver. More...
 
virtual void processCommand (const DtCommand &command)
 Process a specific command. More...
 
virtual bool spawnThread (DtLgrCommandThread *commandThread)
 Spawn a new thread. More...
 
virtual void stopAllThreads ()
 Stop all running threads. More...
 
virtual void stopThread (DtLgrCommandThread *commandThread)
 Stop a thread and deallocate it's resources. More...
 

Static Public Member Functions

static DtLgrSimDrivergetFromLogger (const DtLogger &logger)
 Get the sim driver used by the Logger object. More...
 

Protected Member Functions

virtual void setActivity (bool activity)
 Set whether there is activity this tick. More...
 
virtual void setVRFMessageFiltering (bool filter, int lowId, int hiId)
 Set the VRF Filtering. More...
 
virtual void configureConnectionInitalizer (DtExerciseConnInitializer &connInitializer)=0
 Configure the exercise connection initializer. More...
 
Command Handlers
virtual DtResponse addFilter (const DtCommand &command)
 Add a packet filter object. More...
 
virtual DtResponse connect (const DtCommand &command)=0
 Add a packet filter object. More...
 
virtual DtResponse connectShared (const DtCommand &command)=0
 Add a packet filter object. More...
 
virtual DtResponse disconnect (const DtCommand &command)=0
 Add a packet filter object. More...
 
virtual DtResponse setSaveConnectConfiguration (const DtCommand &command)
 Add a packet filter object. More...
 
virtual DtResponse setSaveIndexConfiguration (const DtCommand &command)
 Add a packet filter object. More...
 
virtual DtResponse setSaveProtocolConfiguration (const DtCommand &command)
 Add a packet filter object. More...
 
virtual DtResponse setFilterSettings (const DtCommand &command)
 Add a packet filter object. More...
 
virtual DtResponse setScaleAttributes (const DtCommand &command)
 Add a packet filter object. More...
 
virtual DtResponse setVRFFiltering (const DtCommand &command)
 Add a packet filter object. More...
 
virtual DtResponse addFilteredEntityName (const DtCommand &command)
 Add a packet filter object. More...
 
virtual DtResponse clearFilteredEntityNames (const DtCommand &command)
 Add a packet filter object. More...
 
virtual DtResponse setHeartbeatIntervals (const DtCommand &command)
 Add a packet filter object. More...
 
virtual DtResponse setTimeoutIntervals (const DtCommand &command)
 Add a packet filter object. More...
 
virtual DtResponse addTemporaryTrackedEntity (const DtCommand &command)
 Add a packet filter object. More...
 
virtual DtResponse setPlaybackFilesUseRandomAccess (const DtCommand &command)
 Add a packet filter object. More...
 
virtual DtResponse setExtendedStopTimeoutInterval (const DtCommand &command)
 Add a packet filter object. More...
 
virtual DtResponse setListenWhenIdle (const DtCommand &command)
 Add a packet filter object. More...
 
virtual DtResponse setAdjustSimTime (const DtCommand &command)
 Add a packet filter object. More...
 
virtual DtResponse setStaticDRAlgorithmWhenPaused (const DtCommand &command)
 Add a packet filter object. More...
 
virtual DtResponse filterMarkings (const DtCommand &command)
 Add a packet filter object. More...
 
virtual DtResponse setRemoteControlSettings (const DtCommand &command)
 Set the remote control settings. More...
 
virtual DtResponse setBackChannelConnection (const DtCommand &command)
 Add a packet filter object. More...
 
virtual DtResponse setRemoteControlId (const DtCommand &command)
 Add a packet filter object. More...
 
- Protected Member Functions inherited from MAKLogger::DtLgrCommandHandler
void addCommandHandler (const DtCommandDefinition &commandDef, DtCommandFunctorSP commandFunctor)
 Add a commandHandler, this should not be virtual as it is called in constructors. More...
 
void removeCommandHandler (const DtCommandDefinition &commandDef)
 Remove a commandHandler, this is typically not called but necessary for replacing a command handler. More...
 
virtual void sendResponse (DtResponse response)
 Send a response, for functions that have multiple responses make this call. More...
 
virtual void queueResponse (DtResponse response)
 Queue a response for future sending. More...
 
virtual void sendQueuedResponses ()
 Sends all queued responses and clears the queue. More...
 
virtual void emptyResponseQueue ()
 Empty the response queue (deleting any unsent responses). More...
 
DtResponse finishThread (const DtCommand &command)
 Finish the thread. More...
 

Protected Attributes

bool myUseSimChannel
 
bool myUseBackChannel
 
bool myRecordRemoteControls
 
bool myAllowAllRemoteControls
 
bool myAllowRemoteDelete
 
bool mySendResponses
 
bool myCrippleGui
 
bool myUseLegacyPdu
 
bool mySaveConnectConfiguration
 
bool mySaveIndexConfiguration
 
bool mySaveProtocolConfiguration
 
DtString myBackChannelAddress
 
DtString myBackChannelInterface
 
int myBackChannelPort
 
DtTime myConnectSendInterval
 
DtTime myHeartbeatSendInterval
 
bool myActivity
 
DtLgrVRFMessageFiltermyVRFMessageFilter
 
DtLgrEntityIdFiltermyEntityIdFilter
 
DtLgrMarkingFiltermyMarkingFilter
 
DtLgrSystemDrivermyDriver
 
DtMessagePipelinemyPipeline
 
DtLgrEntityTracker::TrackerUpdateId myLastEntityTrackerUpdate
 
DtTime myLastEntityTrackerUpdateTime
 
DtClock myTrackerUpdateClock
 
- Protected Attributes inherited from MAKLogger::DtLgrCommandHandler
DtRuntimeCommandFactorymyRuntimeCommandFactory
 
DtLgrCommandHandlerMap myCommandMap
 
DtCommandDispatcherSP myDispatcher
 
DtResponseQueue myResponseQueue
 
DtString myName
 
DtString myInfo
 
DtMutex myMutex
 
CommandThreadMap myRunningCommandThreads
 Running command threads. More...
 

Additional Inherited Members

- Protected Types inherited from MAKLogger::DtLgrCommandHandler
typedef DtLgrCommandHandler *(* DriverCreator )(DtCommandDispatcherSP)
 
typedef std::map
< DtLgrCommandId,
DtCommandFunctorSP
DtLgrCommandHandlerMap
 
typedef std::map< DtString,
DtLgrCommandId
DtLgrCommandNameMap
 
typedef std::list< DtResponseDtResponseQueue
 
typedef std::map
< DtLgrCommandThread
*, DtThread * > 
CommandThreadMap
 A set of running command threads. More...
 

Detailed Description

The abstract interface for the class responsible for controlling the simulation.

Member Typedef Documentation

typedef std::pair<double, bool> MAKLogger::DtLgrSimDriver::HeartbeatTimeRecord

Heartbeat time (seconds), inheritable flag (ignored in DIS)

Constructor & Destructor Documentation

MAKLogger::DtLgrSimDriver::DtLgrSimDriver ( DtLgrSystemDriver systemDriver)

Constructor.

virtual MAKLogger::DtLgrSimDriver::~DtLgrSimDriver ( )
virtual

Destructor.

Member Function Documentation

virtual void MAKLogger::DtLgrSimDriver::activateIdleListening ( )
virtual

Activate idle listening.

virtual bool MAKLogger::DtLgrSimDriver::activity ( ) const
virtual

Get whether there is simulation activity (this tick).

virtual DtResponse MAKLogger::DtLgrSimDriver::addFilter ( const DtCommand command)
protectedvirtual

Add a packet filter object.

virtual DtResponse MAKLogger::DtLgrSimDriver::addFilteredEntityName ( const DtCommand command)
protectedvirtual

Add a packet filter object.

Reimplemented in MAKLogger::DtLgrDisSimDriver.

virtual void MAKLogger::DtLgrSimDriver::addPacketFilter ( DtLgrPacketFilter filter)
virtual

Add a packet filter object.

virtual void MAKLogger::DtLgrSimDriver::addTemporaryTrackedEntity ( const DtString &  name)
virtual
virtual DtResponse MAKLogger::DtLgrSimDriver::addTemporaryTrackedEntity ( const DtCommand command)
protectedvirtual

Add a packet filter object.

virtual void MAKLogger::DtLgrSimDriver::addTemporaryTrackedMarking ( const DtString &  marking)
virtual
virtual bool MAKLogger::DtLgrSimDriver::allowAllRemoteControls ( ) const
virtual

Get whether remote control messages process regardless of site ID.

virtual bool MAKLogger::DtLgrSimDriver::allowRemoteDelete ( ) const
virtual

Get whether remove delete messages are processed.

virtual const DtString& MAKLogger::DtLgrSimDriver::backChannelAddress ( ) const
virtual

Back channel connection address.

virtual const DtString& MAKLogger::DtLgrSimDriver::backChannelInterface ( ) const
virtual

Back Channel interface.

virtual int MAKLogger::DtLgrSimDriver::backChannelPort ( ) const
virtual

Back Channel port.

virtual DtResponse MAKLogger::DtLgrSimDriver::clearFilteredEntityNames ( const DtCommand command)
protectedvirtual

Add a packet filter object.

virtual void MAKLogger::DtLgrSimDriver::configureConnectionInitalizer ( DtExerciseConnInitializer &  connInitializer)
protectedpure virtual

Configure the exercise connection initializer.

Implemented in MAKLogger::DtLgrDisSimDriver.

virtual DtResponse MAKLogger::DtLgrSimDriver::connect ( const DtCommand command)
protectedpure virtual

Add a packet filter object.

Implemented in MAKLogger::DtLgrDisSimDriver.

virtual DtTime MAKLogger::DtLgrSimDriver::connectSendInterval ( ) const
virtual

Connect messages are sent using this interval.

virtual DtResponse MAKLogger::DtLgrSimDriver::connectShared ( const DtCommand command)
protectedpure virtual

Add a packet filter object.

Implemented in MAKLogger::DtLgrDisSimDriver.

virtual bool MAKLogger::DtLgrSimDriver::crippleGui ( ) const
virtual

Get whether to cripple the GUI (i.e., disable mouse clicks and minimize window)

virtual DtResponse MAKLogger::DtLgrSimDriver::disconnect ( const DtCommand command)
protectedpure virtual

Add a packet filter object.

Implemented in MAKLogger::DtLgrDisSimDriver.

virtual DtLgrEntityTracker* MAKLogger::DtLgrSimDriver::entityTracker ( )
virtual

Get the current entity tracker, or null if none.

virtual const DtLgrPacketFilter* MAKLogger::DtLgrSimDriver::filter ( int  index) const
virtual

Get a filter based on an index from 0 to filterCount().

virtual int MAKLogger::DtLgrSimDriver::filterCount ( ) const
virtual

Get the number of filters added.

virtual DtResponse MAKLogger::DtLgrSimDriver::filterMarkings ( const DtCommand command)
protectedvirtual

Add a packet filter object.

static DtLgrSimDriver* MAKLogger::DtLgrSimDriver::getFromLogger ( const DtLogger logger)
static

Get the sim driver used by the Logger object.

bool MAKLogger::DtLgrSimDriver::getPipeline ( )
virtual

Have the driver attempt to acquire the message pipeline.

Implements MAKLogger::DtLgrCommandHandler.

virtual DtLgrPlaybackDriver* MAKLogger::DtLgrSimDriver::getPlaybackDriver ( bool  checkForFileOpen) const
virtual

Get the playback driver. Throw if can't get it or checking file open and its not.

virtual DtLgrRecordDriver* MAKLogger::DtLgrSimDriver::getRecordDriver ( bool  checkForFileOpen) const
virtual

Get the playback driver. Throw if can't get it or checking file open and its not.

bool MAKLogger::DtLgrSimDriver::hasPipeline ( ) const
virtual

Check to see if the driver has the message pipeline.

Implements MAKLogger::DtLgrCommandHandler.

virtual const std::map<DtString, DtLgrSimDriver::HeartbeatTimeRecord>& MAKLogger::DtLgrSimDriver::heartbeatIntervals ( ) const
virtual

Return a const reference to the heartbeat interval table.

virtual DtTime MAKLogger::DtLgrSimDriver::heartbeatSendInterval ( ) const
virtual

Logger heartbeat messages are sent using this interval.

virtual bool MAKLogger::DtLgrSimDriver::isConnected ( ) const
pure virtual

Get whether the simulation is connected.

Implemented in MAKLogger::DtLgrDisSimDriver.

virtual bool MAKLogger::DtLgrSimDriver::isSimTimeAdjusted ( ) const
virtual

Get whether sim time is adjusted.

virtual bool MAKLogger::DtLgrSimDriver::listenWhenIdle ( ) const
virtual

Get whether listen when idle is enabled.

virtual bool MAKLogger::DtLgrSimDriver::processRemoteControls ( ) const
virtual

Get whether remove control messages are processed.

virtual bool MAKLogger::DtLgrSimDriver::recordRemoteControls ( ) const
virtual

Get whether remove control messages are recorded.

virtual bool MAKLogger::DtLgrSimDriver::releasePipeline ( )
virtual

Ask the driver to release the pipeline.

This function is called when the pipeline has been requested by a different driver. If the driver can't release the pipeline it will return false. By default this method simply succeeds. If the driver should override this function if it wishes to deny the request.

Return values
trueThe pipeline has been released.
falseThe pipeline has not been released.

Implements MAKLogger::DtLgrCommandHandler.

virtual void MAKLogger::DtLgrSimDriver::removeFilter ( const DtLgrPacketFilter filter)
virtual

Remove a packet filter object.

virtual bool MAKLogger::DtLgrSimDriver::saveConnectConfiguration ( ) const
virtual

Get whether to save connection configuration.

virtual bool MAKLogger::DtLgrSimDriver::saveIndexConfiguration ( ) const
virtual

Get whether to save checkpoint configuration.

virtual bool MAKLogger::DtLgrSimDriver::saveProtocolConfiguration ( ) const
virtual

Get whether to save connection configuration.

virtual bool MAKLogger::DtLgrSimDriver::scaleAttributes ( ) const
virtual

Get whether attributes are scaled.

virtual bool MAKLogger::DtLgrSimDriver::sendResponses ( ) const
virtual

Get whether to send responses.

virtual void MAKLogger::DtLgrSimDriver::setActivity ( bool  activity)
protectedvirtual

Set whether there is activity this tick.

virtual DtResponse MAKLogger::DtLgrSimDriver::setAdjustSimTime ( const DtCommand command)
protectedvirtual

Add a packet filter object.

virtual DtResponse MAKLogger::DtLgrSimDriver::setBackChannelConnection ( const DtCommand command)
protectedvirtual

Add a packet filter object.

virtual DtResponse MAKLogger::DtLgrSimDriver::setExtendedStopTimeoutInterval ( const DtCommand command)
protectedvirtual

Add a packet filter object.

virtual DtResponse MAKLogger::DtLgrSimDriver::setFilterSettings ( const DtCommand command)
protectedvirtual

Add a packet filter object.

virtual DtResponse MAKLogger::DtLgrSimDriver::setHeartbeatIntervals ( const DtCommand command)
protectedvirtual

Add a packet filter object.

virtual DtResponse MAKLogger::DtLgrSimDriver::setListenWhenIdle ( const DtCommand command)
protectedvirtual

Add a packet filter object.

virtual DtResponse MAKLogger::DtLgrSimDriver::setPlaybackFilesUseRandomAccess ( const DtCommand command)
protectedvirtual

Add a packet filter object.

virtual DtResponse MAKLogger::DtLgrSimDriver::setRemoteControlId ( const DtCommand command)
protectedvirtual

Add a packet filter object.

virtual DtResponse MAKLogger::DtLgrSimDriver::setRemoteControlSettings ( const DtCommand command)
protectedvirtual

Set the remote control settings.

virtual DtResponse MAKLogger::DtLgrSimDriver::setSaveConnectConfiguration ( const DtCommand command)
protectedvirtual

Add a packet filter object.

virtual DtResponse MAKLogger::DtLgrSimDriver::setSaveIndexConfiguration ( const DtCommand command)
protectedvirtual

Add a packet filter object.

virtual DtResponse MAKLogger::DtLgrSimDriver::setSaveProtocolConfiguration ( const DtCommand command)
protectedvirtual

Add a packet filter object.

virtual DtResponse MAKLogger::DtLgrSimDriver::setScaleAttributes ( const DtCommand command)
protectedvirtual

Add a packet filter object.

virtual DtResponse MAKLogger::DtLgrSimDriver::setStaticDRAlgorithmWhenPaused ( const DtCommand command)
protectedvirtual

Add a packet filter object.

virtual DtResponse MAKLogger::DtLgrSimDriver::setTimeoutIntervals ( const DtCommand command)
protectedvirtual

Add a packet filter object.

virtual DtResponse MAKLogger::DtLgrSimDriver::setVRFFiltering ( const DtCommand command)
protectedvirtual

Add a packet filter object.

virtual void MAKLogger::DtLgrSimDriver::setVRFMessageFiltering ( bool  filter,
int  lowId,
int  hiId 
)
protectedvirtual

Set the VRF Filtering.

virtual DtLgrSimManager* MAKLogger::DtLgrSimDriver::simManager ( )
pure virtual

Get the simulation manager.

Implemented in MAKLogger::DtLgrDisSimDriver.

virtual const DtLgrSimManager* MAKLogger::DtLgrSimDriver::simManager ( ) const
pure virtual

Get the simulation manager.

Implemented in MAKLogger::DtLgrDisSimDriver.

virtual bool MAKLogger::DtLgrSimDriver::staticDRAlgorithmWhenPaused ( ) const
virtual

Get whether to set Static DR Algorithm when Paused.

virtual DtLgrSystemDriver* MAKLogger::DtLgrSimDriver::systemDriver ( )
virtual

Get the system driver.

virtual const DtLgrSystemDriver* MAKLogger::DtLgrSimDriver::systemDriver ( ) const
virtual

Get the system driver.

virtual void MAKLogger::DtLgrSimDriver::tick ( )
virtual

Tick the driver.

Implements MAKLogger::DtLgrCommandHandler.

Reimplemented in MAKLogger::DtLgrDisSimDriver.

virtual const std::map<DtString, DtLgrSimDriver::HeartbeatTimeRecord>& MAKLogger::DtLgrSimDriver::timeoutIntervals ( ) const
virtual

Return a const reference to the timeout interval table.

virtual void MAKLogger::DtLgrSimDriver::updateEntityTracker ( const DtString &  tracker)
virtual

Update the driver's entity tracker to match argument.

virtual bool MAKLogger::DtLgrSimDriver::useBackChannel ( ) const
virtual

Use the back channel connection?

virtual bool MAKLogger::DtLgrSimDriver::useLegacyPdu ( ) const
virtual

Get whether to use legacy control PDU.

virtual bool MAKLogger::DtLgrSimDriver::useSimChannel ( ) const
virtual

Use the sim channel connection?

Member Data Documentation

bool MAKLogger::DtLgrSimDriver::myActivity
protected
bool MAKLogger::DtLgrSimDriver::myAllowAllRemoteControls
protected
bool MAKLogger::DtLgrSimDriver::myAllowRemoteDelete
protected
DtString MAKLogger::DtLgrSimDriver::myBackChannelAddress
protected
DtString MAKLogger::DtLgrSimDriver::myBackChannelInterface
protected
int MAKLogger::DtLgrSimDriver::myBackChannelPort
protected
DtTime MAKLogger::DtLgrSimDriver::myConnectSendInterval
protected
bool MAKLogger::DtLgrSimDriver::myCrippleGui
protected
DtLgrSystemDriver* MAKLogger::DtLgrSimDriver::myDriver
protected
DtLgrEntityIdFilter* MAKLogger::DtLgrSimDriver::myEntityIdFilter
protected
DtTime MAKLogger::DtLgrSimDriver::myHeartbeatSendInterval
protected
DtLgrEntityTracker::TrackerUpdateId MAKLogger::DtLgrSimDriver::myLastEntityTrackerUpdate
protected
DtTime MAKLogger::DtLgrSimDriver::myLastEntityTrackerUpdateTime
protected
DtLgrMarkingFilter* MAKLogger::DtLgrSimDriver::myMarkingFilter
protected
DtMessagePipeline* MAKLogger::DtLgrSimDriver::myPipeline
protected
bool MAKLogger::DtLgrSimDriver::myRecordRemoteControls
protected
bool MAKLogger::DtLgrSimDriver::mySaveConnectConfiguration
protected
bool MAKLogger::DtLgrSimDriver::mySaveIndexConfiguration
protected
bool MAKLogger::DtLgrSimDriver::mySaveProtocolConfiguration
protected
bool MAKLogger::DtLgrSimDriver::mySendResponses
protected
DtClock MAKLogger::DtLgrSimDriver::myTrackerUpdateClock
protected
bool MAKLogger::DtLgrSimDriver::myUseBackChannel
protected
bool MAKLogger::DtLgrSimDriver::myUseLegacyPdu
protected
bool MAKLogger::DtLgrSimDriver::myUseSimChannel
protected
DtLgrVRFMessageFilter* MAKLogger::DtLgrSimDriver::myVRFMessageFilter
protected

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

Document ID: Generated on Thu Oct 3 15:35:11 EDT 2024 from SVN revision 270037
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)