#include <input.h>
|
| SpikeTime (double dt, const pugi::xml_node &node, std::unique_ptr< InputValue::Base > value, unsigned int popSize, unsigned int *spikeQueuePtr, unsigned int *hostSpikeCount, unsigned int *hostSpikes, PushCurrentSpikesFunc pushCurrentSpikes) |
|
virtual void | apply (double dt, unsigned long long timestep) override |
|
virtual | ~Base () |
|
|
typedef void(* | PushCurrentSpikesFunc) () |
|
| SpikeBase (double dt, const pugi::xml_node &node, std::unique_ptr< InputValue::Base > value, unsigned int popSize, unsigned int *spikeQueuePtr, unsigned int *hostSpikeCount, unsigned int *hostSpikes, PushCurrentSpikesFunc pushCurrentSpikes) |
|
void | injectSpike (unsigned int neuronID) |
|
void | uploadSpikes () |
|
| Base (double dt, const pugi::xml_node &node, std::unique_ptr< InputValue::Base > value) |
|
bool | shouldApply (unsigned long long timestep) const |
|
void | updateValues (double dt, unsigned long long timestep, std::function< void(unsigned int, double)> applyValueFunc) const |
|
◆ SpikeTime()
SpineMLSimulator::Input::SpikeTime::SpikeTime |
( |
double |
dt, |
|
|
const pugi::xml_node & |
node, |
|
|
std::unique_ptr< InputValue::Base > |
value, |
|
|
unsigned int |
popSize, |
|
|
unsigned int * |
spikeQueuePtr, |
|
|
unsigned int * |
hostSpikeCount, |
|
|
unsigned int * |
hostSpikes, |
|
|
PushCurrentSpikesFunc |
pushCurrentSpikes |
|
) |
| |
◆ apply()
void SpineMLSimulator::Input::SpikeTime::apply |
( |
double |
dt, |
|
|
unsigned long long |
timestep |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following files: