SNDUPacket public header. More...
#include <boost/crc.hpp>
#include <senf/Packets/Packets.hh>
#include <senf/Packets/DefaultBundle/EthernetPacket.hh>
Go to the source code of this file.
Classes | |
struct | senf::SNDUPacketParser |
parse ULE SNDU Packet More... | |
struct | senf::ULEExtHeaderTypes |
struct | senf::SNDUPacketType |
ULE SNDU Packet. More... | |
Namespaces | |
senf | |
Macros | |
#define | ULE_END_INDICATOR 0xffff |
Typedefs | |
typedef SNDUPacketType::packet | senf::SNDUPacket |
typedef boost::crc_optimal< 32, 0x04C11DB7, 0xFFFFFFFF, 0, false, false > | senf::ule_crc32 |
SNDUPacket public header.
Definition in 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 117 of file SNDUPacket.hh.