CSIM: staticanalogcbsynapse.h Source File

staticanalogcbsynapse.h

Go to the documentation of this file.
00001 
00005 #ifndef _STATICANALOGCBSYNAPSE_H_
00006 #define _STATICANALOGCBSYNAPSE_H_
00007 
00008 #include "analogsynapse.h"
00009 #include "lifneuron.h"
00010 
00013 class StaticAnalogCbSynapse : public AnalogSynapse {
00014 
00015  DO_REGISTERING 
00016 
00017  public:
00018   StaticAnalogCbSynapse(void);
00019 
00021   void reset(void);
00022 
00024   int advance(void);
00025 
00027   virtual int addOutgoing(Advancable *a);
00028 
00030   double E;
00031 
00032  private:
00033 
00035   double *GSummationPoint;
00036 
00037 };
00038 
00039 #endif

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