19 class DtCommandDefinition;
35 static const DtLgrCommandId theBaseCommandId = DtLgrTimeCommandFactory::theLastCommandId;
42 (
const DtString& filename,
bool constructFilePathAndName,
bool checkMediaFile),
43 (
const DtCommand& command,
DtString& filename,
bool& constructFilePathAndName,
bool& checkMediaFile))
54 (const
bool reopenAfterSave),
55 (const
DtCommand& command,
bool& reopenAfterSave))
59 (const
DtString& filename,const
DtString& description,const
bool writeDescription,
60 const
bool reopenAfterSave),
62 bool& reopenAfterSave))
111 (
double speed,
bool skipping),
112 (const
DtCommand& command,
double& speed,
bool& skipping))
143 (
double skippingPlaybackThreshold),
144 (const
DtCommand& command,
double& skippingPlaybackThreshold))
150 (const
DtCommand& command,
bool& listDirs))
165 (
double packetViewInterval),
166 (const
DtCommand& command,
double& packetViewInterval))
170 (
bool skipPlaybackInteractions),
171 (const
DtCommand& command,
bool& skipPlaybackInteractions))
175 (
double followingInterval),
176 (const
DtCommand& command,
double& followingInterval))
180 (
double exportInterval),
181 (const
DtCommand& command,
double& exportInterval))
190 (
void* windowHandle),
191 (const
DtCommand& command,
void*& windowHandle))
195 (const
DtString& pipelineConfiguration),
200 (const
DtString& pipelineConfiguration),
205 (
bool windowDefault,
bool streamDefault),
206 (const
DtCommand& command,
bool& windowDefault,
bool& streamDefault))
227 (DtCommand& command))
233 static const
DtLgrCommandId theLastCommandId = theBaseCommandId + 100;
257 (const
DtString& filename,
bool isIncomplete,
bool hasLastPacket,
bool lastPacketRecovered),
259 bool& lastPacketRecovered))
274 (
bool current,
int version),
275 (
DtResponse response,
bool& current,
int& version))
278 (
bool currentlyPlaying),
279 (
DtResponse response,
bool& currentlyPlaying))
302 (
bool skippingPlayback),
306 (
double skippingPlaybackThreshold),
307 (
DtResponse response,
double& skippingPlaybackThreshold))
314 (
bool listIsDirs, const std::vector<
DtString>& loggerFiles),
318 (const
DtString& tapeDescription, const
bool useDescription),
322 (
double packetViewInterval),
323 (
DtResponse response,
double& packetViewInterval))
326 (
bool skippingPlaybackInteractions),
327 (
DtResponse response,
bool& skippingPlaybackInteractions))
334 (
double followingInterval),
335 (const
DtResponse response,
double& followingInterval))
338 (
double exportInterval),
339 (const
DtResponse response,
double& exportInterval))
347 (const
DtString& pipelineConfiguration),
352 (const
DtString& pipelineConfiguration),
357 (
bool windowDefault,
bool streamDefault),
358 (
DtResponse response,
bool& windowDefault,
bool& streamDefault))
379 static const
DtLgrCommandId theLastResponseId = theBaseResponseId - 100;
384 static const
char* commandToString(
int commandId);
387 static const
char* responseToString(
int responseId);