AraEvent/RawIcrrStationHeader.h
00001 00002 00003 00004 00005 00006 00007 00008 00009 #ifndef RAWICRRSTATIONHEADER_H 00010 #define RAWICRRSTATIONHEADER_H 00011 00012 //Includes 00013 #include <TObject.h> 00014 #include "araIcrrDefines.h" 00015 #include "araIcrrStructures.h" 00016 00018 00022 class RawIcrrStationHeader: public TObject 00023 { 00024 public: 00025 RawIcrrStationHeader(); 00026 RawIcrrStationHeader(IcrrEventHeader_t *hdPtr); 00027 ~RawIcrrStationHeader(); 00028 00029 unsigned int unixTime; 00030 unsigned int unixTimeUs; 00031 00032 00038 int gpsSubTime; 00039 unsigned int eventNumber; 00040 unsigned short calibStatus; 00041 unsigned char priority; 00042 00043 00052 unsigned char errorFlag; 00053 00054 ClassDef(RawIcrrStationHeader,1); 00055 }; 00056 00057 00058 #endif //RAWICRRSTATIONHEADER_H
Generated on Mon Dec 9 13:20:21 2013 for ARA ROOT v3.13 Software by
