SpiNNFrontEndCommon 7.3.1
Common support code for user-facing front end systems.
|
Data type definitions for SpiNNaker Neuron-modelling. More...
Go to the source code of this file.
Macros | |
#define | use(x) |
This can be used to silence gcc's "-Wall -Wextra" warnings about failure to use function arguments. | |
Typedefs | |
typedef uint32_t | timer_t |
An unsigned integer used to track the simulation time. | |
typedef uint32_t * | address_t |
A generic pointer to a word. | |
Data type definitions for SpiNNaker Neuron-modelling.
Definition in file common-typedefs.h.
#define use | ( | x | ) |
This can be used to silence gcc's "-Wall -Wextra" warnings about failure to use function arguments.
Obviously you'll only be using this during debug, for unused arguments of callback functions, or where conditional compilation means that the accessor functions return a constant
[in] | x | The variable that is "used". Not safe with floating point! |
Definition at line 79 of file common-typedefs.h.
typedef uint32_t timer_t |
An unsigned integer used to track the simulation time.
Definition at line 123 of file common-typedefs.h.
typedef uint32_t* address_t |
A generic pointer to a word.
Definition at line 129 of file common-typedefs.h.