|
CHROMA
|
Parameter structure. More...
#include <inline_erase_obj.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 |
| struct Chroma::InlineEraseNamedObjEnv::Params::NamedObject_t | named_obj |
Parameter structure.
Definition at line 24 of file inline_erase_obj.h.
| Chroma::InlineEraseNamedObjEnv::Params::Params | ( | ) |
Definition at line 63 of file inline_erase_obj.cc.
References frequency.
| Chroma::InlineEraseNamedObjEnv::Params::Params | ( | XMLReader & | xml_in, |
| const std::string & | path | ||
| ) |
Definition at line 65 of file inline_erase_obj.cc.
References frequency, named_obj, and Chroma::InlineEraseNamedObjEnv::read().
| void Chroma::InlineEraseNamedObjEnv::Params::writeXML | ( | XMLWriter & | xml_out, |
| const std::string & | path | ||
| ) |
Definition at line 88 of file inline_erase_obj.cc.
References named_obj, Chroma::pop(), Chroma::push(), and Chroma::InlineEraseNamedObjEnv::write().
| unsigned long Chroma::InlineEraseNamedObjEnv::Params::frequency |
Definition at line 30 of file inline_erase_obj.h.
Referenced by Chroma::InlineEraseNamedObjEnv::InlineMeas::getFrequency(), and Params().
| struct Chroma::InlineEraseNamedObjEnv::Params::NamedObject_t Chroma::InlineEraseNamedObjEnv::Params::named_obj |
Referenced by Chroma::InlineEraseNamedObjEnv::InlineMeas::operator()(), Params(), and writeXML().