#include <adtf_remote_recorder_intf.h>
Inherited by adtf::remote::bat::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
◆ GetCurrentFileName()
| virtual const char * adtf::remote::ant::IRecorder::GetCurrentFileName |
( |
| ) |
const |
|
pure virtual |
Retrieves the current filename set for the file recording.
- Returns
- The filename set
- Return values
-
| empty | if no filename set or not recording |
◆ GetCurrentState()
| virtual int8_t adtf::remote::ant::IRecorder::GetCurrentState |
( |
| ) |
const |
|
pure virtual |
Retrieves the current state of the recorder.
- Returns
- The current state (adtf::service::ant::IRecorder::tState)
- See also
- adtf::service::ant::IRecorder::tState
◆ GetFirstTime()
| virtual tTimeStamp adtf::remote::ant::IRecorder::GetFirstTime |
( |
| ) |
const |
|
pure virtual |
Retrieves the first (chunk) time of the currently recorded file.
- Returns
- The first (chunk) time of the currently recorded file
- Return values
-
◆ GetLastTime()
| virtual tTimeStamp adtf::remote::ant::IRecorder::GetLastTime |
( |
| ) |
const |
|
pure virtual |
Retrieves the last (chunk) time of the currently recorded files.
- Returns
- The last (chunk) time of the currently recorded files
- Return values
-
◆ Split()
| virtual tResult adtf::remote::ant::IRecorder::Split |
( |
const char * | strFileName | ) |
|
|
pure virtual |
Splits Recording.
- Parameters
-
| [in] | strFileName | optional parameter of filename where to record. Set empty ("") to use the recorders default. |
- Returns
- Standard Result code
- Return values
-
| ERR_NOERROR | Splitting of recording successfully set |
◆ Start()
| virtual tResult adtf::remote::ant::IRecorder::Start |
( |
const char * | strFileName | ) |
|
|
pure virtual |
Starts Recording.
- Parameters
-
| [in] | strFileName | optional parameter of filename where to record. Set empty ("") to use the recorders default. |
- Returns
- Standard Result code
- Return values
-
| ERR_NOERROR | Starting of recording successfully set |
◆ Stop()
| virtual tResult adtf::remote::ant::IRecorder::Stop |
( |
const char * | strFileName | ) |
|
|
pure virtual |
Stops Recording.
- Parameters
-
| [in] | strFileName | optional parameter of filename where to record. Set empty ("") to use the recorders default. |
- Returns
- Standard Result code
- Return values
-
| ERR_NOERROR | Stopping of recording successfully set |
The documentation for this class was generated from the following file: