21 #ifndef _INPUT_TYPE_H_
22 #define _INPUT_TYPE_H_
24 #ifndef NUM_EXCITATORY_RECEPTORS
28 #define NUM_EXCITATORY_RECEPTORS 1
29 #error NUM_EXCITATORY_RECEPTORS was undefined. It should be defined by a synapse\
33 #ifndef NUM_INHIBITORY_RECEPTORS
37 #define NUM_INHIBITORY_RECEPTORS 1
38 #error NUM_INHIBITORY_RECEPTORS was undefined. It should be defined by a synapse\
75 uint16_t num_receptors);
Data type definitions for SpiNNaker Neuron-modelling.
REAL state_t
The type of a state variable.
REAL input_t
The type of an input.
static uint n_steps_per_timestep
The number of steps to run per timestep.
static stdp_params params
Configuration parameters.