25#ifndef __NEURON_TYPEDEFS_H__
26#define __NEURON_TYPEDEFS_H__
32#define UNUSED __attribute__((__unused__))
43#ifdef SPIKES_WITH_PAYLOADS
static uint32_t key
Base multicast key for sending messages.
maths-util.h - first created 7/10/2013 version 0.1
accum REAL
Type used for "real" numbers.
uint32_t key_t
The type of a SpiNNaker multicast message key word.
struct synaptic_row * synaptic_row_t
The type of a synaptic row.
uint32_t payload_t
The type of a SpiNNaker multicast message payload word.
uint32_t spike_t
The type of a spike.
static payload_t spike_payload(spike_t s)
helper method to retrieve the pay-load from a spike
REAL state_t
The type of a state variable.
REAL input_t
The type of an input.
static key_t spike_key(spike_t s)
helper method to retrieve the key from a spike