Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

Synapse Class Reference

#include <synapse.h>

Inheritance diagram for Synapse:

Advancable AnalogSynapse SpikingSynapse DynamicAnalogSynapse StaticAnalogCbSynapse StaticAnalogSynapse DynamicSpikingSynapse StaticSpikingSynapse StdpSynapse DynamicSpikingCbSynapse StaticSpikingCbSynapse DynamicStdpSynapse StaticStdpSynapse List of all members.

Detailed Description

Base class of all synapses.

This class takes care about the connectivity: it maintains a pointer to the presynaptic and the postsynaptic object as well to the summation point.

Public Member Functions

Public Attributes

Protected Attributes


Member Data Documentation

float Synapse::delay
 

The synaptic transmission delay.

As the synaptic transmission delay we understand the time between a signal (spike or analog signal) is generated in the presynaptic object and the time of the onset of the postsynaptic response.