CARLsim  6.1.0
CARLsim: a GPU-accelerated SNN simulator
carlsim_monitor_api.h
Go to the documentation of this file.
1 
2 // LN 2021
3 
4 #ifndef CARLSIM_MONITOR_API_H
5 #define CARLSIM_MONITOR_API_H
6 
7 #include <carlsim_conf_api.h>
8 
9 #ifndef CARLSIM_MONITOR_API
10 # ifdef carlsim_monitor_EXPORTS
11 # define CARLSIM_MONITOR_API CARLSIM_EXPORT
12 # define CARLSIM_MONITOR_EXTERN CARLSIM_EXPORT_EXTERN
13 # else
14 # define CARLSIM_MONITOR_API CARLSIM_IMPORT
15 # define CARLSIM_MONITOR_EXTERN CARLSIM_EXPORT_EXTERN
16 # endif
17 #endif
18 
19 
20 #endif // CARLSIM_MONITOR_API_H