|
ADTF
|
#include <sample_stream_tracer_intf.h>
Inherits adtf::services::bat::ISampleStreamTracer::tTraceData.
Inherited by adtf::services::vision::ISampleStreamTracer::tTraceData.
Public Attributes | |
| uint64_t | ui64StreamTypeCount = 0 |
| amount of stream type updates received | |
| tTimeStamp | tmLastStreamType = 0 |
| last stream type update time in streamtime | |
| double | fStreamTypePerSecond = 0.0 |
| float value for stream type updates count per streamtime second | |
Public Attributes inherited from adtf::services::bat::ISampleStreamTracer::tTraceData | |
| uint64_t | ui64SampleCount = 0 |
| amount of sample received | |
| tTimeStamp | tmLastSample = 0 |
| last sample time in streamtime | |
| double | fSamplesPerSecond = 0.0 |
| float value for sample count per streamtime second | |
| double | fBytesPerSecond = 0.0 |
| float value for sample data per streamtime second | |
| uint64_t | ui64TriggerCount = 0 |
| amount of trigger received | |
| tTimeStamp | tmLastTrigger = 0 |
| last trigger time in streamtime | |
| double | fTriggerPerSecond = 0.0 |
| float value for trigger count per streamtime second | |
struct holding the data as provided through the sample stream trace view interface