![]() |
MAK Data Logger API Documentation for HLA
|
The class responsible for interfacing with the logger playback functionality. More...
Inheritance diagram for MAKLogger::DtLgrPlaybackInterface:
Collaboration diagram for MAKLogger::DtLgrPlaybackInterface:Public Types | |
| typedef DtLgrPlaybackCommandFactory | Factory |
| typedef DtLgrPlaybackInterface | ThisClass |
Public Types inherited from MAKLogger::DtLgrTimeInterface | |
| typedef std::pair < DtAbsoluteTime, DtAbsoluteTime > | TimePair |
| typedef DtLgrTimeCommandFactory | Factory |
| typedef DtLgrTimeInterface | ThisClass |
Public Types inherited from MAKLogger::DtLgrSystemInterface | |
| typedef DtLgrSystemCommandFactory | Factory |
Public Member Functions | |
| virtual | ~DtLgrPlaybackInterface () |
| DTOR. | |
| virtual void | openFile (const DtString &filename, bool checkMediaFile) const |
| Send Commands. | |
| virtual void | closeFile () const |
| Send the command to close a file. | |
| virtual void | saveFile (const bool reopenAfterSave=true) const |
| Send the command to save the file. | |
| virtual void | saveFileAs (const DtString &filename, const DtString &description, const bool writeDescription, const bool reopenAfterSave=true) const |
| Send the command to save the file as a different filename, passing the current description. | |
| virtual void | revertFile () const |
| Send the command to revert the file. | |
| virtual void | updateTapeDescription (const DtString description) |
| Send the command to set the description to be written out to file on the next Save or Save As. | |
| virtual void | play () const |
| Send the command to start playback. | |
| virtual void | stop () const |
| Send the command to stop playback. | |
| virtual void | pause () const |
| Send the command to pause playback. | |
| virtual void | unpause () const |
| Send the command to unpause playback. | |
| virtual void | togglePlayPause () const |
| Send the command to toggle playing / paused. | |
| virtual void | restart () const |
| Send the command to restart playing. | |
| virtual void | jumpToTime (DtAbsoluteTime time) const |
| Send the command to jump to a specific time. | |
| virtual void | setPlaybackSpeed (double speedMultiplier, bool skipping) const |
| Send the command to control the playback speed. | |
| virtual void | setSkippingPlaybackThreshold (double skippingThreshold) const |
| Send the command to set the threshold when skipping playback is used. | |
| virtual void | setSkippingPlaybackInteractions (bool skippingInteractions) const |
| Send the command to set flag to send checkpointed interactions when skipping playback. | |
| virtual void | setPacketViewInterval (double viewInterval) const |
| Send the command to control the packet view tick interval. | |
| virtual void | setFollowingInterval (double interval) const |
| Send the command to change the following interval. | |
| virtual void | setFollowingExportInterval (double interval) const |
| Send the command to change the following export interval. | |
| virtual void | setStartStopTimes (DtAbsoluteTime startTime, DtAbsoluteTime stopTime) const |
| Send the command to control the start and stop times. | |
| virtual void | setLoopAtEnd (bool enable) const |
| Send the command to control loop at end of file. | |
| virtual void | setPlayOnLoad (bool playOnLoad) const |
| Send the command to control play on load. | |
| virtual void | setBackupOnSave (bool backup) const |
| Send the command to set if a backup file is created upon save. | |
| virtual void | recoverLastPacket () |
| Recover the last packet of an incomplete file. | |
| virtual void | setMediaPlaybackAdjustments (double speedFactor, DtRelativeTime offset) const |
| Set the playback media speed factor. | |
| virtual void | setMediaWindowHandle (void *windowHandle) |
| Set the media playback window handle. | |
| virtual void | setMediaStreamConfiguration (const DtString &streamConfiguration) const |
| Add a playback media to stream configuration. | |
| virtual void | setMediaWindowConfiguration (const DtString &streamConfiguration) const |
| Add a playback media in window configuration. | |
| virtual void | setMediaStreamPipeline (const DtString &pipelines, const DtString &mediaFile) |
| Set the playback media stream pipelines. | |
| virtual void | setMediaWindowPipeline (const DtString &pipelines, const DtString &mediaFile) |
| Set the playback media window pipelines. | |
| virtual void | setMediaPlayByDefault (bool window, bool stream) const |
| Set the playback video default values. | |
| virtual void | setMediaPlayToStreamParameters (const DtString &, int) const |
| Set the playback streaming video host IP and port. | |
| virtual void | exposePlaybackMedia () |
| Signal to media playback to window needs to be exposed. | |
| virtual bool | isFileLoaded () const |
| Accessors. | |
| virtual bool | isFileSaved () const |
| Returns true if the file is saved, false if it is not. | |
| virtual bool | isPlaying () const |
| Returns true if logger is playing else false. | |
| virtual bool | isStopped () const |
| Return Inverse of isPlaying. | |
| virtual bool | isPaused () const |
| Return if logger is paused. | |
| virtual bool | loopAtEnd () const |
| Return if logger loops at the end of playback. | |
| virtual bool | playOnLoad () const |
| Return if logger will play after loading a file. | |
| virtual const DtString & | filename () const |
| Get the name of the file, or "" if no file is loaded. | |
| virtual double | playbackSpeed () const |
| Get the playback speed multiplier. | |
| virtual bool | skippingPlayback () const |
| Get the skipping playback flag. | |
| virtual double | skippingPlaybackThreshold () const |
| Get the skipping playback threshold. | |
| virtual bool | skippingPlaybackInteractions () const |
| Get the skipping playback interactions flag. | |
| virtual double | packetViewInterval () const |
| Get the packet view tick interval. | |
| virtual double | followingInterval () const |
| Get the packet view tick interval. | |
| virtual double | followingExportInterval () const |
| Get the packet view tick interval. | |
| virtual bool | isFileFormatCurrent () const |
| Get if the file format is current. Assumes a file is open. | |
| virtual bool | isFileIncomplete () const |
| Get if the file is incomplete (missing eof metadata). Assumes a file is open. | |
| virtual bool | hasLastPacket () const |
| Get if the file has its last packet. Assumes a file is open. | |
| virtual bool | lastPacketRecovered () const |
| Get if the file has its last packet recovered. Assumes a file is open. | |
| virtual bool | tapeDescriptionUpdated () const |
| Whether there is an update of the description text pending to be written to file. | |
| virtual const DtString & | tapeDescription () const |
| Retrieve the updated description text if exists. | |
| virtual int | fileVersion () const |
| Retrieve the version number for the currently loaded file. | |
| virtual bool | isFileExpanding () const |
| Get if the file has expanded. Assumes a file is open. | |
| virtual double | mediaSpeedFactor () const |
| Get the speed adjustment factor applied to media playback. | |
| virtual DtRelativeTime | mediaOffset () const |
| Get the offset applied to media playback. | |
| virtual const DtString & | mediaStreamConfiguration () const |
| Get the playback media to stream configurations. | |
| virtual const DtString & | mediaWindowConfiguration () const |
| Get the playback media in window configurations. | |
| virtual bool | mediaPlayInWindowByDefault () const |
| Get the playback video default value. | |
| virtual bool | mediaPlayToStreamByDefault () const |
| Get the playback video to stream default value. | |
| virtual bool | mediaPlayInWindowActive () const |
| Get the playback video in window active value. | |
| virtual DtPlayToStreamStatus | mediaPlayToStreamStatus () const |
| Get the playback video to stream status. | |
| virtual const DtString & | mediaPlayHost () const |
| Get the playback streaming video host IP. | |
| virtual int | mediaPlayPort () const |
| Get the playback streaming video Port. | |
Public Member Functions inherited from MAKLogger::DtLgrTimeInterface | |
| virtual | ~DtLgrTimeInterface () |
| DTOR. | |
| virtual const DtAbsoluteTime & | currentTime () const |
| Current time in the tape. | |
| virtual const DtAbsoluteTime & | startTime () const |
| Time to start must be >= of firstTime && <= currentTime. | |
| virtual const DtAbsoluteTime & | stopTime () const |
| Time to stop, must be <= of lastTime && >= currentTime. | |
| virtual const DtAbsoluteTime & | firstTime () const |
| First valid time, start time must be greater or equal to this time. | |
| virtual const DtAbsoluteTime & | lastTime () const |
| Last valid time, stop time must be less than or equal to this time. | |
| virtual bool | atStartTime () const |
| Return if current time is the startTime of file. | |
| virtual bool | atStopTime () const |
| Return if current time is the stopTime of file. | |
| void | currentTimeChanged (DtResponse) |
| Callback for currentTimeChanged. | |
| void | startStopTimesChanged (DtResponse) |
| Callback for startStopTimesChanged. | |
| void | firstLastTimesChanged (DtResponse) |
| Callback for firstLastTimesChanged. | |
Public Member Functions inherited from MAKLogger::DtLgrSystemInterface | |
| virtual | ~DtLgrSystemInterface () |
| Constructor takes logger ref the interface will be attached to. | |
| virtual void | issueTextCommand (const DtString &commandString) const |
| Issue a text command to the logger to parse and execute. | |
| virtual void | cancelLongOperation () const |
| Attempt to cancel a long operation. | |
| virtual void | deleteFile (const DtString &filename) const |
| Delete a file. | |
| virtual void | setNotifyLevel (int vlLevel, int lgrLevel) const |
| Change the notify level. | |
| virtual void | shutdown () const |
| Tell the logger to shut down. | |
| virtual bool | timeToShutdown () const |
| Is it time to shut down. | |
| virtual const DtString & | operationName () const |
| Get the current operation name. | |
| virtual const DtString & | operationMessage () const |
| Get the current operation message. | |
| virtual int | operationProgress () const |
| Get the current operation progress. | |
| virtual bool | operationInterruptible () const |
| Is the current operation interruptible. | |
| virtual bool | wasOperationCanceled () const |
| Check to see if the last operation was canceled. | |
| virtual void | installOutputListener (std::auto_ptr< DtLgrMessageOutputListener > listener) const |
| Install an output listener. | |
| bool | basicGuiFlag () const |
| get the current basic gui flag. | |
| void | setGuiConfigFilename (DtString guiConfigFilename) |
| set name of GUI configuration file | |
| DtString | guiConfigFilename () const |
| get name of GUI configuration file | |
| void | setPerformanceWarning (bool behind, DtTime amountBehind) |
| set performance warning | |
| bool | isPerformanceWarningEnabled () const |
| check if performance warning is enabled | |
| DtTime | tickOverheadTime () const |
| returns amount of time logger has overrun its tick period | |
Public Member Functions inherited from MAKLogger::DtCommandInterface | |
| virtual | ~DtCommandInterface () |
| Virtual Constructor. | |
| virtual bool | update () |
| Remove all all commands from response queue Update is responsible for updating all responses and synchronizing state. | |
| void | disconnectFromDispatcher () |
| Disconnects the interface from its dispatcher, this is for temporarily removing itself from the message queue. | |
| void | reconnectToDispatcher () |
| Reconnect the interface to its dispatcher. | |
| void | addResponseHandler (const DtCommand &command, DtResponseFunctorSP) |
| virtual void | sendCommand (const DtCommand &) const |
| Send a command to the interface's dispatcher. | |
| bool | executeResponse (DtResponse command) |
| Execute a response. | |
Static Public Member Functions | |
| static DtLgrPlaybackInterface * | create (DtLogger &) |
| Thread safe interface creator. | |
| static DtLgrPlaybackInterface * | createNonThreadsafe (DtLogger &logger, const DtLgrPlaybackDriver &driver) |
| NonThreadsafe creator should not be called by User, used internally by create. | |
Protected Member Functions | |
| DtLgrPlaybackInterface (DtLogger &logger, const DtLgrPlaybackDriver &driver) | |
| Ctr with Logger and driver for initialization of state. | |
| void | connectResponseHandlers () |
| Non-virtual since called in CTOR. | |
| void | connectResponse (DtLgrCommandId, void(DtLgrPlaybackInterface::*)(DtResponse)) |
| Non-virtual since called in CTOR. | |
| void | fileOpened (DtResponse) |
| Response handlers. | |
| void | fileClosed (DtResponse) |
| File opened response handler. | |
| void | fileChanged (DtResponse) |
| File change response handler. | |
| void | fileSaved (DtResponse) |
| File saved response handler. | |
| void | playbackChanged (DtResponse) |
| File playback changed response handler. | |
| void | playbackSpeedChanged (DtResponse) |
| File playback speed changed response handler. | |
| void | skippingPlaybackChanged (DtResponse) |
| Skipping playback changed response handler. | |
| void | skippingPlaybackThresholdChanged (DtResponse) |
| Skipping playback threshold changed response handler. | |
| void | skippingPlaybackInteractionsChanged (DtResponse) |
| Skipping playback changed response handler. | |
| void | packetViewIntervalChanged (DtResponse) |
| File packet view tick interval changed response handler. | |
| void | followingIntervalChanged (DtResponse) |
| Following interval changed response handler. | |
| void | followingExportIntervalChanged (DtResponse) |
| Following export interval changed response handler. | |
| void | fileInvalid (DtResponse) |
| File invalid response handler. | |
| void | fileDoesNotExist (DtResponse) |
| File does not exist response handler. | |
| void | fileIncomplete (DtResponse) |
| File incomplete response handler. | |
| void | loopAtEndChanged (DtResponse) |
| File loop at end changed response handler. | |
| void | playOnLoadChanged (DtResponse) |
| File play on load changed response handler. | |
| void | fileFormatCurrent (DtResponse) |
| File play on load changed response handler. | |
| void | pausedChanged (DtResponse) |
| File play on load changed response handler. | |
| void | tapeDescriptionChanged (DtResponse) |
| Logger file description changed response handler. | |
| void | fileExpandingChanged (DtResponse) |
| File opened response handler. | |
| void | jumpTimeChanged (DtResponse response) |
| Jump in time occurred. | |
| void | mediaPlaybackAdjustmentsChanged (DtResponse response) |
| Playback media speed factor changed. | |
| void | mediaPlayToStreamConfigurationChanged (DtResponse response) |
| The media play to stream configuration has changed. | |
| void | mediaPlayInWindowConfigurationChanged (DtResponse response) |
| Playback media window configuration added. | |
| void | mediaPlayByDefaultChanged (DtResponse response) |
| video default settings changed. | |
| void | mediaPlayToStreamParametersChanged (DtResponse response) |
| video streaming options changed. | |
| void | mediaPlayInWindowOperationActive (DtResponse response) |
| video play in window active changed. | |
| void | mediaPlayToStreamOperationStatus (DtResponse response) |
| video play to stream staus changed. | |
Protected Member Functions inherited from MAKLogger::DtLgrTimeInterface | |
| DtLgrTimeInterface (DtLogger &logger) | |
| Ctr with Logger and driver for initialization of state. | |
| void | connectResponse (DtLgrCommandId, void(DtLgrTimeInterface::*)(DtResponse)) |
| Hooks up a DtResponse callback. | |
Protected Member Functions inherited from MAKLogger::DtLgrSystemInterface | |
| void | connectResponseHandler (DtLgrCommandId id, void(DtLgrSystemInterface::*function)(DtResponse)) |
| void | messageReceived (DtResponse) |
| void | consoleMessageReceived (DtResponse) |
| void | requestShutdown (DtResponse) |
| void | basicGuiFlagSet (DtResponse) |
| void | longOperationStarted (DtResponse) |
| void | longOperationFinished (DtResponse) |
| void | longOperationUpdated (DtResponse) |
| void | setGuiConfigFilename (DtResponse) |
| void | performanceWarningReceived (DtResponse) |
Private Member Functions | |
| DtLgrPlaybackInterface (const DtLgrPlaybackInterface &) | |
| Not Implemented. | |
| DtLgrPlaybackInterface & | operator= (const DtLgrPlaybackInterface &) |
| Not Implemented. | |
Additional Inherited Members | |
Protected Types inherited from MAKLogger::DtCommandInterface | |
| typedef std::map< DtCommand, DtResponseFunctorSP, std::less < DtCommand > > | DtResponseMap |
| Callback types. | |
The class responsible for interfacing with the logger playback functionality.
|
protected |
Ctr with Logger and driver for initialization of state.
|
virtual |
DTOR.
|
private |
Not Implemented.
|
virtual |
Send the command to close a file.
|
protected |
Non-virtual since called in CTOR.
|
protected |
Non-virtual since called in CTOR.
|
static |
Thread safe interface creator.
|
static |
NonThreadsafe creator should not be called by User, used internally by create.
|
virtual |
Signal to media playback to window needs to be exposed.
|
protected |
File change response handler.
|
protected |
File opened response handler.
|
protected |
File does not exist response handler.
|
protected |
File opened response handler.
|
protected |
File play on load changed response handler.
|
protected |
File incomplete response handler.
|
protected |
File invalid response handler.
|
virtual |
Get the name of the file, or "" if no file is loaded.
|
protected |
Response handlers.
File opened response handler.
|
protected |
File saved response handler.
|
virtual |
Retrieve the version number for the currently loaded file.
|
virtual |
Get the packet view tick interval.
|
protected |
Following export interval changed response handler.
|
virtual |
Get the packet view tick interval.
|
protected |
Following interval changed response handler.
|
virtual |
Get if the file has its last packet. Assumes a file is open.
|
virtual |
Get if the file has expanded. Assumes a file is open.
|
virtual |
Get if the file format is current. Assumes a file is open.
|
virtual |
Get if the file is incomplete (missing eof metadata). Assumes a file is open.
|
virtual |
Accessors.
Returns true if a file is loaded
|
virtual |
Returns true if the file is saved, false if it is not.
|
virtual |
Return if logger is paused.
|
virtual |
Returns true if logger is playing else false.
|
virtual |
Return Inverse of isPlaying.
|
protected |
Jump in time occurred.
|
virtual |
Send the command to jump to a specific time.
|
virtual |
Get if the file has its last packet recovered. Assumes a file is open.
|
virtual |
Return if logger loops at the end of playback.
|
protected |
File loop at end changed response handler.
|
virtual |
Get the offset applied to media playback.
|
protected |
Playback media speed factor changed.
|
protected |
video default settings changed.
|
virtual |
Get the playback streaming video host IP.
|
virtual |
Get the playback video in window active value.
|
virtual |
Get the playback video default value.
|
protected |
Playback media window configuration added.
|
protected |
video play in window active changed.
|
virtual |
Get the playback streaming video Port.
|
virtual |
Get the playback video to stream default value.
|
protected |
The media play to stream configuration has changed.
|
protected |
video play to stream staus changed.
|
protected |
video streaming options changed.
|
virtual |
Get the playback video to stream status.
|
virtual |
Get the speed adjustment factor applied to media playback.
|
virtual |
Get the playback media to stream configurations.
|
virtual |
Get the playback media in window configurations.
|
virtual |
Send Commands.
Send the command to open a file.
|
private |
Not Implemented.
|
virtual |
Get the packet view tick interval.
|
protected |
File packet view tick interval changed response handler.
|
virtual |
Send the command to pause playback.
|
protected |
File play on load changed response handler.
|
virtual |
Send the command to start playback.
|
protected |
File playback changed response handler.
|
virtual |
Get the playback speed multiplier.
|
protected |
File playback speed changed response handler.
|
virtual |
Return if logger will play after loading a file.
|
protected |
File play on load changed response handler.
|
virtual |
Recover the last packet of an incomplete file.
|
virtual |
Send the command to restart playing.
|
virtual |
Send the command to revert the file.
|
virtual |
Send the command to save the file.
|
virtual |
Send the command to save the file as a different filename, passing the current description.
|
virtual |
Send the command to set if a backup file is created upon save.
|
virtual |
Send the command to change the following export interval.
|
virtual |
Send the command to change the following interval.
|
virtual |
Send the command to control loop at end of file.
|
virtual |
Set the playback media speed factor.
|
virtual |
Set the playback video default values.
|
virtual |
Set the playback streaming video host IP and port.
|
virtual |
Add a playback media to stream configuration.
|
virtual |
Set the playback media stream pipelines.
|
virtual |
Add a playback media in window configuration.
|
virtual |
Set the media playback window handle.
|
virtual |
Set the playback media window pipelines.
|
virtual |
Send the command to control the packet view tick interval.
|
virtual |
Send the command to control the playback speed.
Skipping indicates that only the checkpoints should be played at the given speed.
|
virtual |
Send the command to control play on load.
|
virtual |
Send the command to set flag to send checkpointed interactions when skipping playback.
|
virtual |
Send the command to set the threshold when skipping playback is used.
Skipping indicates that only the checkpoints should be played at the given speed.
|
virtual |
Send the command to control the start and stop times.
|
virtual |
Get the skipping playback flag.
|
protected |
Skipping playback changed response handler.
|
virtual |
Get the skipping playback interactions flag.
|
protected |
Skipping playback changed response handler.
|
virtual |
Get the skipping playback threshold.
|
protected |
Skipping playback threshold changed response handler.
|
virtual |
Send the command to stop playback.
|
virtual |
Retrieve the updated description text if exists.
|
protected |
Logger file description changed response handler.
|
virtual |
Whether there is an update of the description text pending to be written to file.
|
virtual |
Send the command to toggle playing / paused.
|
virtual |
Send the command to unpause playback.
|
virtual |
Send the command to set the description to be written out to file on the next Save or Save As.
This description write can be overridden by the next Save or Save As.
| DtValueSignal<DtString> MAKLogger::DtLgrPlaybackInterface::fileDoesNotExistSignal |
Response signal handlers.
| DtValueSignal<bool> MAKLogger::DtLgrPlaybackInterface::fileExpandingSignal |
Response signal handlers.
| DtValueSignal<DtString> MAKLogger::DtLgrPlaybackInterface::fileInvalidSignal |
Errors signals all alias the Last Error Message string.
| DtValueSignal<DtString> MAKLogger::DtLgrPlaybackInterface::fileOpenedSignal |
Response signal handlers.
| DtValueSignal<bool> MAKLogger::DtLgrPlaybackInterface::fileSaveChangedSignal |
Response signal handlers.
| DtValueSignal<double> MAKLogger::DtLgrPlaybackInterface::followExportIntervalChangedSignal |
Response signal handlers.
| DtValueSignal<double> MAKLogger::DtLgrPlaybackInterface::followIntervalChangedSignal |
Response signal handlers.
| DtValueSignal<DtAbsoluteTime> MAKLogger::DtLgrPlaybackInterface::jumpTimeChangedSignal |
Response signal handlers.
| DtValueSignal<bool> MAKLogger::DtLgrPlaybackInterface::loopAtEndChangedSignal |
Response signal handlers.
| DtValueSignal<DtRelativeTime> MAKLogger::DtLgrPlaybackInterface::mediaOffsetChangedSignal |
Response signal handlers.
| DtValueSignal<DtString> MAKLogger::DtLgrPlaybackInterface::mediaPlayHostChangedSignal |
Response signal handlers.
| DtValueSignal<bool> MAKLogger::DtLgrPlaybackInterface::mediaPlayInWindowByDefaultChangedSignal |
Response signal handlers.
| DtValueSignal<bool> MAKLogger::DtLgrPlaybackInterface::mediaPlayInWindowOperationSignal |
Response signal handlers.
| DtValueSignal<int> MAKLogger::DtLgrPlaybackInterface::mediaPlayPortChangedSignal |
Response signal handlers.
| DtValueSignal<bool> MAKLogger::DtLgrPlaybackInterface::mediaPlayToStreamByDefaultChangedSignal |
Response signal handlers.
| DtValueSignal<DtPlayToStreamStatus> MAKLogger::DtLgrPlaybackInterface::mediaPlayToStreamOperationSignal |
Response signal handlers.
| DtValueSignal<double> MAKLogger::DtLgrPlaybackInterface::mediaSpeedFactorChangedSignal |
Response signal handlers.
| DtValueSignal<DtString> MAKLogger::DtLgrPlaybackInterface::mediaStreamConfigurationChangedSignal |
Response signal handlers.
| DtValueSignal<DtString> MAKLogger::DtLgrPlaybackInterface::mediaWindowConfigurationChangedSignal |
Response signal handlers.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| DtValueSignal<bool> MAKLogger::DtLgrPlaybackInterface::pausedChangedSignal |
Response signal handlers.
| DtValueSignal<bool> MAKLogger::DtLgrPlaybackInterface::playbackChangedSignal |
Response signal handlers.
| DtValueSignal<double> MAKLogger::DtLgrPlaybackInterface::playbackSpeedChangedSignal |
Response signal handlers.
| DtValueSignal<bool> MAKLogger::DtLgrPlaybackInterface::playOnLoadChangedSignal |
Response signal handlers.