CHROMA
|
Parameter structure. More...
#include <inline_prop_distillation_w.h>
Classes | |
struct | NamedObject_t |
struct | Param_t |
Public Member Functions | |
Params () | |
Params (XMLReader &xml_in, const std::string &path) | |
Public Attributes | |
unsigned long | frequency |
Param_t | param |
NamedObject_t | named_obj |
std::string | xml_file |
Parameter structure.
Definition at line 25 of file inline_prop_distillation_w.h.
Chroma::InlinePropDistillationEnv::Params::Params | ( | ) |
Definition at line 419 of file inline_prop_distillation_w.cc.
References frequency.
Chroma::InlinePropDistillationEnv::Params::Params | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 421 of file inline_prop_distillation_w.cc.
References frequency, named_obj, param, Chroma::InlinePropDistillationEnv::read(), and xml_file.
unsigned long Chroma::InlinePropDistillationEnv::Params::frequency |
Definition at line 30 of file inline_prop_distillation_w.h.
Referenced by Chroma::InlinePropDistillationEnv::InlineMeas::getFrequency(), and Params().
NamedObject_t Chroma::InlinePropDistillationEnv::Params::named_obj |
Definition at line 56 of file inline_prop_distillation_w.h.
Referenced by Chroma::InlinePropDistillationEnv::InlineMeas::func(), Params(), and Chroma::InlinePropDistillationEnv::write().
Param_t Chroma::InlinePropDistillationEnv::Params::param |
Definition at line 55 of file inline_prop_distillation_w.h.
Referenced by Chroma::InlinePropDistillationEnv::InlineMeas::func(), Params(), and Chroma::InlinePropDistillationEnv::write().
std::string Chroma::InlinePropDistillationEnv::Params::xml_file |
Alternate XML file pattern
Definition at line 57 of file inline_prop_distillation_w.h.
Referenced by Chroma::InlinePropDistillationEnv::InlineMeas::operator()(), and Params().