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
carlsim_conf_api.h
carlsim
monitor
carlsim_monitor_api.h
Generated on Mon Jul 10 2023 12:42:28 for CARLsim by
1.8.13