This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
op25-legacy/repeater/src/lib/rs.h

16 lines
290 B
C++

#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