#include <boost/cstdint.hpp>
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <linux/dvb/frontend.h>
#include <senf/Socket/FramingPolicy.hh>
#include <senf/Socket/CommunicationPolicy.hh>
#include <senf/Socket/ReadWritePolicy.hh>
#include <senf/Socket/ProtocolClientSocketHandle.hh>
#include <senf/Socket/SocketProtocol.hh>
#include <fcntl.h>
Go to the source code of this file.
Definition in file DVBFrontendHandle.hh.
Classes |
|
class | senf::DVBFrontendSocketProtocol |
SocketProtocol for the dvb frontend device. More... |
|
Namespaces |
|
namespace | senf |
Defines |
|
#define | HH_SENF_Socket_Protocols_DVB_DVBFrontendHandle_ 1 |
Typedefs |
|
typedef MakeSocketPolicy < NoAddressingPolicy, DatagramFramingPolicy, UnconnectedCommunicationPolicy, NotReadablePolicy, NotWriteablePolicy >::policy |
senf::DVBFrontend_Policy |
Socket Policy for DVBFrontendSocketProtocol. |
|
typedef ProtocolClientSocketHandle < DVBFrontendSocketProtocol > |
senf::DVBFrontendHandle |
#define | ||||
HH_SENF_Socket_Protocols_DVB_DVBFrontendHandle_ 1 | ||||
Definition at line 28 of file DVBFrontendHandle.hh.