RDK Documentation (Open Sourced RDK Components)
TuneProfilingEvent Class Reference

Class for the Tune Profilng Event. More...

#include <AampEvent.h>

Inheritance diagram for TuneProfilingEvent:
Inheritance graph
Collaboration diagram for TuneProfilingEvent:
Collaboration graph

Public Member Functions

 TuneProfilingEvent ()=delete
 
 TuneProfilingEvent (const TuneProfilingEvent &)=delete
 
TuneProfilingEventoperator= (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...
 
AAMPEventObjectoperator= (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
 

yes

Class for the Tune Profilng Event.

Definition at line 1335 of file AampEvent.h.

Constructor & Destructor Documentation

◆ TuneProfilingEvent()

TuneProfilingEvent::TuneProfilingEvent ( )
delete
Parameters
[in]profilingData- tune profiling data

Member Function Documentation

◆ getProfilingData()

TuneProfilingEvent::getProfilingData ( ) const

Get Tune profiling data.

Returns
Tune profiling data

Definition at line 832 of file AampEvent.cpp.

Field Documentation

◆ mProfilingData

std::string TuneProfilingEvent::mProfilingData
private

micro event data for profiling

Definition at line 1337 of file AampEvent.h.


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