19#ifndef _INPUT_TYPE_CURRENT_H_
20#define _INPUT_TYPE_CURRENT_H_
30static inline void input_type_initialise(UNUSED
input_type_t *state,
35static inline void input_type_save_state(UNUSED
input_type_t *state,
49 UNUSED uint16_t num_receptors) {
60 UNUSED
input_t *restrict exc_input,
62 UNUSED
state_t membrane_voltage) {
72 UNUSED
input_t *restrict inh_input,
74 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.