SpikeEvent Struct Reference

Information about the spike time. More...

#include <SpikeEvent.h>

Collaboration diagram for SpikeEvent:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 SpikeEvent (double t, double delta, float weight, Time const &dt)
 SpikeEvent (SpikeEvent const &se, double w)
double time () const
 The actual spike time ts = ts + delta.

Public Attributes

double t
 Time at begin of simulation step.
double delta
 Offset within the simulation step.
float weight
 The weight of the spike.
Time dt
 The simulation time step width.


Detailed Description

Information about the spike time.

Definition at line 7 of file SpikeEvent.h.


Constructor & Destructor Documentation

SpikeEvent::SpikeEvent ( double  t,
double  delta,
float  weight,
Time const &  dt 
) [inline]

Definition at line 12 of file SpikeEvent.h.

SpikeEvent::SpikeEvent ( SpikeEvent const &  se,
double  w 
) [inline]

Definition at line 15 of file SpikeEvent.h.

References weight.


Member Function Documentation

double SpikeEvent::time (  )  const [inline]


Member Data Documentation

Time at begin of simulation step.

Definition at line 19 of file SpikeEvent.h.

Referenced by time().


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

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