sPyNNaker neural_modelling 7.1.1
Loading...
Searching...
No Matches
Data Fields
neuron_provenance Struct Reference

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.
 

Detailed Description

The provenance information provided by neurons.

Definition at line 54 of file c_main_neuron_common.h.

Field Documentation

◆ current_timer_tick

uint32_t neuron_provenance::current_timer_tick

The current time.

Definition at line 56 of file c_main_neuron_common.h.

◆ n_tdma_misses

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.

◆ earliest_send

uint32_t neuron_provenance::earliest_send

Earliest send time within any time step.

Definition at line 60 of file c_main_neuron_common.h.

◆ latest_send

uint32_t neuron_provenance::latest_send

Latest send time within any time step.

Definition at line 62 of file c_main_neuron_common.h.


The documentation for this struct was generated from the following file: