|
Open Model Railroad Network (OpenMRN)
|
Standalone utility class for generating the XML representation of the node configuration structure. More...
#include <CDIXMLGenerator.hxx>
Static Public Member Functions | |
| template<class ConfigDef > | |
| static bool | create_config_descriptor_xml (const ConfigDef &config, const char *filename, openlcb::SimpleStackBase *stack=nullptr) |
| Creates the XML representation of the configuration structure and saves it to a file on the filesystem. | |
Standalone utility class for generating the XML representation of the node configuration structure.
This is primarily used in Arduino environments.
Definition at line 43 of file CDIXMLGenerator.hxx.
|
inlinestatic |
Creates the XML representation of the configuration structure and saves it to a file on the filesystem.
Definition at line 65 of file CDIXMLGenerator.hxx.