AdvancePhase.h

Go to the documentation of this file.
00001 #ifndef ADVANCEPHASE_H_
00002 #define ADVANCEPHASE_H_
00003 
00004 class AdvancePhase
00005 {
00006 public:
00007     typedef int enum_t;
00008     struct One
00009     {
00010         static enum_t enumval;
00011     };
00012     struct SpikeDriven
00013     {
00014         static enum_t enumval;
00015     };
00016     struct Two
00017     {
00018         static enum_t enumval;
00019     };
00020     struct None
00021     {
00022         static enum_t enumval;
00023     };
00024 };
00025 
00026 #endif /*ADVANCEPHASE_H_*/

Generated on Wed Jul 9 16:34:37 2008 for PCSIM by  doxygen 1.5.5