|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
58 #ifndef DEVSET_COMP_DISPLAYDEVICE_HPP_
59 #define DEVSET_COMP_DISPLAYDEVICE_HPP_
73 #include "hostIf_tr69ReqHandler.h"
74 #include "hostIf_updateHandler.h"
75 #include "hostIf_utils.h"
79 #define PARAM_LEN TR69HOSTIFMGR_MAX_PARAM_LEN
82 #define MAX_RESOLUTION_LENGTH 30
83 #define DISPLAYDEVICE_OBJECT_NAME "DisplayDevice."
95 char backupDisplayDeviceStatus[_BUF_LEN_16];
96 char backupEDID[_BUF_LEN_256];
97 char backupEDIDBytes[_BUF_LEN_256];
98 char backupSupportedResolution[_BUF_LEN_16];
99 char backupPreferredResolution[_BUF_LEN_16];
101 bool bCalledDisplayDeviceStatus;
103 bool bCalledEDIDBytes;
104 bool bCalledSupportedResolution;
105 bool bCalledPreferredResolution;
109 int getX_COMCAST_COM_EDID(
HOSTIF_MsgData_t *stMsgData,
bool *pChanged = NULL);
110 int getSupportedResolutions(
HOSTIF_MsgData_t *stMsgData,
bool *pChanged = NULL);
111 int getPreferredResolution(
HOSTIF_MsgData_t *stMsgData,
bool *pChanged = NULL);
115 void doUpdates(
const char *baseName, updateCallback mUpdateCallback);
void doUpdates(const char *baseName, updateCallback mUpdateCallback)
This function updates the hostIf display device interface attribute value such as Status,...
Class extending enumerable to implement the videoooutputport interface.
Device Settings HAL types.
It contains class referenced by manager.cpp file.
This class provides the TR-069 components display device information.
Device Settings HAL error codes.
Device Settings HAL utilities.
It contains structures and class referenced by the videoOutputportTypes.cpp file.
hostIf_STBServiceDisplayDevice(int devId, device::VideoOutputPort &port)
Class Constructor of the class hostIf_STBServiceDisplayDevice.
It contains class referenced by videoDevice.cpp file.
It contains class and structure refrenced by the videooutputport.cpp file.
int handleGetMsg(const char *paramName, HOSTIF_MsgData_t *stMsgData)
This function get the display device interface attribute value such as Status, EDID,...
int handleSetMsg(const char *paramName, HOSTIF_MsgData_t *stMsgData)
This function set the display device interface attribute value such as Status, EDID,...
This file defines VideoDFC class for managing video decoder format conversion types.