From 9c7cd05437e47f17a07b5e788d6636609cfd87d9 Mon Sep 17 00:00:00 2001 From: dhickin Date: Tue, 23 Sep 2014 11:02:13 +0100 Subject: [PATCH] Correct a field name in NTNDArray (attribute.description->attribute.descriptor). --- src/nt/ntndarray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nt/ntndarray.cpp b/src/nt/ntndarray.cpp index 6b7f278..e3aef97 100644 --- a/src/nt/ntndarray.cpp +++ b/src/nt/ntndarray.cpp @@ -91,7 +91,7 @@ StructureConstPtr NTNDArrayBuilder::createStructure() attributeStruc = fb->setId(ntAttrStr)-> add("name", pvString)-> add("value", fieldCreate->createVariantUnion())-> - add("description", pvString)-> + add("descriptor", pvString)-> add("sourceType", pvInt)-> add("source", pvString)-> createStructure();