12 #if defined __cplusplus
53 if( strcmp(
"axes", XMLChild->
name ) == 0 ) {
55 else if( strcmp( wLabel, XMLChild->
name ) == 0 ) {
60 "invalid element '%s' in xData = 'W_XYs'", XMLChild->
name );
77 double accuracy,
value;
83 return(
xDataXML_XYsDataToTOM( smr, XE, XYs, index, length, value, accuracy,
xDataTOM_subAxesType_proxy, axesOffset, axes, NULL ) );
86 #if defined __cplusplus