23 class DtCommandDefinition;
39 static const DtLgrCommandId theBaseCommandId = DtLgrTimeCommandFactory::theLastCommandId;
45 (
const DtString& fileFormat,
const DtString& filename,
bool checkpoint,
bool openAfterExport),
47 bool& openAfterExport))
52 bool openAfterExport),
66 (const
DtString& fileFormat, const
DtString& fileFilter,
bool offsetData,
bool generateData,
67 int exportType,
void* printer),
69 bool& generateData,
int& exportType,
void*& printer))
96 (
bool recheckpointOnExport),
97 (const
DtCommand& command,
bool& recheckpointOnExport))
116 (const
DtString& fileFormat, const
DtString& fileFilter,
bool offsetData,
bool generateData,
119 bool& generateData,
int& exportType))
138 (
bool recheckpointOnExport),
139 (DtResponse,
bool& recheckpointOnExport))
148 static const
char* commandToString(
int commandId);
151 static const
char* responseToString(
int responseId);
The logger command which contains the command type and its parameters.
Definition: lgrCommand.h:109
The command type structure.
Definition: lgrCommand.h:29
#define DT_FACTORY_COMMAND_EXT(commandId, commandName, createParams, decodeParams)
Utility Macros for declaring Command in Factory.
Definition: lgrCommand.h:183
#define DT_DLL_LGR_CMDS
Definition: lgrCmds.h:18
Relative Time, an elapsed duration of time, no implied measurement, could be seconds/cycles or ticks ...
Definition: absoluteTime.h:28
DtBoost::shared_ptr< const DtCommand > DtResponse
Definition: lgrCommand.h:174
static const DtLgrCommandType theCommandType
The command type for all playback commands from this factory.
Definition: lgrEditorCommandFactory.h:36
Contains MAKLogger::DtLgrCommandType and MAKLogger::DtCommand classes.
The factory class responsible for created time related commands.
Definition: lgrTimeCommandFactory.h:21
#define DT_FACTORY_RESPONSE_EXT(responseId, responseName, createParams, decodeParams)
Utility Macros for declaring Response in Factory.
Definition: lgrCommand.h:198
Contains lgrCmds library definitions.
class DT_DLL_LGRUTIL DtAbsoluteTime
Definition: absoluteTime.h:22
The factory which creates logger editor commands.
Definition: lgrEditorCommandFactory.h:28
Contains MAKLogger::DtLgrTimeCommandFactory class.
short DtLgrCommandId
Definition: lgrCommand.h:25
Absolute Time, a particular measured instance in time, could be thought of as a set of relative times...
Definition: absoluteTime.h:82