GNU Radio's CCSDS Package
Scrambler.h File Reference
#include <vector>
#include <algorithm>
Include dependency graph for Scrambler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Scrambler
 

Macros

#define SCRAMBLER_POLY_LEN   255
 

Typedefs

typedef unsigned char data_t
 
typedef std::vector< unsigned char > BYTEARRAY
 

Macro Definition Documentation

#define SCRAMBLER_POLY_LEN   255

Typedef Documentation

typedef std::vector<unsigned char> BYTEARRAY
typedef unsigned char data_t