RDK Documentation (Open Sourced RDK Components)
|
Class for the Tune Profilng Event. More...
#include <AampEvent.h>
Public Member Functions | |
TuneProfilingEvent ()=delete | |
TuneProfilingEvent (const TuneProfilingEvent &)=delete | |
TuneProfilingEvent & | operator= (const TuneProfilingEvent &)=delete |
TuneProfilingEvent (std::string &profilingData) | |
TuneProfilingEvent Constructor. | |
virtual | ~TuneProfilingEvent () |
TuneProfilingEvent Destructor. | |
const std::string & | getProfilingData () const |
Get Tune profiling data. More... | |
Public Member Functions inherited from AAMPEventObject | |
AAMPEventObject (const AAMPEventObject &)=delete | |
Copy constructor disabled. More... | |
AAMPEventObject & | operator= (const AAMPEventObject &)=delete |
assignment operator disabled More... | |
AAMPEventObject (AAMPEventType type) | |
AAMPEventObject Constructor. | |
virtual | ~AAMPEventObject () |
AAMPEvent Destructor. | |
AAMPEventType | getType () const |
Get Event Type. More... | |
Private Attributes | |
std::string | mProfilingData |
Class for the Tune Profilng Event.
Definition at line 1335 of file AampEvent.h.
|
delete |
[in] | profilingData | - tune profiling data |
TuneProfilingEvent::getProfilingData | ( | ) | const |
|
private |
micro event data for profiling
Definition at line 1337 of file AampEvent.h.