sPyNNaker neural_modelling 7.3.1
|
The provenance information provided by neurons. More...
#include <c_main_neuron_common.h>
Data Fields | |
uint32_t | current_timer_tick |
The current time. | |
uint32_t | n_tdma_misses |
The number of times a TDMA slot was missed. | |
uint32_t | earliest_send |
Earliest send time within any time step. | |
uint32_t | latest_send |
Latest send time within any time step. | |
The provenance information provided by neurons.
Definition at line 54 of file c_main_neuron_common.h.
uint32_t neuron_provenance::current_timer_tick |
The current time.
Definition at line 56 of file c_main_neuron_common.h.
uint32_t neuron_provenance::n_tdma_misses |
The number of times a TDMA slot was missed.
Definition at line 58 of file c_main_neuron_common.h.
uint32_t neuron_provenance::earliest_send |
Earliest send time within any time step.
Definition at line 60 of file c_main_neuron_common.h.
uint32_t neuron_provenance::latest_send |
Latest send time within any time step.
Definition at line 62 of file c_main_neuron_common.h.