|
GNU Radio's CCSDS Package
|

Go to the source code of this file.
Classes | |
| class | gr::ccsds::generateCLTU_impl |
Namespaces | |
| gr | |
| gr::ccsds | |
Macros | |
| #define | BCH_INFORMATION_BLOCK 7 |
| #define | WIDTH (8 * sizeof(crc)) |
| #define | TOPBIT (1 << (WIDTH - 1)) |
| #define | POLYNOMIAL 0x8A |
| #define | INITIAL_REMAINDER 0x00 |
Typedefs | |
| typedef unsigned char | uint8_t |
| typedef unsigned char | crc |
| #define BCH_INFORMATION_BLOCK 7 |
| #define INITIAL_REMAINDER 0x00 |
| #define POLYNOMIAL 0x8A |
| #define TOPBIT (1 << (WIDTH - 1)) |
| #define WIDTH (8 * sizeof(crc)) |
| typedef unsigned char crc |
| typedef unsigned char uint8_t |