CurrentBasedAnalogSynapse Class Reference

#include <CurrentBasedAnalogSynapse.h>

Inheritance diagram for CurrentBasedAnalogSynapse:

Inheritance graph
[legend]
Collaboration diagram for CurrentBasedAnalogSynapse:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 CurrentBasedAnalogSynapse ()
virtual ~CurrentBasedAnalogSynapse ()
virtual int advance (AdvanceInfo const &)
 Calculate the next state and output/propagate the result to succesors/outgoing objects.
virtual void outgoing (SimObject *receiver)
 Connects the synapse to the postsynaptic object which must be a synaptic target.

Protected Attributes

CurrentInputTargettarget


Detailed Description

Definition at line 14 of file CurrentBasedAnalogSynapse.h.


Constructor & Destructor Documentation

CurrentBasedAnalogSynapse::CurrentBasedAnalogSynapse (  )  [inline]

Definition at line 19 of file CurrentBasedAnalogSynapse.h.

References dummyConductanceBasedSynapseTarget, and target.

virtual CurrentBasedAnalogSynapse::~CurrentBasedAnalogSynapse (  )  [inline, virtual]

Definition at line 24 of file CurrentBasedAnalogSynapse.h.


Member Function Documentation

virtual int CurrentBasedAnalogSynapse::advance ( AdvanceInfo const &   )  [inline, virtual]

Calculate the next state and output/propagate the result to succesors/outgoing objects.

The return value of advance contains several bits of information which can be decoded with the bit masks ADVANCEFLAG_* like ADVANCEFLAG_HASSPIKED and ADVANCEFLAG_DEACTIVATE.

Reimplemented from SimObject.

Reimplemented in GenericStaticAnalogSynapse< CurrentBasedAnalogSynapse >.

Definition at line 27 of file CurrentBasedAnalogSynapse.h.

References CurrentInputTarget::currentInput(), AnalogSynapse::psr, and target.

Here is the call graph for this function:

virtual void CurrentBasedAnalogSynapse::outgoing ( SimObject receiver  )  [inline, virtual]

Connects the synapse to the postsynaptic object which must be a synaptic target.

Reimplemented from SimObject.

Definition at line 35 of file CurrentBasedAnalogSynapse.h.

References SimObject::getInputTarget(), and target.

Here is the call graph for this function:


Member Data Documentation

Definition at line 50 of file CurrentBasedAnalogSynapse.h.

Referenced by advance(), CurrentBasedAnalogSynapse(), and outgoing().


The documentation for this class was generated from the following file:

Generated on Wed Jul 9 16:34:47 2008 for PCSIM by  doxygen 1.5.5