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.

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
 

Detailed Description

SNDUPacket public header.

Definition in file SNDUPacket.hh.

Macro Definition Documentation

◆ ULE_END_INDICATOR

#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.