DUECA/DUSIME
|
Conversion routines for XML to DCO. More...
Classes | |
struct | dueca::xmldecodeexception |
Exception type thrown when XML data cannot be fitted in a given DCO object. More... | |
Functions | |
void | dueca::XMLtoDCO (const pugi::xml_node &reader, CommObjectWriter &writer) |
Convert the data from an XML stringbuffer to a DCO object. | |
Conversion routines for XML to DCO.
void dueca::XMLtoDCO | ( | const pugi::xml_node & | reader, |
CommObjectWriter & | writer ) |
Convert the data from an XML stringbuffer to a DCO object.
reader | XML node value object. |
writer | DCO channel access object. |
dueca::xmlcodeexception | Data cannot be interpreted as part of the dco object. |