17 #include <vlutil/vlString.h>
19 class DtEntityIdentifier;
50 virtual void commandRejected(
const DtEntityIdentifier& source,
DtSequenceNumber sequenceNumber);
65 virtual void setSourcesPendingResponse(
const DtEntityIdSet& sourceIds);
68 virtual bool isResponsePending()
const;
81 virtual const DtString& boolToString(
bool value)
const;
DtLgrCommandId myLastSentCommand
Definition: remoteControlDomainInterface.h:90
std::set< DtEntityIdentifier > DtEntityIdSet
Definition: remoteControlInterface.h:52
int myDomainId
Definition: remoteControlDomainInterface.h:85
#define DT_DLL_LGR_RCI
Definition: lgrRemoteControlInterface.h:18
Contains MAKLogger::DtRemoteControlInterface for listening the Logger Control Toolkit messages...
Primary interface to remote loggers.
Definition: remoteControlInterface.h:73
const DtString myTrueString
Definition: remoteControlDomainInterface.h:91
DtSequenceNumberSet myPendingCommands
Definition: remoteControlDomainInterface.h:89
DtU32 DtSequenceNumber
Definition: remoteControlInterface.h:48
Base class for handling commands and responses.
Definition: remoteControlDomainInterface.h:27
const DtString myFalseString
Definition: remoteControlDomainInterface.h:92
Contains MAKLogger::DtLgrCommandType and MAKLogger::DtCommand classes.
DtRemoteControlInterface * myInterface
Definition: remoteControlDomainInterface.h:87
std::set< DtSequenceNumber > DtSequenceNumberSet
Definition: remoteControlInterface.h:51
DtString myDomainName
Definition: remoteControlDomainInterface.h:86
Instances of DtLgrResponsePdu are to respond to a remote controller with the result of a logger comma...
Definition: lcResponse.h:19
DtEntityIdSet mySourcesPendingResponse
Definition: remoteControlDomainInterface.h:88
Contains lgrRemoteControlInterface library definitions.
short DtLgrCommandId
Definition: lgrCommand.h:25