CSIM: dynamicstdpsynapse.h Source File

dynamicstdpsynapse.h

Go to the documentation of this file.
00001 
00005 #ifndef _DYNAMICSTDPSYNAPSE_H_
00006 #define _DYNAMICSTDPSYNAPSE_H_
00007 
00008 #include "stdpsynapse.h"
00009 #include "spikingneuron.h"
00010 #include <math.h>
00011 
00013 
00014 class DynamicStdpSynapse : public StdpSynapse {
00015 
00016   DO_REGISTERING
00017 
00018 public:
00019 
00020   #include "dynamicsynapse.h"
00021 
00022 public:
00023   DynamicStdpSynapse(void);
00024   virtual ~DynamicStdpSynapse(void);
00025 
00026   virtual void reset(void);
00027 
00029   virtual void stdpChangePSR(void) { DYNAMIC_PSR_CHANGE;  }
00030 
00031   
00032 };
00033 
00034 #endif
00035 

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