#include <boost/crc.hpp>
#include <senf/Packets/Packets.hh>
#include <senf/Packets/DefaultBundle/EthernetPacket.hh>
Go to the source code of this file.
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 | ||||
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.