CARLsim
6.1.0
CARLsim: a GPU-accelerated SNN simulator
carlsim_visual_stimulus_api.h
Go to the documentation of this file.
1
2
// LN 2021
3
4
#ifndef CARLSIM_VISUAL_STIMULUS_API_H
5
#define CARLSIM_VISUAL_STIMULUS_API_H
6
7
#include <
carlsim_conf_api.h
>
8
9
#ifndef CARLSIM_VISUAL_STIMULUS_API
10
# ifdef carlsim_visual_stimulus_EXPORTS
11
# define CARLSIM_VISUAL_STIMULUS_API CARLSIM_EXPORT
12
# define CARLSIM_VISUAL_STIMULUS_EXTERN CARLSIM_EXPORT_EXTERN
13
# else
14
# define CARLSIM_VISUAL_STIMULUS_API CARLSIM_IMPORT
15
# define CARLSIM_VISUAL_STIMULUS_EXTERN CARLSIM_EXPORT_EXTERN
16
# endif
17
#endif
18
19
20
#endif // CARLSIM_VISUAL_STIMULUS_API_H
carlsim_conf_api.h
tools
visual_stimulus
carlsim_visual_stimulus_api.h
Generated on Mon Jul 10 2023 12:42:29 for CARLsim by
1.8.13