CSIM: staticanalogsynapse.h Source File

staticanalogsynapse.h

Go to the documentation of this file.
00001 
00005 #ifndef _STATICANALOGSYNAPSE_H_
00006 #define _STATICANALOGSYNAPSE_H_
00007 
00008 #include "analogsynapse.h"
00009 
00011 class StaticAnalogSynapse : public AnalogSynapse {
00012 
00013  DO_REGISTERING 
00014 
00015  public:
00016   StaticAnalogSynapse(void);
00017    
00018 
00020   void reset(void);
00021 
00023   int advance(void);
00024 
00025 
00026  private:
00027 
00028 // The following must be included to be able to register this object
00029 
00030 };
00031 
00032 #endif

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