|
CHROMA
|
Parameter structure. More...
#include <inline_sink_smear_w.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 |
| PropSinkSmear_t | param |
| struct Chroma::InlineSinkSmearEnv::Params::NamedObject_t | named_obj |
Parameter structure.
Definition at line 25 of file inline_sink_smear_w.h.
| Chroma::InlineSinkSmearEnv::Params::Params | ( | ) |
Definition at line 74 of file inline_sink_smear_w.cc.
References frequency.
| Chroma::InlineSinkSmearEnv::Params::Params | ( | XMLReader & | xml_in, |
| const std::string & | path | ||
| ) |
Definition at line 76 of file inline_sink_smear_w.cc.
References frequency, named_obj, param, and Chroma::read().
| void Chroma::InlineSinkSmearEnv::Params::writeXML | ( | XMLWriter & | xml_out, |
| const std::string & | path | ||
| ) |
Definition at line 102 of file inline_sink_smear_w.cc.
References named_obj, param, Chroma::pop(), Chroma::push(), and Chroma::write().
Referenced by Chroma::InlineSinkSmearEnv::InlineMeas::operator()().
| unsigned long Chroma::InlineSinkSmearEnv::Params::frequency |
Definition at line 31 of file inline_sink_smear_w.h.
Referenced by Chroma::InlineSinkSmearEnv::InlineMeas::getFrequency(), and Params().
| struct Chroma::InlineSinkSmearEnv::Params::NamedObject_t Chroma::InlineSinkSmearEnv::Params::named_obj |
Referenced by Chroma::InlineSinkSmearEnv::InlineMeas::operator()(), Params(), and writeXML().
| PropSinkSmear_t Chroma::InlineSinkSmearEnv::Params::param |
Definition at line 33 of file inline_sink_smear_w.h.
Referenced by Chroma::InlineSinkSmearEnv::InlineMeas::operator()(), Params(), and writeXML().