X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FDVB%2FDVBSocketController.hh;h=e92cd4cb87b2478c25f0926992a40c9b31db8152;hb=b6acba899f44ba9422476022c775cef823fc9337;hp=0fce1cde534f08ceeff1d47d9d34f247d59ae8ec;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Socket/Protocols/DVB/DVBSocketController.hh b/senf/Socket/Protocols/DVB/DVBSocketController.hh index 0fce1cd..e92cd4c 100644 --- a/senf/Socket/Protocols/DVB/DVBSocketController.hh +++ b/senf/Socket/Protocols/DVB/DVBSocketController.hh @@ -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