GNU Radio's GSM Package
sch.h
Go to the documentation of this file.
1 
2 #ifndef __SCH_H__
3 #define __SCH_H__ 1
4 
5 #include <grgsm/api.h>
6 
7 #ifdef __cplusplus
8 extern "C"
9 {
10 #endif
11 
12  GRGSM_API int decode_sch(const unsigned char *buf, int * t1_o, int * t2_o, int * t3_o, int * ncc, int * bcc);
13 
14 #ifdef __cplusplus
15 }
16 #endif
17 
18 #endif
19 
#define GRGSM_API
Definition: api.h:31
GRGSM_API int decode_sch(const unsigned char *buf, int *t1_o, int *t2_o, int *t3_o, int *ncc, int *bcc)