|
CHROMA
|
Parameter structure. More...
#include <inline_szin_read_obj.h>
Classes | |
| struct | File_t |
| struct | NamedObject_t |
Public Member Functions | |
| Params () | |
| Params (XMLReader &xml_in, const std::string &path) | |
Public Attributes | |
| unsigned long | frequency |
| struct Chroma::InlineSZINReadNamedObjEnv::Params::NamedObject_t | named_obj |
| struct Chroma::InlineSZINReadNamedObjEnv::Params::File_t | file |
Parameter structure.
Definition at line 24 of file inline_szin_read_obj.h.
| Chroma::InlineSZINReadNamedObjEnv::Params::Params | ( | ) |
Definition at line 67 of file inline_szin_read_obj.cc.
References frequency.
| Chroma::InlineSZINReadNamedObjEnv::Params::Params | ( | XMLReader & | xml_in, |
| const std::string & | path | ||
| ) |
Definition at line 69 of file inline_szin_read_obj.cc.
References file, frequency, named_obj, and Chroma::InlineSZINReadNamedObjEnv::read().
| struct Chroma::InlineSZINReadNamedObjEnv::Params::File_t Chroma::InlineSZINReadNamedObjEnv::Params::file |
Referenced by Chroma::InlineSZINReadNamedObjEnv::InlineMeas::operator()(), and Params().
| unsigned long Chroma::InlineSZINReadNamedObjEnv::Params::frequency |
Definition at line 29 of file inline_szin_read_obj.h.
Referenced by Chroma::InlineSZINReadNamedObjEnv::InlineMeas::getFrequency(), and Params().
| struct Chroma::InlineSZINReadNamedObjEnv::Params::NamedObject_t Chroma::InlineSZINReadNamedObjEnv::Params::named_obj |
Referenced by Chroma::InlineSZINReadNamedObjEnv::InlineMeas::operator()(), and Params().