CHROMA
|
Parameter structure. More...
#include <inline_sfpcac_w.h>
Classes | |
struct | NamedObject_t |
struct | SFpcac_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 |
ChromaProp_t | param |
struct Chroma::InlineSFpcacEnv::Params::SFpcac_t | sfpcac |
struct Chroma::InlineSFpcacEnv::Params::NamedObject_t | named_obj |
std::string | xml_file |
Parameter structure.
Definition at line 24 of file inline_sfpcac_w.h.
Chroma::InlineSFpcacEnv::Params::Params | ( | ) |
Definition at line 98 of file inline_sfpcac_w.cc.
References frequency.
Chroma::InlineSFpcacEnv::Params::Params | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 100 of file inline_sfpcac_w.cc.
References frequency, named_obj, param, Chroma::read(), sfpcac, and xml_file.
void Chroma::InlineSFpcacEnv::Params::writeXML | ( | XMLWriter & | xml_out, |
const std::string & | path | ||
) |
Definition at line 135 of file inline_sfpcac_w.cc.
References named_obj, param, Chroma::pop(), Chroma::push(), sfpcac, and Chroma::write().
Referenced by Chroma::InlineSFpcacEnv::InlineMeas::func().
unsigned long Chroma::InlineSFpcacEnv::Params::frequency |
Definition at line 30 of file inline_sfpcac_w.h.
Referenced by Chroma::InlineSFpcacEnv::InlineMeas::getFrequency(), and Params().
struct Chroma::InlineSFpcacEnv::Params::NamedObject_t Chroma::InlineSFpcacEnv::Params::named_obj |
Referenced by Chroma::InlineSFpcacEnv::InlineMeas::func(), Params(), and writeXML().
ChromaProp_t Chroma::InlineSFpcacEnv::Params::param |
Definition at line 32 of file inline_sfpcac_w.h.
Referenced by Chroma::InlineSFpcacEnv::InlineMeas::func(), Params(), and writeXML().
struct Chroma::InlineSFpcacEnv::Params::SFpcac_t Chroma::InlineSFpcacEnv::Params::sfpcac |
Referenced by Chroma::InlineSFpcacEnv::InlineMeas::func(), Params(), and writeXML().
std::string Chroma::InlineSFpcacEnv::Params::xml_file |
Definition at line 48 of file inline_sfpcac_w.h.
Referenced by Chroma::InlineSFpcacEnv::InlineMeas::operator()(), and Params().