43 const DtString& filename,
const DtEntityIdentifier& destination);
53 virtual void clearReceivedResponseCounts();
58 static const char* commandToString(
int command);
67 virtual void subscriptionListsChanged(
const DtEntityIdentifier& source,
68 const std::vector<DtString>& objectClasses,
const std::vector<DtString>& interactionClasses);
72 virtual void subscriptionListsChanged(
73 const std::vector<DtString>& objectClasses,
const std::vector<DtString>& interactionClasses);
#define DT_VIRTUAL_CTR(CLASS_NAME, ARG_TYPES_LIST)
Declare a Virtual Constructor Create using DT_VIRTUAL_CTR(CLASS_NAME,ARG_TYPES_LIST) Where CLASS_NAME...
Definition: virtualConstructor.h:34
int myReceivedSubscriptionListsChanged
Definition: remoteControlSimulationInterface.h:79
#define DT_DLL_LGR_RCI
Definition: lgrRemoteControlInterface.h:18
Contains DT_VIRTUAL_CTR DT_VIRTUAL_CTR_DEFAULTS DT_VIRTUAL_COPY_ASSIGN DT_VIRTUAL_BASE_CTR DT_PURE_VI...
Primary interface to remote loggers.
Definition: remoteControlInterface.h:73
Contains MAKLogger::DtRemoteControlDomainInterface for handling playback remote control messages...
Responsible for invoking simulation commands and processing simulation responses. ...
Definition: remoteControlSimulationInterface.h:21
DtU32 DtSequenceNumber
Definition: remoteControlInterface.h:48
Base class for handling commands and responses.
Definition: remoteControlDomainInterface.h:27
Instances of DtLgrResponsePdu are to respond to a remote controller with the result of a logger comma...
Definition: lcResponse.h:19