MPEGDVBBundle/SNDUPacket.hh File Reference

SNDUPacket public header. More...

#include <boost/crc.hpp>
#include <senf/Packets/Packets.hh>
#include <senf/Packets/DefaultBundle/EthernetPacket.hh>

Include dependency graph for SNDUPacket.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Detailed Description

SNDUPacket public header.

Definition in file SNDUPacket.hh.


Classes

struct   senf::SNDUPacketParser
  parse ULE SNDU Packet More...
struct   senf::ULEExtHeaderTypes
struct   senf::SNDUPacketType
  ULE SNDU Packet. More...

Namespaces

namespace   senf

Defines

#define  HH_SENF_Packets_MPEGDVBBundle_SNDUPacket_   1
#define  ULE_END_INDICATOR   0xffff

Typedefs

typedef SNDUPacketType::packet  senf::SNDUPacket
typedef boost::crc_optimal< 32, 0x04C11DB7, 0xFFFFFFFF, 0, false, false >  senf::ule_crc32

Define Documentation

#define
HH_SENF_Packets_MPEGDVBBundle_SNDUPacket_   1

Definition at line 27 of file SNDUPacket.hh.

#define
ULE_END_INDICATOR   0xffff

ULE End Indicator; indicates to the receiver that there are no further SNDUs present within the current TS packet.

Definition at line 131 of file SNDUPacket.hh.