10 #define GANIL_PARAM_HH
16 #define GANIL_PARAM_TYPE_FLAG 0x00000003
17 #define GANIL_PARAM_USER_FLAG 0x00000010
57 const u_int p_mask = 0);
103 {
return ( ! (*
this == par) ); }
Definition: GanilParamInfo.hh:23
Definition: GanilRun.hh:39
Definition: GanilParam.hh:29
GanilParam()
Definition: GanilParam.cpp:14
string Name() const
Definition: GanilParam.hh:107
u_int Mask() const
Definition: GanilParam.hh:117
string name
Nom du paramètre brut.
Definition: GanilParam.hh:43
bool operator==(const GanilParam &par)
Definition: GanilParam.cpp:74
u_int Label() const
Definition: GanilParam.hh:112
u_int datatype
Type de données du paramètre (entier/réel, 16/32/64 bits, signé/non signé)
Definition: GanilParam.hh:41
u_int branch
Numéro de branche.
Definition: GanilParam.hh:46
u_int label
Label du paramètre (différent de number en mode EBYEDAT)
Definition: GanilParam.hh:44
bool operator!=(const GanilParam &par)
Definition: GanilParam.hh:102
#define DATA_TYPE_U_INT2
bits spécifiant le type de donnée
Definition: Data.hh:48
virtual ~GanilParam()
Definition: GanilParam.cpp:64
u_int mask
Masque binaire associé
Definition: GanilParam.hh:45
u_int type
Type de paramètre (single, multihit, array)
Definition: GanilParam.hh:40
u_int Branch() const
Definition: GanilParam.hh:122