X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fstatistics%2FAccumulator.cpp;h=255489c1f361d3d05afb87b79c3c66a176c54400;hp=c3e3b2c09e0ce936522229381cbbedddf0a837e4;hb=3b2bc9873ddd3fa3418046fe6b1c320552d34b23;hpb=7a95a46884196bba99dec374276f229d84832a32 diff --git a/source/statistics/Accumulator.cpp b/source/statistics/Accumulator.cpp index c3e3b2c..255489c 100644 --- a/source/statistics/Accumulator.cpp +++ b/source/statistics/Accumulator.cpp @@ -395,7 +395,7 @@ anna::xml::Node* Accumulator::asXML(anna::xml::Node* parent, const int & numberO concept->createAttribute("Id", conceptId); concept->createAttribute("Description", conceptDescription); concept->createAttribute("Unit", conceptUnitDescription); - anna::xml::Node* data = concept->createChild("Data"); + anna::xml::Node* data = concept->createChild("Sample"); if(ptrConceptData->Size != 0) { data->createAttribute("Size", anna::functions::asString((anna::U64)ptrConceptData->Size)); @@ -440,7 +440,7 @@ anna::xml::Node* Accumulator::asXML(anna::xml::Node* parent, const int & numberO data->createAttribute("ProcessingRate", cad_aux); } } else { - concept->createAttribute("Data", "Not enough data to get statistics"); + concept->createAttribute("Sample", "Not enough data to get statistics"); } }