CHROMA
|
Parameter structure. More...
#include <inline_make_source_s.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 |
PropSourceConst_t | param |
struct Chroma::InlineStaggeredMakeSourceEnv::Params::NamedObject_t | named_obj |
std::string | xml_file |
Parameter structure.
Definition at line 26 of file inline_make_source_s.h.
Chroma::InlineStaggeredMakeSourceEnv::Params::Params | ( | ) |
Definition at line 76 of file inline_make_source_s.cc.
References frequency.
Chroma::InlineStaggeredMakeSourceEnv::Params::Params | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 78 of file inline_make_source_s.cc.
References frequency, named_obj, param, Chroma::read(), and xml_file.
void Chroma::InlineStaggeredMakeSourceEnv::Params::writeXML | ( | XMLWriter & | xml_out, |
const std::string & | path | ||
) |
Definition at line 111 of file inline_make_source_s.cc.
References named_obj, param, Chroma::pop(), Chroma::push(), and Chroma::write().
Referenced by Chroma::InlineStaggeredMakeSourceEnv::InlineMeas::func().
unsigned long Chroma::InlineStaggeredMakeSourceEnv::Params::frequency |
Definition at line 32 of file inline_make_source_s.h.
Referenced by Chroma::InlineStaggeredMakeSourceEnv::InlineMeas::getFrequency(), and Params().
struct Chroma::InlineStaggeredMakeSourceEnv::Params::NamedObject_t Chroma::InlineStaggeredMakeSourceEnv::Params::named_obj |
Referenced by Chroma::InlineStaggeredMakeSourceEnv::InlineMeas::func(), Params(), and writeXML().
PropSourceConst_t Chroma::InlineStaggeredMakeSourceEnv::Params::param |
Definition at line 34 of file inline_make_source_s.h.
Referenced by Chroma::InlineStaggeredMakeSourceEnv::InlineMeas::func(), Params(), and writeXML().
std::string Chroma::InlineStaggeredMakeSourceEnv::Params::xml_file |
Definition at line 42 of file inline_make_source_s.h.
Referenced by Chroma::InlineStaggeredMakeSourceEnv::InlineMeas::operator()(), and Params().