|
CHROMA
|
Parameter structure. More...
#include <inline_prop_distillation_stoch_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_stoch_w.h.
| Chroma::InlinePropDistillationStochEnv::Params::Params | ( | ) |
Definition at line 415 of file inline_prop_distillation_stoch_w.cc.
References frequency.
| Chroma::InlinePropDistillationStochEnv::Params::Params | ( | XMLReader & | xml_in, |
| const std::string & | path | ||
| ) |
Definition at line 417 of file inline_prop_distillation_stoch_w.cc.
References frequency, named_obj, param, Chroma::InlinePropDistillationStochEnv::read(), and xml_file.
| unsigned long Chroma::InlinePropDistillationStochEnv::Params::frequency |
Definition at line 30 of file inline_prop_distillation_stoch_w.h.
Referenced by Chroma::InlinePropDistillationStochEnv::InlineMeas::getFrequency(), and Params().
| NamedObject_t Chroma::InlinePropDistillationStochEnv::Params::named_obj |
Definition at line 58 of file inline_prop_distillation_stoch_w.h.
Referenced by Chroma::InlinePropDistillationStochEnv::InlineMeas::func(), Params(), and Chroma::InlinePropDistillationStochEnv::write().
| Param_t Chroma::InlinePropDistillationStochEnv::Params::param |
Definition at line 57 of file inline_prop_distillation_stoch_w.h.
Referenced by Chroma::InlinePropDistillationStochEnv::InlineMeas::func(), Params(), and Chroma::InlinePropDistillationStochEnv::write().
| std::string Chroma::InlinePropDistillationStochEnv::Params::xml_file |
Alternate XML file pattern
Definition at line 59 of file inline_prop_distillation_stoch_w.h.
Referenced by Chroma::InlinePropDistillationStochEnv::InlineMeas::operator()(), and Params().