Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

ObsClock.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // ObsClock.h 00005 // 00006 // Version 1.0 00007 // Date 12.09.02 00008 // Author A. Pasetti (P&P Software) 00009 00010 #ifndef ObsClockH 00011 #define ObsClockH 00012 00013 #include "../GeneralInclude/BasicTypes.h" 00014 #include "../Base/CC_RootObject.h" 00015 00038 class ObsClock : public CC_RootObject { 00039 00040 public : 00041 00046 virtual TD_ObsTime getTime(void) = 0; 00047 00052 virtual TD_ObsCycle getCycle(void) = 0; 00053 00057 virtual void synchronizeWithSystemTime(void) = 0; 00058 00062 virtual void reset(void) = 0; 00063 }; 00064 00065 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved