GNU Radio's SATELLITES Package
ra_lfsr.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_LFSR_H
13#define RA_LFSR_H
14
15#include "ra_config.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21void ra_lfsr_init(struct ra_context* ctx, uint8_t seqno);
24
25#ifdef __cplusplus
26}
27#endif
28
29#endif // RA_LFSR_H
uint16_t ra_index_t
Definition: ra_config.h:22
ra_index_t ra_lfsr_prev(struct ra_context *ctx)
ra_index_t ra_lfsr_next(struct ra_context *ctx)
void ra_lfsr_init(struct ra_context *ctx, uint8_t seqno)
Definition: ra_config.h:37