24#ifndef _SYNAPTOGENESIS_DYNAMICS_H_
25#define _SYNAPTOGENESIS_DYNAMICS_H_
38 address_t sdram_sp_address, uint32_t *recording_regions_used);
Data type definitions for SpiNNaker Neuron-modelling.
struct synaptic_row * synaptic_row_t
The type of a synaptic row.
uint32_t spike_t
The type of a spike.
Master pop(ulation) table API.
A structure to hold a response to a population table lookup.
bool synaptogenesis_dynamics_rewire(uint32_t time, spike_t *spike, pop_table_lookup_result_t *result)
Trigger the process of synaptic rewiring.
void synaptogenesis_spike_received(uint32_t time, spike_t spike)
Indicates that a spike has been received.
uint32_t synaptogenesis_n_updates(void)
Number of updates to do of synaptogenesis this time step.
void print_post_to_pre_entry(void)
Print a certain data object.
bool synaptogenesis_row_restructure(uint32_t time, synaptic_row_t row)
Perform the actual restructuring of a row.
bool synaptogenesis_dynamics_initialise(address_t sdram_sp_address, uint32_t *recording_regions_used)
Initialisation of synaptic rewiring (synaptogenesis) parameters (random seed, spread of receptive fie...