21 #include "Riostream.h"
26 #include "GanTape/GEN_TYPE.H"
27 #include "GanTape/gan_acq_buf.h"
28 #include "GTDataParameters.h"
69 if ((c ==
',') || (c == 0x0d))
94 char NomParam[20], chaine[20];
97 CurrPointer = (
char*)buffParam;
101 while (strncmp(CurrPointer,
" ", 4) != 0 &&
102 strncmp(CurrPointer,
"!!!!", 4) != 0) {
103 CurrPointer = CopyParam(NomParam, CurrPointer);
104 CurrPointer = CopyParam(chaine, CurrPointer);
105 sscanf(chaine,
"%d", &NumPar);
106 CurrPointer = CopyParam(chaine, CurrPointer);
107 sscanf(chaine,
"%d", &NbBits);
110 fMaxIndex = TMath::Max(par->
Index(), fMaxIndex);
125 cout <<
"Parameter " << parName <<
" not found!" << endl;
128 return (par->
Index());
142 if (par->
Index() == index)
return par->GetName();
158 if (par->
Index() == index)
return par;
172 return (
GTDataPar*)fList->FindObject(parName);
Classes handling VME/VXI parameters in GANIL DAQ data.
char * CopyParam(char *Dest, char *Source) const
Small utility routine to copy a char string.
GTDataPar * GetPar(const int index) const
Return the parameter corresponding to the parameter number.
const char * GetParName(const int index) const
Return the text label name corresponding to a parameter number.
int GetIndex(const TString parName) const
Return the index number corresponding to a text label.
GTDataParameters(void)
Default constructor. Don't create anything yet.
int Fill(const char *buffParam)