#include <AdvanceInfo.h>
Public Member Functions | |
AdvanceInfo (double dt=1e-4, double t=0.0) | |
AdvanceInfo (Time const &dt, Time const &t) | |
AdvanceInfo (Time const &dt) | |
AdvanceInfo (SimNetwork *net, SingleThreadSimEngine *eng) | |
The calling thread get a pointer to its SingleThreadSimEngine. | |
AdvanceInfo & | operator++ () |
Public Attributes | |
Time | dt |
Time | t |
SimNetwork * | net |
SingleThreadSimEngine * | eng |
Definition at line 9 of file AdvanceInfo.h.
Definition at line 11 of file AdvanceInfo.h.
Definition at line 13 of file AdvanceInfo.h.
AdvanceInfo::AdvanceInfo | ( | Time const & | dt | ) | [inline] |
Definition at line 16 of file AdvanceInfo.h.
AdvanceInfo::AdvanceInfo | ( | SimNetwork * | net, | |
SingleThreadSimEngine * | eng | |||
) |
The calling thread get a pointer to its SingleThreadSimEngine.
The calling thread set the pointer to its SingleThreadSimEngine Shorthand to get the current simulation time step size Shorthand to get the current simultion time
Definition at line 121 of file SimObject.cpp.
AdvanceInfo& AdvanceInfo::operator++ | ( | ) | [inline] |
Definition at line 25 of file AdvanceInfo.h.
Referenced by SquarePulseSpikeResponse::advance(), SpikingInputNeuron::advance(), PoissonInputNeuron::advance(), ODESystemBasedSpikingNeuron::advance(), LinearPoissonNeuron::advance(), CbLifNeuron::advance(), LifNeuron::advance(), GenericDAModulatedSTDPSynapse< BaseSyn >::advance(), GABA_BResponseODE::advance(), GABA_BResponse::advance(), AnalogLevelBasedInputNeuron::advance(), operator++(), SpikeOutputPort::setSpike(), SpikeOutputPort::setSpikeByOffset(), SpikeOutputPort::setSpikeByOffsetFraction(), and FiniteSpikeResponse::spikeHitReturn().
Definition at line 28 of file AdvanceInfo.h.
Referenced by SquarePulseSpikeResponse::advance(), SimProgressBar::advance(), PoissonInputNeuron::advance(), ODESystemBasedSpikingNeuron::advance(), LinearPoissonNeuron::advance(), GenericDAModulatedSTDPSynapse< BaseSyn >::advance(), GABA_BResponseODE::advance(), SingleThreadSimEngine::advance(), operator++(), SpikeOutputPort::setSpike(), SpikeOutputPort::setSpikeByOffset(), and SpikeOutputPort::setSpikeByOffsetFraction().
Definition at line 29 of file AdvanceInfo.h.
Definition at line 30 of file AdvanceInfo.h.
Referenced by SpikeOutputPort::setSpikeByOffsetFraction().