|
NSCL DDAS
1.0
Support for XIA DDAS at the NSCL
|
: Implement the settings writer class. More...
#include "XMLSettingsWriter.h"#include <tinyxml2.h>#include <stdio.h>#include <errno.h>#include <stdexcept>#include <sstream>#include <iomanip>Functions | |
| template<class T > | |
| void | DDAS::writeValueElement (tinyxml2::XMLPrinter &p, const char *elname, T &value) |
| template<class T > | |
| void | DDAS::writeUnitsValueElement (tinyxml2::XMLPrinter &p, const char *elname, const char *units, T &value) |
: Implement the settings writer class.
1.8.8