added consolewrapper vor DVB-Demuxfilter
[senf.git] / Socket / Protocols / DVB / DVBFrontendHandle.hh
index f128f64..bc555ff 100644 (file)
@@ -4,6 +4,7 @@
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
 // Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Thorsten Horstmann <tho@berlios.de>
+//     Anton Gillert <atx@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -73,6 +74,8 @@ namespace senf {
     private: 
         void tune(const struct dvb_frontend_parameters & frontend) const;
     public:
+        
+        
         ///////////////////////////////////////////////////////////////////////////
         // internal interface
 
@@ -85,6 +88,7 @@ namespace senf {
                                              constructor */
 
         ///@}
+
         void setNonBlock(bool on = true) const;
        
         void tuneDVB_S(unsigned int frequency, fe_spectral_inversion_t inversion, unsigned int symbole_rate, fe_code_rate_t code_rate) const;