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

16 lines
290 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>
#include <op25_imbe_frame.h>
void ProcHDU(const_bit_vector A);
void ProcTDU(const_bit_vector A);
void ProcLDU1(const_bit_vector A);
void ProcLDU2(const_bit_vector A);
#endif