/[PAMELA software]/YodaProfiler/inc/GLTables.h
ViewVC logotype

Diff of /YodaProfiler/inc/GLTables.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by mocchiut, Tue Oct 24 14:24:22 2006 UTC revision 1.12 by mocchiut, Thu Nov 9 12:02:52 2006 UTC
# Line 270  class GL_TIMESYNC : public TObject{ Line 270  class GL_TIMESYNC : public TObject{
270      UInt_t pktfirst;      UInt_t pktfirst;
271      UInt_t toffset;      UInt_t toffset;
272      //      //
273      UInt_t ID;      //    UInt_t ID;
274      UInt_t ID_RAW;      //    UInt_t ID_RAW;
275      UInt_t OBT0;      UInt_t OBT0;
276      UInt_t TIMESYNC;      UInt_t TIMESYNC;
277      UInt_t TYPE;      UInt_t TYPE;
278        UInt_t T0;
279            
280   public:   public:
281      //      //
# Line 282  class GL_TIMESYNC : public TObject{ Line 283  class GL_TIMESYNC : public TObject{
283      GL_TIMESYNC(UInt_t ID, TString TYPE, TSQLServer *dbc);      GL_TIMESYNC(UInt_t ID, TString TYPE, TSQLServer *dbc);
284      //      //
285      UInt_t DBabsTime(UInt_t OBT);      UInt_t DBabsTime(UInt_t OBT);
286        UInt_t ResursTime(UInt_t OBT);
287      //      //
288      UInt_t DBpkt(UInt_t PKT);      UInt_t DBpkt(UInt_t PKT);
289      ULong64_t DBobt(UInt_t OBT);      ULong64_t DBobt(UInt_t OBT);
290      //      //
291      TString ConvertTime(TString &tzone, UInt_t dbt);      TString ConvertTime(TString &tzone, UInt_t dbt);
292      TString UnConvertTime(TString &tzone, UInt_t dbt);      TString UnConvertTime(TString &tzone, UInt_t dbt);
293        //
294      ClassDef(GL_TIMESYNC,1);      UInt_t GetTimesync() { return TIMESYNC; };
295        UInt_t GetObt0() { return OBT0; };
296        UInt_t GetT0() { return T0; };
297        UInt_t GetType() { return TYPE; };
298        //
299        ClassDef(GL_TIMESYNC,2);
300  };  };
301    
302  /* Class to query a TLE from the db.  /* Class to query a TLE from the db.

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.23