Go to the source code of this file.
Namespaces | |
gr | |
GNU Radio logging wrapper for log4cpp library (C++ port of log4j) | |
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 |