Menu

famouso::mw::afp::defrag::NoFECHeaderSupport< DCP > Class Template Reference

Policy: Do not support forward error correction extension header. More...

#include <NoFECHeaderSupport.h>

Public Member Functions

bool check (const uint8_t *data)
 Return whether this header can be found at the beginning of data.
flen_t read_header (const uint8_t *data)
 Read header from the beginning of data.
bool occurs () const
 Returns whether this header was read.

Detailed Description

template<class DCP>
class famouso::mw::afp::defrag::NoFECHeaderSupport< DCP >

Policy: Do not support forward error correction extension header.

This class is automatically selected as FEC header policy if InOrderEventDataReconstructor or OutOfOrderEventDataReconstructor is used as event reconstruction policy.

Alternative policies: FECHeaderSupport


Member Function Documentation

template<class DCP >
bool famouso::mw::afp::defrag::NoFECHeaderSupport< DCP >::check ( const uint8_t *  data  )  [inline]

Return whether this header can be found at the beginning of data.

template<class DCP >
bool famouso::mw::afp::defrag::NoFECHeaderSupport< DCP >::occurs (  )  const [inline]

Returns whether this header was read.

template<class DCP >
flen_t famouso::mw::afp::defrag::NoFECHeaderSupport< DCP >::read_header ( const uint8_t *  data  )  [inline]

Read header from the beginning of data.

Returns:
Length of the header. Zero on error.

The documentation for this class was generated from the following file: