GNU Radio's SATELLITES Package
rs.h
Go to the documentation of this file.
1 /* -*- c++ -*- */
2 /*
3  * Copyright 2018 Daniel Estevez <daniel@destevez.net>
4  *
5  * This file is part of gr-satellites
6  *
7  * SPDX-License-Identifier: GPL-3.0-or-later
8  *
9  */
10 
11 #ifndef _RS_H
12 #define _RS_H
13 
14 #define MAX_FRAME_LEN 255
15 #define PARITY_BYTES 32
16 
17 #define BASIS_CONVENTIONAL 0
18 #define BASIS_DUAL 1
19 
20 #endif