The MPEG/DVB bundle


Detailed Description

Each protocol consists of several objects
  • The packet typedef symbol. This is the only object explicitly accessed from the outside
  • The associated parser object. This is, where the field names are documented
  • The internal packet type object

Classes

struct   senf::DTCPHelloPacketType
  DTCP HELLO packet. More...
struct   senf::GREPacketType
  GRE packet. More...
struct   senf::MPESectionType
  MPE Section. More...
struct   senf::SNDUPacketType
  ULE SNDU Packet. More...
struct   senf::TransportPacketType
  Transport Stream packet. More...

Typedefs

typedef ConcretePacket
< MPESectionType > 
senf::MPESection
  MPESection packet typedef.

Typedef Documentation

typedef ConcretePacket<MPESectionType> senf::
MPESection

MPESection packet typedef.

Definition at line 146 of file MPESection.hh.