RDK Documentation (Open Sourced RDK Components)
|
The host module is the central module of the Device Settings module. Each devices establishes one and only one host instance that represents the entire host device. More...
#include <iostream>
#include <algorithm>
#include <string.h>
#include "iarmProxy.hpp"
#include "audioOutputPortConfig.hpp"
#include "videoOutputPortConfig.hpp"
#include "list.hpp"
#include "host.hpp"
#include "videoDeviceConfig.hpp"
#include "dsVideoPort.h"
#include "dsVideoDevice.h"
#include "dsAudio.h"
#include "dsDisplay.h"
#include "dslogger.h"
#include "dsHost.h"
#include "dsTypes.h"
#include "unsupportedOperationException.hpp"
#include "hostEDID.hpp"
Go to the source code of this file.
The host module is the central module of the Device Settings module. Each devices establishes one and only one host instance that represents the entire host device.
Definition in file host.cpp.