| 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(); |
| 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 |
// ================================================================== |
// ================================================================== |
| 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; |
| 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 |
|
|