Class ema_parser

Inheritance Relationships

Base Types

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.