csm.h
Go to the documentation of this file.
1 #ifndef H_CSM_H
2 #define H_CSM_H
3 
4 /* Some preprocessor magic for calling this library from C++ */
5 
6 #ifdef __cplusplus
7  namespace CSM {}
8  extern "C" {
9 #endif
10 
11 #include "laser_data.h"
12 #include "laser_data_drawing.h"
13 #include "laser_data_json.h"
14 #include "algos.h"
15 #include "utils.h"
16 
17 #ifdef __cplusplus
18  }
19 #endif
20 
21 #endif


csm
Author(s): Andrea Censi
autogenerated on Tue May 11 2021 02:18:23