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

DC_Event.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_Event.h 00005 // 00006 // Version 1.1 00007 // Date 13.09.03 (version 1.0) 00008 // Author A. Pasetti (P&P Software) 00009 // 00010 // Change Record: 00011 00012 #ifndef DC_EventH 00013 #define DC_EventH 00014 00015 #include "../GeneralInclude/BasicTypes.h" 00016 #include "../Base/CC_RootObject.h" 00017 00049 class DC_Event { 00050 00051 private: 00052 00053 TD_ObsTime timeStamp; 00054 TD_EventType evtType; 00055 00056 public: 00057 00070 inline DC_Event(void); 00071 00076 inline TD_ObsTime getTimeStamp(void) const; 00077 00082 inline TD_EventType getEventType(void) const; 00083 00088 inline void setTimeStamp(TD_ObsTime timeStamp); 00089 00094 inline void setEventType(TD_EventType eventType); 00095 00096 }; 00097 00098 #include "DC_Event_inl.h" 00099 00100 #endif 00101 00102
Copyright 2003 P&P Software GmbH - All Rights Reserved