AnalogNeuron::Queue Struct Reference
#include <analogneuron.h>
List of all members.
Detailed Description
Queue for delaying the output of analog synapses.
Public Attributes
-
double * entry
- Pointer to an array of doubles allocated by malloc().
-
unsigned int current
- Index to the next empty field. This is where new values are being written to.
-
unsigned int size
- Number of elements in the queue.