CHROMA
|
Parameter structure. More...
#include <inline_gauge_transf_obj.h>
Classes | |
struct | NamedObject_t |
Public Member Functions | |
Params () | |
Params (XMLReader &xml_in, const std::string &path) | |
void | writeXML (XMLWriter &xml_out, const std::string &path) |
Public Attributes | |
unsigned long | frequency |
struct Chroma::InlineGaugeTransfNamedObjEnv::Params::NamedObject_t | named_obj |
Parameter structure.
Definition at line 23 of file inline_gauge_transf_obj.h.
Chroma::InlineGaugeTransfNamedObjEnv::Params::Params | ( | ) |
Definition at line 213 of file inline_gauge_transf_obj.cc.
Chroma::InlineGaugeTransfNamedObjEnv::Params::Params | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 215 of file inline_gauge_transf_obj.cc.
References Chroma::read().
void Chroma::InlineGaugeTransfNamedObjEnv::Params::writeXML | ( | XMLWriter & | xml_out, |
const std::string & | path | ||
) |
Definition at line 238 of file inline_gauge_transf_obj.cc.
References Chroma::pop(), Chroma::push(), and Chroma::write().
unsigned long Chroma::InlineGaugeTransfNamedObjEnv::Params::frequency |
Definition at line 29 of file inline_gauge_transf_obj.h.
Referenced by Chroma::InlineGaugeTransfNamedObjEnv::InlineMeas::getFrequency().
struct Chroma::InlineGaugeTransfNamedObjEnv::Params::NamedObject_t Chroma::InlineGaugeTransfNamedObjEnv::Params::named_obj |