#include <amygdala/spikeoutput.h>
Inheritance diagram for SpikeOutput:
Public Methods | |
SpikeOutput () | |
virtual | ~SpikeOutput ()=0 |
virtual void | OutputEvent (AmIdInt neuronId, AmTimeInt eventTime)=0 |
virtual void | OutputCache ()=0 |
|
Pass in an output cache. If output is turned on in caching mode, this function will be called every time the cache is emptied. Arguments TBD. Implemented in SimpleSpikeOutput. |
|
Raise an output event. If output is turned on in streaming mode, this function will be called every time an output neuron spikes. Implemented in SimpleSpikeOutput. |