|
GNU Radio's DIFI Package
The DIFI Out of Tree (OOT) Module allows users to leverage and easily use cloud resources in GNU Radio.
|
#include <sys/socket.h>#include <netinet/in.h>Go to the source code of this file.
Namespaces | |
| namespace | gr |
| namespace | gr::difi |
Variables | |
| static const u_int8_t | gr::difi::DIFI_HEADER_SIZE = 28 |
| static const u_int8_t | gr::difi::VITA_PKT_MOD = 16 |
| static const u_int32_t | gr::difi::MS_DATA_VITA_HEADER = 0x18 |
| static const u_int64_t | gr::difi::PICO_CONVERSION = 1000000000000U |
| static const uint16_t | gr::difi::CONTEXT_PACKET_OFFSETS [16] = {8, 16, 20, 28, 32, 36, 44, 52, 60, 68, 72, 76, 84, 92, 96, 100} |
| static const uint16_t | gr::difi::CONTEXT_PACKET_ALT_OFFSETS [9] = {8, 16, 20, 28, 36, 44, 52, 60, 64} |
| static const u_int64_t | gr::difi::EIGHT_BIT_SIGNED_CART_LINK_EFF = 0xa00003c700000000U |
| static const u_int64_t | gr::difi::SIXTEEN_BIT_SIGNED_CART_LINK_EFF = 0xa00007cf00000000U |
| static const u_int32_t | gr::difi::DATA_START_IDX = 28 |
| static const u_int64_t | gr::difi::DEFAULT_STATE_AND_EVENTS = 2685009920U |