DUECA/DUSIME
Loading...
Searching...
No Matches
Classes | Functions
XMLtoDCO.hxx File Reference

Conversion routines for XML to DCO. More...

Include dependency graph for XMLtoDCO.hxx:

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.
 

Detailed Description

Conversion routines for XML to DCO.

Function Documentation

◆ XMLtoDCO()

void dueca::XMLtoDCO ( const pugi::xml_node & reader,
CommObjectWriter & writer )

Convert the data from an XML stringbuffer to a DCO object.

Parameters
readerXML node value object.
writerDCO channel access object.
Exceptions
dueca::xmlcodeexceptionData cannot be interpreted as part of the dco object.