/[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.17 by mocchiut, Fri Apr 27 10:46:59 2007 UTC revision 1.21 by mocchiut, Fri Oct 19 07:47:51 2007 UTC
# Line 33  class GL_TABLES : public TObject { Line 33  class GL_TABLES : public TObject {
33    
34   public:   public:
35      //      //
36        TString mh;
37        TString mp;
38        TString mu;
39      GL_TABLES();        GL_TABLES();  
40      GL_TABLES(TString, TString, TString);      GL_TABLES(TString, TString, TString);
41      //      //
42      void Set(TString, TString, TString);      void Set(TString, TString, TString);
43      //      //
44      Bool_t IsConnected(TSQLServer *);      Bool_t IsConnected(TSQLServer *&);
45      //      //
46      void ResetCounters();      void ResetCounters();
47      void AddQ();      void AddQ();
# Line 46  class GL_TABLES : public TObject { Line 49  class GL_TABLES : public TObject {
49      const TString* GetHost(){return(fHost);};      const TString* GetHost(){return(fHost);};
50      const TString* GetUser(){return(fUser);};      const TString* GetUser(){return(fUser);};
51      const TString* GetPsw(){return(fPsw);};      const TString* GetPsw(){return(fPsw);};
52        TString CGetHost(){return(mh);};
53        TString CGetUser(){return(mu);};
54        TString CGetPsw(){return(mp);};
55      UInt_t GetfNquery(){return(fNquery);};      UInt_t GetfNquery(){return(fNquery);};
56      UInt_t GetNqueries();      UInt_t GetNqueries();
57      Bool_t IsSet(){return(fSet);};      Bool_t IsSet(){return(fSet);};
58      //      //
59      GL_TABLES *GetGLTABLES(){return this;};      GL_TABLES *GetGLTABLES(){return this;};
60      //      //
61      ClassDef(GL_TABLES,1);      ClassDef(GL_TABLES,2);
62  };  };
63    
64  // ==================================================================  // ==================================================================
# Line 319  class GL_TIMESYNC : public GL_TABLES { Line 325  class GL_TIMESYNC : public GL_TABLES {
325      UInt_t pktfirst;      UInt_t pktfirst;
326      UInt_t toffset;      UInt_t toffset;
327      //      //
328      //    UInt_t ID;      UInt_t ID;
329      //    UInt_t ID_RAW;      UInt_t ID_RAW;
330        UInt_t ID_RESURS_OFFSET;
331      UInt_t OBT0;      UInt_t OBT0;
332      UInt_t TIMESYNC;      UInt_t TIMESYNC;
333      UInt_t TYPE;      UInt_t TYPE;
# Line 345  class GL_TIMESYNC : public GL_TABLES { Line 352  class GL_TIMESYNC : public GL_TABLES {
352      UInt_t GetT0() { return T0; };      UInt_t GetT0() { return T0; };
353      UInt_t GetType() { return TYPE; };      UInt_t GetType() { return TYPE; };
354      //      //
355      ClassDef(GL_TIMESYNC,2);      ClassDef(GL_TIMESYNC,3);
356  };  };
357    
358    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.23