]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blob - rpp/include/rpp/sdr.h
Still adapting the library...
[pes-rpp/rpp-lib.git] / rpp / include / rpp / sdr.h
1 /**
2  * SD-RAN logging RPP API header file.
3  *
4  * @file rpp_sdr.h
5  *
6  * @copyright Copyright (C) 2013 Czech Technical University in Prague
7  *
8  * @author Carlos Jenkins <carlos@jenkins.co.cr>
9  */
10
11
12 #ifndef __RPP_SDR_H
13 #define __RPP_SDR_H
14
15 /**
16  * SDR module initialization.
17  * Call this method before using this module.
18  *
19  * @return SUCCESS if initialization successful.
20  *         FAIL is module already initialized.
21  */
22 void rpp_sdr_init();
23
24
25 #endif /* __RPP_SDR_H */
26