CSIM: csimInputChannel Struct Reference

csimInputChannel Struct Reference

#include <csiminputclass.h>

List of all members.


Detailed Description

Structure representing an analog or spiking signal channel.

Public Attributes

  • int length
    Length of data array.
  • int next
    Index to the next data point (relevant only for spiking channels).
  • double dt
    Discretization of the signal. dt=-1 for spiking channels.
  • double lastSpikeTime
    Needed only for spiking input channels.
  • double * data
    Pointer to the data.
  • uint32 * idx
    Arry of idx to connect channel to.

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