CARLsim
6.1.0
CARLsim: a GPU-accelerated SNN simulator
carlsim_api.h
Go to the documentation of this file.
1
2
// LN 2021
3
4
#ifndef CARLSIM_API_H
5
#define CARLSIM_API_H
6
7
#include <
carlsim_conf_api.h
>
8
9
#ifndef CARLSIM_API
10
# ifdef carlsim_EXPORTS
11
# define CARLSIM_API CARLSIM_EXPORT
12
# define CARLSIM_EXTERN CARLSIM_EXPORT_EXTERN
13
# else
14
# define CARLSIM_API CARLSIM_IMPORT
15
# define CARLSIM_EXTERN CARLSIM_EXPORT_EXTERN
16
# endif
17
#endif
18
19
20
#endif // CARLSIM_API_H
carlsim_conf_api.h
carlsim
interface
inc
carlsim_api.h
Generated on Mon Jul 10 2023 12:42:28 for CARLsim by
1.8.13