op25/op25/gr-op25_repeater/lib/rs.h

14 lines
231 B
C
Raw Normal View History

2013-12-10 00:47:21 +00:00
#ifndef INCLUDED_OP25_RS_H
#define INCLUDED_OP25_RS_H
#include <stdlib.h>
#include <stdint.h>
#include <vector>
uint32_t gly24128Enc (uint32_t n) ;
2014-02-15 00:50:17 +00:00
uint32_t gly24128Dec (uint32_t n) ;
uint32_t gly23127Dec (uint32_t n) ;
2013-12-10 00:47:21 +00:00
#endif