Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 927 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 927 Bytes

RTA library

configure

In the include folder, rta.h includes a configuration header file to eventually override its default definitions. This file must be created by users of the library, and named rta_configuration.h. The files rta_configuration_basic.h and rta_configuration_console.h located in the include folder are examples of what it could look like.

license

All the files in RTA are released under the BSD 3-clause license, except statistics/rta_cca.h and statistics/rta_cca.c which depend on the GSL (GNU Scientific Library), and are therefore released under the same GPL v3 license.

rebuild the doc

~/rta-lib$ cd build/doxygen
~/rta-lib/build/doxygen$ doxygen rta.doxygen

then open in your favourite browser

~/rta-lib/build/doxygen$ cd ../../docs
~/rta-lib open index.html