More...
#include <adtf_remote_recorder_intf.h>
Inherits adtf::remote::ant::IRecorder.
|
|
static constexpr const tChar *const | DEFAULT_NAME = "recorder" |
| | Default name of the recorder.
|
| |
Remote Recorder interface. Use this interface to communicate to the Recorder via RPC call.
- See also
- Recorder
◆ AddMarker()
| virtual tResult adtf::remote::bat::IRecorder::AddMarker |
( |
tTimeStamp | tmTimeStamp, |
|
|
const char * | strName ) |
|
pure virtual |
Adds a marker to the corrently ongoing recording.
- Parameters
-
| [in] | tmTimeStamp | The timestamp of the marker. If -1 then the recorder will take the current stream time from the reference clock. |
| [in] | strName | The name of the marker. |
- Returns
- Standard result.
◆ DropHistory()
| virtual tResult adtf::remote::bat::IRecorder::DropHistory |
( |
| ) |
|
|
pure virtual |
Drops all data currently kept in the history buffer.
- Returns
- Standard result.
The documentation for this class was generated from the following file: