8 #define DTYPE unsigned char
15 x = (x >> 8) + (x & 255);
19 #define MODNN(x) mod255(x)
27 #define ALPHA_TO CCSDS_alpha_to
28 #define INDEX_OF CCSDS_index_of
29 #define GENPOLY CCSDS_poly
36 #define ENCODE_RS encode_rs_8
37 #define DECODE_RS decode_rs_8
unsigned char CCSDS_poly[]
unsigned char CCSDS_alpha_to[]
unsigned char CCSDS_index_of[]
#define DTYPE
Definition: fixed.h:8
#define GR_CORE_API
Definition: gr_core_api.h:30
#define ENCODE_RS
Definition: fixed.h:36
static int mod255(int x)
Definition: fixed.h:12
#define DECODE_RS
Definition: fixed.h:37