56 static const char* commandToString(
int command);
63 virtual void startStopTimesChanged(
const DtEntityIdentifier& source,
const DtAbsoluteTime& startTime,
65 virtual void firstLastTimesChanged(
const DtEntityIdentifier& source,
const DtAbsoluteTime& firstTime,
71 virtual void setFirstTime(
const DtAbsoluteTime& time,
bool initialValue=
false);
75 virtual void setLastTime(
const DtAbsoluteTime& time,
bool initialValue=
false);
#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
#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...
Base class for handling commands and responses.
Definition: remoteControlDomainInterface.h:27
DtAbsoluteTime myFirstTime
Definition: remoteControlSharedInterface.h:80
DtAbsoluteTime myLastTime
Definition: remoteControlSharedInterface.h:81
Contains MAKLogger::DtAbsoluteTime and MAKLogger::DtRelativeTime classes.
Instances of DtLgrResponsePdu are to respond to a remote controller with the result of a logger comma...
Definition: lcResponse.h:19
Responsible for invoking shared commands and processing shared responses.
Definition: remoteControlSharedInterface.h:22
Absolute Time, a particular measured instance in time, could be thought of as a set of relative times...
Definition: absoluteTime.h:82