ca.nengo.model
Interface PreciseSpikeOutput

All Superinterfaces:
java.lang.Cloneable, InstantaneousOutput, java.io.Serializable, SpikeOutput
All Known Implementing Classes:
PreciseSpikeOutputImpl

public interface PreciseSpikeOutput
extends SpikeOutput

InstantaneousOutput consisting of spikes and the time since they occurred.

Author:
Terry Stewart

Method Summary
 float[] getSpikeTimes()
           
 
Methods inherited from interface ca.nengo.model.SpikeOutput
getValues
 
Methods inherited from interface ca.nengo.model.InstantaneousOutput
clone, getDimension, getTime, getUnits
 

Method Detail

getSpikeTimes

float[] getSpikeTimes()
Returns:
The times when the spikes occurred, as offsets from the previous time step. Values negative values indicate no spike.