Main Page | Namespace List | Alphabetical List | Class List | Directories | File List | Class Members | File Members

Synapse.h File Reference

#include "Neuron.h"
#include "SimulationClock.h"
#include "GlobalVariables.h"

Go to the source code of this file.

Classes

class  Synapse

Defines

#define MIN_DOUBLE_WEIGHT   -1.0
#define MAX_DOUBLE_WEIGHT   1.0
#define MIN_SHORT_WEIGHT   -127
#define MAX_SHORT_WEIGHT   127


Define Documentation

#define MAX_DOUBLE_WEIGHT   1.0
 

The maximum double weight for a synapse.

Definition at line 36 of file Synapse.h.

Referenced by Synapse::setWeight().

#define MAX_SHORT_WEIGHT   127
 

The maximum short weight for a synapse.

Definition at line 42 of file Synapse.h.

#define MIN_DOUBLE_WEIGHT   -1.0
 

The minimum double weight for a synapse.

Definition at line 33 of file Synapse.h.

Referenced by Synapse::setWeight().

#define MIN_SHORT_WEIGHT   -127
 

The minimum short weight for a synapse.

Definition at line 39 of file Synapse.h.


Generated on Mon Sep 3 22:24:34 2007 for SpikeStream Simulation by  doxygen 1.4.4