RDK Documentation (Open Sourced RDK Components)
ProfileEventAAMP::TuneEvent Class Reference

Class corresponding to tune time events. More...

Collaboration diagram for ProfileEventAAMP::TuneEvent:
Collaboration graph

Public Member Functions

 TuneEvent (ProfilerBucketType i, unsigned int s, unsigned int d, int r)
 TuneEvent Constructor. More...
 

Data Fields

ProfilerBucketType id
 
unsigned int start
 
unsigned int duration
 
int result
 

yes

Class corresponding to tune time events.

Definition at line 154 of file AampProfiler.h.

Constructor & Destructor Documentation

◆ TuneEvent()

ProfileEventAAMP::TuneEvent::TuneEvent ( ProfilerBucketType  i,
unsigned int  s,
unsigned int  d,
int  r 
)
inline

TuneEvent Constructor.

Parameters
[in]i- Event id
[in]s- Event start time
[in]d- Event duration
[in]r- Event result

Definition at line 169 of file AampProfiler.h.

Field Documentation

◆ id

ProfilerBucketType ProfileEventAAMP::TuneEvent::id

Event identifier

Definition at line 157 of file AampProfiler.h.

◆ start

unsigned int ProfileEventAAMP::TuneEvent::start

Event start time

Definition at line 158 of file AampProfiler.h.

◆ duration

unsigned int ProfileEventAAMP::TuneEvent::duration

Event duration

Definition at line 159 of file AampProfiler.h.

◆ result

int ProfileEventAAMP::TuneEvent::result

Event result

Definition at line 160 of file AampProfiler.h.


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