#include <amygdala/simplespikeoutput.h>
Inheritance diagram for SimpleSpikeOutput:
Public Methods | |
SimpleSpikeOutput () | |
virtual | ~SimpleSpikeOutput () |
virtual void | OutputEvent (AmIdInt neuronId, AmTimeInt eventTime) |
virtual void | OutputCache () |
|
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. Implements SpikeOutput. |
|
Raise an output event. If output is turned on in streaming mode, this function will be called every time an output neuron spikes. Implements SpikeOutput. |