change URI naming

This commit is contained in:
Marty Kraimer
2014-09-30 15:05:18 -04:00
parent a208171250
commit 36faf8c2ea
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ public:
*/
StructureConstPtr enumerated();
/** Create a structure that has an enumerated structure value field
* The id for the structure is "uri:ev4:nt/2014/pwd:NTEnum".
* The id for the structure is "ev4:nt:NTEnum:1.0".
* @param properties A comma separated list of properties.
* This is some combination of "alarm,timeStamp,display,control,valueAlarm".
* @return The const shared pointer to the structure.
+1 -1
View File
@@ -84,7 +84,7 @@ public:
PVStructurePtr enumerated(StringArray const &choices);
/**
* Create a structure that has an enumerated structure value field.
* The id for the structure is "uri:ev4:nt/2014/pwd:NTEnum".
* The id for the structure is "ev4:nt:NTEnum:1.0".
* @param choices This is a StringArray of choices.
* @param properties A comma separated list of properties.
* @return The const shared pointer to the structure.