GNU Radio 3.7.0 C++ API
simple_framer_sync.h File Reference

Go to the source code of this file.

Namespaces

namespace  gr
 

Include this header to use the message passing features.


namespace  gr::digital

Variables

static const unsigned long long gr::digital::GRSF_SYNC = 0xacdda4e2f28c20fcULL
static const int gr::digital::GRSF_BITS_PER_BYTE = 8
static const int gr::digital::GRSF_SYNC_OVERHEAD = sizeof(GRSF_SYNC)
static const int gr::digital::GRSF_PAYLOAD_OVERHEAD = 1
static const int gr::digital::GRSF_TAIL_PAD = 1
static const int gr::digital::GRSF_OVERHEAD = GRSF_SYNC_OVERHEAD + GRSF_PAYLOAD_OVERHEAD + GRSF_TAIL_PAD