GNU Radio's SATELLITES Package
ra_decoder_gen.h
Go to the documentation of this file.
1 /* -*- c -*- */
2 /*
3  * Copyright 2015-2019 Miklos Maroti
4  * Copyright 2019 Daniel Estevez <daniel@destevez.net> (reentrant version)
5  *
6  * This file is part of gr-satellites
7  *
8  * SPDX-License-Identifier: GPL-3.0-or-later
9  *
10  */
11 
12 #ifndef RA_DECODER_GEN_H
13 #define RA_DECODER_GEN_H
14 
15 #include "ra_config.h"
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
21 void ra_decoder_gen(struct ra_context* ctx,
22  float* softbits,
23  ra_word_t* packet,
24  int passes);
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 
30 #endif // RA_DECODER_GEN_H
uint16_t ra_word_t
Definition: ra_config.h:21
void ra_decoder_gen(struct ra_context *ctx, float *softbits, ra_word_t *packet, int passes)
Definition: ra_config.h:37