|
ADTF
|
#include <adtf_remote_sample_stream_tracer_intf.h>
Public Types | |
| using | tTraceData = services::quiet::ISampleStreamTracer::tTraceData |
| Trace data for sample streams via remote. | |
Public Member Functions | |
| ADTF_IID (ISampleStreamTracer, "samplestreamtrace.quiet.remote.adtf") | |
| definition of remote interface identifier | |
| virtual std::unordered_map< std::string, tTraceData > | GetTraceData () const =0 |
| Retrieve the trace data as unordered map with name of sample stream graph object and correspondingtrace data. | |
Static Public Attributes | |
| static constexpr const char *const | DEFAULT_NAME = "samplestreamtrace" |
| definition of default name at rpc object registry | |
Use this interface to retreive sample stream trace statistics.
|
pure virtual |
Retrieve the trace data as unordered map with name of sample stream graph object and correspondingtrace data.