ADTF
Loading...
Searching...
No Matches
adtf::services::vision::ISampleStreamTracer::tTraceData Struct Reference

#include <sample_stream_tracer_intf.h>

Inherits adtf::services::quiet::ISampleStreamTracer::tTraceData.

Public Attributes

double fSamplesPerSecondWallTime = 0.0
 float value for sample data per wall time second
 
double fTriggerPerSecondWallTime = 0.0
 float value for trigger count per wall time second
 
double fStreamTypePerSecondWallTime = 0.0
 float value for stream type updates count per wall time second
 
double fBytesPerSecondWallTime = 0.0
 float value for sample data per wall time second
 
int64_t tmLastSampleWallTime = 0
 last sample time in wall time nanoseconds based on POSIX UTC
 
int64_t tmLastTriggerWallTime = 0
 last trigger time in wall time nanoseconds based on POSIX UTC
 
int64_t tmLastStreamTypeWallTime = 0
 last stream type update time in wall time nanoseconds based on POSIX UTC
 
- Public Attributes inherited from adtf::services::quiet::ISampleStreamTracer::tTraceData
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
 

Detailed Description

struct holding the data as provided through the sample stream trace view interface


The documentation for this struct was generated from the following file: