X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FDVB%2FDVBSocketController.hh;h=e92cd4cb87b2478c25f0926992a40c9b31db8152;hb=767a76da8e5b96a69b620e44d32e0a1b04005679;hp=88750419513a33b9fd83a65aebaea08a828c487c;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/Protocols/DVB/DVBSocketController.hh b/senf/Socket/Protocols/DVB/DVBSocketController.hh index 8875041..e92cd4c 100644 --- a/senf/Socket/Protocols/DVB/DVBSocketController.hh +++ b/senf/Socket/Protocols/DVB/DVBSocketController.hh @@ -31,8 +31,8 @@ #include "DVBDemuxHandles.hh" #include "DVBConfigParser.hh" #include "DVBProtocolWrapper.hh" -#include "../../../Scheduler/Scheduler.hh" -#include "../../../Utils/Console/Console.hh" +#include +#include #define MPE_TABLEID 62 @@ -72,17 +72,20 @@ public: senf::DVBDemuxPESHandle createDVBDemuxPESHandle( int adapternumber=0, int demuxnumber=0, bool addToConsole=false ); void addToConsole(senf::DVBDemuxSectionHandle sh); - ///< Adds an DVBDemuxSectionHandle to the console - /**< Allocates the functionality of DVBDemuxSectionProtocol into the folder - of the DVBSocketController. If the protocol is closed, or all handles are - discarded the console support will automatically removed. - \param[in] handle of a protocol*/ + ///< Adds an DVBDemuxSectionHandle to the console + /**< Allocates the functionality of DVBDemuxSectionProtocol + into the folder of the DVBSocketController. If the + protocol is closed, or all handles are discarded the + console support will automatically removed. + \param[in] sh handle of a protocol*/ + void addToConsole(senf::DVBDemuxPESHandle sh); - ///< Adds an DVBDemuxPESHandle to the console - /**< Allocates the functionality of DVBDemuxPESProtocol into the folder - of the DVBSocketController. If the protocol is closed, or all handles are - discarded the console support will automatically removed. - \param[in] handle of a protocol*/ + ///< Adds an DVBDemuxPESHandle to the console + /**< Allocates the functionality of DVBDemuxPESProtocol into + the folder of the DVBSocketController. If the protocol + is closed, or all handles are discarded the console + support will automatically removed. + \param[in] sh handle of a protocol*/ void tuneToCMD( const std::string & input, const std::string & mode = "async"); ///< Tunes a DVB device given by the type of the DVBFrontendHandle