![]() |
RDK Documentation (Open Sourced RDK Components)
|
Functions | |
| static LibCCEC & | LibCCEC::getInstance (void) |
| This function is used to create the instance for CEC. More... | |
| LibCCEC::LibCCEC (void) | |
| This is Constructor for LibCEC class. It initializes variables with default values. | |
| void | LibCCEC::init (const char *name=0) |
| This function is used to initialize CEC by starting the driver and doing host-specific initialization. More... | |
| void | LibCCEC::term (void) |
| This function is used to stop CEC by terminating the connection and stoping the driver. More... | |
| int | LibCCEC::addLogicalAddress (const LogicalAddress &source) |
| This function is used to add logical address to the driver, so that it can ACK if there a direct messages received. More... | |
| int | LibCCEC::getLogicalAddress (int devType) |
| This function is used to get CEC device logical address starting the connection. More... | |
| void | LibCCEC::getPhysicalAddress (unsigned int *physicalAddress) |
Variables | |
| CCEC_BEGIN_NAMESPACE char | _CEC_LOG_PREFIX [64] |
|
static |
This function is used to create the instance for CEC.
Definition at line 61 of file LibCCEC.cpp.
| void LibCCEC::init | ( | const char * | name = 0 | ) |
This function is used to initialize CEC by starting the driver and doing host-specific initialization.
| [in] | name | Name of CEC log prefix. |
Definition at line 84 of file LibCCEC.cpp.
| void LibCCEC::term | ( | void | ) |
This function is used to stop CEC by terminating the connection and stoping the driver.
Definition at line 111 of file LibCCEC.cpp.
| int LibCCEC::addLogicalAddress | ( | const LogicalAddress & | source | ) |
This function is used to add logical address to the driver, so that it can ACK if there a direct messages received.
| [in] | logical | address of device. |
Definition at line 131 of file LibCCEC.cpp.
| int LibCCEC::getLogicalAddress | ( | int | devType | ) |
This function is used to get CEC device logical address starting the connection.
| [in] | devType | Device whose logical address has to be found. |
Definition at line 152 of file LibCCEC.cpp.