CSIM: dynamicspikingcbsynapse.h Source File

dynamicspikingcbsynapse.h

Go to the documentation of this file.
00001 
00005 #ifndef _DYNAMICSPIKINGCBSYNAPSE_H_
00006 #define _DYNAMICSPIKINGCBSYNAPSE_H_
00007 
00008 #include <math.h>
00009 #include "dynamicspikingsynapse.h"
00010 
00012 
00017 class DynamicSpikingCbSynapse : public DynamicSpikingSynapse {
00018 
00019   DO_REGISTERING
00020 
00021 public:
00022   DynamicSpikingCbSynapse(void);
00023 
00025   virtual int advance(void);
00026 
00028   virtual int addOutgoing(Advancable *a);
00029 
00031   double E;
00032 
00033   private:
00034 
00036   double *GSummationPoint;
00037 
00038 };
00039 
00040 #endif

 
(C) 2003, Thomas Natschläger last modified 07/10/2006