CSIM: staticspikingcbsynapse.h Source File

staticspikingcbsynapse.h

Go to the documentation of this file.
00001 
00005 #ifndef _STATICSPIKINGCBSYNAPSE_H_
00006 #define _STATICSPIKINGCBSYNAPSE_H_
00007 
00008 #include "staticspikingsynapse.h"
00009 
00011 
00017 class StaticSpikingCbSynapse : public StaticSpikingSynapse {
00018 
00019   DO_REGISTERING
00020 
00021   public:
00022 
00023   StaticSpikingCbSynapse(void);
00024 
00026   virtual int advance(void);
00027 
00029   virtual int addOutgoing(Advancable *a);
00030 
00032   double E;
00033 
00034   private:
00035 
00037   double *GSummationPoint;
00038 
00039 };
00040 
00041 #endif

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