CSIM: AnalogNeuron::Queue Struct Reference

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.

 
(C) 2003, Thomas Natschläger last modified 07/10/2006