#include <amygdala/simplespikeinput.h>
Inheritance diagram for SimpleSpikeInput:
Public Methods | |
SimpleSpikeInput (Network *network) | |
virtual | ~SimpleSpikeInput () |
virtual void | ReadInputBuffer () |
|
If streaming input has been turned on in Network, the event loop will call ReadInputBuffer() every time the input spike queue has been emptied. This should read additional input from some source and add it to the input queue. Implements SpikeInput. |