Class waveform_parser

Inheritance Relationships

Base Types

  • public rcppsw::er::client< waveform_parser > (Template Class client)

  • public rconfig::xml::xml_config_parser

Class Documentation

class waveform_parser : public rcppsw::er::client<waveform_parser>, public rconfig::xml::xml_config_parser

Parses XML configuration related to temporal waveform generation into waveform_config.

Any configuration values not present under the kXMLRoot will be given a value of -1.0.

Public Types

using config_type = waveform_config

Public Functions

inline waveform_parser(void)
void parse(const ticpp::Element &node) override
inline std::string xml_root(void) const override

Public Static Attributes

static const std::string kXMLRoot = "waveform"

The XML tag that all configration values should appear under.