19#ifndef _INPUT_TYPE_NONE_H_
20#define _INPUT_TYPE_NONE_H_
22#ifndef NUM_EXCITATORY_RECEPTORS
24#define NUM_EXCITATORY_RECEPTORS 0
26#ifndef NUM_INHIBITORY_RECEPTORS
28#define NUM_INHIBITORY_RECEPTORS 0
39static inline void input_type_initialise(UNUSED
input_type_t *state,
43static inline void input_type_save_state(UNUSED
input_type_t *state,
58 UNUSED uint16_t num_receptors) {
70 UNUSED
input_t *restrict exc_input,
72 UNUSED
state_t membrane_voltage) {
83 UNUSED
input_t *restrict inh_input,
85 UNUSED
state_t membrane_voltage) {
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.