GeNN
4.9.0
GPU enhanced Neuronal Networks (GeNN)
|
#include <input.h>
Public Member Functions | |
Analogue (double dt, const pugi::xml_node &node, std::unique_ptr< InputValue::Base > value, ModelProperty::Base *modelProperty) | |
virtual void | apply (double dt, unsigned long long timestep) override |
Public Member Functions inherited from SpineMLSimulator::Input::Base | |
virtual | ~Base () |
Additional Inherited Members | |
Protected Member Functions inherited from SpineMLSimulator::Input::Base | |
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 |
SpineMLSimulator::Input::Analogue::Analogue | ( | double | dt, |
const pugi::xml_node & | node, | ||
std::unique_ptr< InputValue::Base > | value, | ||
ModelProperty::Base * | modelProperty | ||
) |
|
overridevirtual |
Implements SpineMLSimulator::Input::Base.