X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FDVB%2FDVBFrontendHandle.hh;h=d65c72dd9e36d600195997b94e54e0e8afeba3ad;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=47606e818a2b31152b0db61cea1a145cd895078a;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Socket/Protocols/DVB/DVBFrontendHandle.hh b/senf/Socket/Protocols/DVB/DVBFrontendHandle.hh index 47606e8..d65c72d 100644 --- a/senf/Socket/Protocols/DVB/DVBFrontendHandle.hh +++ b/senf/Socket/Protocols/DVB/DVBFrontendHandle.hh @@ -39,12 +39,12 @@ #include #include //#include "DVBFrontendHandle.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { /// \addtogroup concrete_protocol_group - /// @{ + //\{ typedef MakeSocketPolicy< NoAddressingPolicy, @@ -76,18 +76,18 @@ namespace senf { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // internal interface ///\name Constructors - ///@{ + //\{ void init_client(unsigned short adapter = 0, unsigned short device = 0, int flags = (O_RDWR | O_NONBLOCK) ) const; ///< Opens the specified frontend device in read-only mode. /**< \note This member is implicitly called from the ProtocolClientSocketHandle::ProtocolClientSocketHandle() constructor */ - ///@} + //\} void setNonBlock(bool on = true) const; @@ -120,7 +120,7 @@ namespace senf { /**< Returns dvb_frontend_parameters struct, which contains the actual configuration of the device.*/ ///\name Abstract Interface Implementation - ///@{ + //\{ dvb_frontend_event getEvent() const; @@ -132,7 +132,7 @@ namespace senf { /**< Returns always false, since the DVB frontend socket does not support the notion of EOF. */ - ///@} + //\} int16_t signalStrength() const; ///< Returns current signal strength /**< Returns the signal strength value for the signal @@ -167,11 +167,11 @@ namespace senf { typedef ProtocolClientSocketHandle DVBFrontendHandle; - ///@} + //\} } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "DVBFrontendHandle.cci" //#include "DVBFrontendHandle.ct" //#include "DVBFrontendHandle.cti"