#include <GenericConductanceBasedSpikingSynapse.h>
Public Member Functions | |
GenericConductanceBasedSpikingSynapse () | |
virtual | ~GenericConductanceBasedSpikingSynapse () |
virtual int | advance (AdvanceInfo const &ai) |
virtual void | outgoing (SimObject *receiver) |
virtual void | outgoing (SimObject *receiver, SimObject::ID const &rec, SimObject::ID const &self, SimNetwork &net) |
Connects the synapse to the postsynaptic object which must be a synaptic target. | |
virtual SimObject * | getChainedObject () |
Public Attributes | |
float | Erev |
Protected Attributes | |
ConductanceInputTarget * | target |
Pointer to current summation point within the synaptic target. |
Definition at line 24 of file GenericConductanceBasedSpikingSynapse.h.
GenericConductanceBasedSpikingSynapse< Response >::GenericConductanceBasedSpikingSynapse | ( | ) | [inline] |
Definition at line 29 of file GenericConductanceBasedSpikingSynapse.h.
virtual GenericConductanceBasedSpikingSynapse< Response >::~GenericConductanceBasedSpikingSynapse | ( | ) | [inline, virtual] |
Definition at line 34 of file GenericConductanceBasedSpikingSynapse.h.
virtual int GenericConductanceBasedSpikingSynapse< Response >::advance | ( | AdvanceInfo const & | ai | ) | [inline, virtual] |
Reimplemented in GenericDAModulatedSTDPSynapse< GenericFroemkeDanStdpSynapse< GenericEachPairStdpSynapse< GenericDynamicSpikingSynapse< GenericConductanceBasedSpikingSynapse< ExponentialDecaySpikeResponse > > > > >, GenericDAModulatedSTDPSynapse< GenericFroemkeDanStdpSynapse< GenericEachPairStdpSynapse< GenericStaticSpikingSynapse< GenericConductanceBasedSpikingSynapse< ExponentialDecaySpikeResponse > > > > >, GenericHomeostaticSynapse< GenericStaticSpikingSynapse< GenericConductanceBasedSpikingSynapse< ExponentialDecaySpikeResponse > > >, and GenericHomeostaticSynapse< GenericDynamicSpikingSynapse< GenericConductanceBasedSpikingSynapse< ExponentialDecaySpikeResponse > > >.
Definition at line 47 of file GenericConductanceBasedSpikingSynapse.h.
virtual void GenericConductanceBasedSpikingSynapse< Response >::outgoing | ( | SimObject * | receiver | ) | [inline, virtual] |
Definition at line 55 of file GenericConductanceBasedSpikingSynapse.h.
Referenced by GenericConductanceBasedSpikingSynapse< OUNoiseResponse >::outgoing().
virtual void GenericConductanceBasedSpikingSynapse< Response >::outgoing | ( | SimObject * | receiver, | |
SimObject::ID const & | rec, | |||
SimObject::ID const & | self, | |||
SimNetwork & | net | |||
) | [inline, virtual] |
Connects the synapse to the postsynaptic object which must be a synaptic target.
Definition at line 68 of file GenericConductanceBasedSpikingSynapse.h.
virtual SimObject* GenericConductanceBasedSpikingSynapse< Response >::getChainedObject | ( | ) | [inline, virtual] |
Definition at line 73 of file GenericConductanceBasedSpikingSynapse.h.
float GenericConductanceBasedSpikingSynapse< Response >::Erev |
Definition at line 36 of file GenericConductanceBasedSpikingSynapse.h.
Referenced by GenericConductanceBasedSpikingSynapse< OUNoiseResponse >::advance().
ConductanceInputTarget* GenericConductanceBasedSpikingSynapse< Response >::target [protected] |
Pointer to current summation point within the synaptic target.
Definition at line 81 of file GenericConductanceBasedSpikingSynapse.h.
Referenced by GenericConductanceBasedSpikingSynapse< OUNoiseResponse >::advance(), GenericConductanceBasedSpikingSynapse< OUNoiseResponse >::GenericConductanceBasedSpikingSynapse(), GenericConductanceBasedSpikingSynapse< OUNoiseResponse >::getChainedObject(), and GenericConductanceBasedSpikingSynapse< OUNoiseResponse >::outgoing().