Class ema_parser
Defined in File ema_parser.hpp
Inheritance Relationships
Base Types
public rcppsw::er::client< ema_parser >
(Template Class client)public rconfig::xml::xml_config_parser
Class Documentation
-
class ema_parser : public rcppsw::er::client<ema_parser>, public rconfig::xml::xml_config_parser
Parses XML configuration for relating to exponential moving averages (EMAs).
Public Types
-
using config_type = ema_config
Public Functions
-
inline ema_parser(void)
-
void parse(const ticpp::Element &node) override
-
bool validate(void) const override
-
inline std::string xml_root(void) const override
Public Static Attributes
-
static const std::string kXMLRoot = "ema"
The root tag that all ema configuration values should lie under in the XML tree.
-
using config_type = ema_config