CHROMA
|
Parameter structure. More...
#include <inline_disco_eoprec_w.h>
Classes | |
struct | NamedObject_t |
struct | Param_t |
Public Member Functions | |
Params () | |
Params (XMLReader &xml_in, const std::string &path) | |
void | write (XMLWriter &xml_out, const std::string &path) |
Public Attributes | |
unsigned long | frequency |
struct Chroma::InlineDiscoEOPrecEnv::Params::Param_t | param |
struct Chroma::InlineDiscoEOPrecEnv::Params::NamedObject_t | named_obj |
std::string | xml_file |
Parameter structure.
Definition at line 27 of file inline_disco_eoprec_w.h.
Chroma::InlineDiscoEOPrecEnv::Params::Params | ( | ) |
Definition at line 146 of file inline_disco_eoprec_w.cc.
References frequency.
Chroma::InlineDiscoEOPrecEnv::Params::Params | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 150 of file inline_disco_eoprec_w.cc.
References frequency, named_obj, param, Chroma::InlineDiscoEOPrecEnv::read(), and xml_file.
void Chroma::InlineDiscoEOPrecEnv::Params::write | ( | XMLWriter & | xml_out, |
const std::string & | path | ||
) |
Definition at line 180 of file inline_disco_eoprec_w.cc.
References named_obj, param, Chroma::pop(), Chroma::push(), and Chroma::InlineDiscoEOPrecEnv::write().
Referenced by Chroma::InlineDiscoEOPrecEnv::InlineMeas::func().
unsigned long Chroma::InlineDiscoEOPrecEnv::Params::frequency |
Definition at line 32 of file inline_disco_eoprec_w.h.
Referenced by Chroma::InlineDiscoEOPrecEnv::InlineMeas::getFrequency(), and Params().
struct Chroma::InlineDiscoEOPrecEnv::Params::NamedObject_t Chroma::InlineDiscoEOPrecEnv::Params::named_obj |
Referenced by Chroma::InlineDiscoEOPrecEnv::InlineMeas::func(), Params(), and write().
struct Chroma::InlineDiscoEOPrecEnv::Params::Param_t Chroma::InlineDiscoEOPrecEnv::Params::param |
Referenced by Chroma::InlineDiscoEOPrecEnv::InlineMeas::func(), Params(), and write().
std::string Chroma::InlineDiscoEOPrecEnv::Params::xml_file |
Definition at line 52 of file inline_disco_eoprec_w.h.
Referenced by Chroma::InlineDiscoEOPrecEnv::InlineMeas::operator()(), and Params().