RDK Documentation (Open Sourced RDK Components)

Description

Data Structures

class  TestFrameListener
 
class  TestCecProcessor
 

Functions

int main (int argc, char *argv[])
 
int main ()
 

Variables

static int libcecInitStatus
 

Data Structure Documentation

◆ TestFrameListener

class TestFrameListener

Definition at line 40 of file CECMonitor.cpp.

Inheritance diagram for TestFrameListener:
Inheritance graph
Collaboration diagram for TestFrameListener:
Collaboration graph

Public Member Functions

 TestFrameListener (MessageProcessor &processor)
 
void notify (const CECFrame &in) const
 

Private Attributes

MessageProcessorprocessor
 

◆ TestCecProcessor

class TestCecProcessor

Definition at line 64 of file CECMonitor.cpp.

Inheritance diagram for TestCecProcessor:
Inheritance graph
Collaboration diagram for TestCecProcessor:
Collaboration graph

Public Member Functions

 TestCecProcessor (Connection &conn)
 
void process (const ActiveSource &msg, const Header &header)
 
void process (const InActiveSource &msg, const Header &header)
 
void process (const ImageViewOn &msg, const Header &header)
 
void process (const TextViewOn &msg, const Header &header)
 
void process (const RequestActiveSource &msg, const Header &header)
 
void process (const Standby &msg, const Header &header)
 
void process (const GetCECVersion &msg, const Header &header)
 
void process (const CECVersion &msg, const Header &header)
 
void process (const SetMenuLanguage &msg, const Header &header)
 
void process (const GiveOSDName &msg, const Header &header)
 
void process (const GivePhysicalAddress &msg, const Header &header)
 
void process (const GiveDeviceVendorID &msg, const Header &header)
 
void process (const SetOSDString &msg, const Header &header)
 
void process (const SetOSDName &msg, const Header &header)
 
void process (const RoutingChange &msg, const Header &header)
 
void process (const RoutingInformation &msg, const Header &header)
 
void process (const SetStreamPath &msg, const Header &header)
 
void process (const GetMenuLanguage &msg, const Header &header)
 
void process (const ReportPhysicalAddress &msg, const Header &header)
 
void process (const DeviceVendorID &msg, const Header &header)
 
void process (const GiveDevicePowerStatus &msg, const Header &header)
 
void process (const ReportPowerStatus &msg, const Header &header)
 
void process (const FeatureAbort &msg, const Header &header)
 
void process (const Abort &msg, const Header &header)
 
void process (const Polling &msg, const Header &header)
 
- Public Member Functions inherited from MessageProcessor
virtual void process (const InitiateArc &msg, const Header &header)
 
virtual void process (const TerminateArc &msg, const Header &header)
 
virtual void process (const RequestShortAudioDescriptor &msg, const Header &header)
 
virtual void process (const ReportShortAudioDescriptor &msg, const Header &header)
 
virtual void process (const SystemAudioModeRequest &msg, const Header &header)
 
virtual void process (const SetSystemAudioMode &msg, const Header &header)
 
virtual void process (const ReportAudioStatus &msg, const Header &header)
 

Private Member Functions

void printHeader (const Header &header)
 

Private Attributes

Connection conn