#include <senf/Socket/FramingPolicy.hh>
#include <senf/Socket/CommunicationPolicy.hh>
#include <senf/Socket/ReadWritePolicy.hh>
#include <senf/Socket/ProtocolClientSocketHandle.hh>
#include "DVBDemuxSocketProtocol.hh"
#include <boost/enable_shared_from_this.hpp>
#include <boost/shared_ptr.hpp>
#include <iostream>
Go to the source code of this file.
Definition in file DVBDemuxHandles.hh.
Classes |
|
class | senf::DVBProtocolWrapper |
Baseclass of various DVBProtocolWrappers which are defined in DVBProtocolWrapper.hh. More... |
|
class | senf::DVBSocketProtocol |
Baseclass for DVBSocketProtocols which want use Wrappers for console. More... |
|
class | senf::DVBDemuxSectionSocketProtocol |
class | senf::DVBDemuxPESSocketProtocol |
xxx More... |
|
class | senf::DVBDvrSocketProtocol |
xxx More... |
|
Namespaces |
|
namespace | senf |
Defines |
|
#define | HH_SENF_Socket_Protocols_DVB_DVBDemuxHandles_ 1 |
Typedefs |
|
typedef MakeSocketPolicy < NoAddressingPolicy, DatagramFramingPolicy, UnconnectedCommunicationPolicy, ReadablePolicy, NotWriteablePolicy >::policy |
senf::DVBDemux_Policy |
Socket Policy for xxxx. |
|
typedef ProtocolClientSocketHandle < DVBDemuxSectionSocketProtocol > |
senf::DVBDemuxSectionHandle |
typedef ProtocolClientSocketHandle < DVBDemuxPESSocketProtocol > |
senf::DVBDemuxPESHandle |
typedef ProtocolClientSocketHandle < DVBDvrSocketProtocol > |
senf::DVBDvrHandle |
#define | ||||
HH_SENF_Socket_Protocols_DVB_DVBDemuxHandles_ 1 | ||||
Definition at line 27 of file DVBDemuxHandles.hh.