8 #ifndef GET_CFG_AGET_HH
9 #define GET_CFG_AGET_HH
GETAGet * parent
GET object the configuration is related to.
Definition: GETCfgAGet.hh:32
bool is_active
Whether the AGET chip is active and should be configured.
Definition: GETCfgAGet.hh:37
virtual ~GETCfgAGet()
Definition: GETCfgAGet.cpp:53
int GetXMLConfig(DOMNode *node)
Definition: GETCfgAGet.cpp:91
int GetXMLConfigGlobal(DOMNode *node)
Definition: GETCfgAGet.cpp:183
Definition: GETCfgAGetGlobal.hh:23
int GetXMLConfigGlobalReg2(DOMNode *node)
Definition: GETCfgAGet.cpp:301
Definition: GETCfgAGet.hh:24
int GetXMLConfigGlobalReg1(DOMNode *node)
Definition: GETCfgAGet.cpp:237
GETCfgChannel ** cfg_channel
Array of pointers to Channels configurations.
Definition: GETCfgAGet.hh:33
GETCfgAGet(GETAGet *p=NULL)
Definition: GETCfgAGet.cpp:17
GETCfgChannel * GetChannelConfig(u_int i) const
Definition: GETCfgAGet.icc:20
GETAGet * GetParentAGet() const
Definition: GETCfgAGet.icc:13
u_int cfg_channel_num
Number of AGet channels configurations.
Definition: GETCfgAGet.hh:34
Definition: GETCfgChannel.hh:25
virtual string GetFullId() const
Definition: GETCfgAGet.cpp:78
Definition: GETAGet.hh:34