8 #ifndef CARMA_MONITOR_THREHOLDFILEWRITER_H
9 #define CARMA_MONITOR_THREHOLDFILEWRITER_H
20 class MonitorPointThreshold;
47 const MonitorPointThreshold &threshold);
57 const std::map<std::string, std::string> &attributes,
58 bool includeEndl =
true);
void createEndTag(bool needIndent=true)
create end tag for the xml
void createStartTag(const std::string &tagName, const std::map< std::string, std::string > &attributes, bool includeEndl=true)
create the start tag for the xml
void createXmlFile()
creates the xml file by iterating through the monitor points
A class that will allow you to write out the set threshold values for the monitor system into an xml ...
Abstract base class for a monitor point.
Monitor system base class.
void addPoint(const MonitorPoint &point, const MonitorPointThreshold &threshold)
method for writing out [Monitor/Sense/Control]Point information