major changes to monitor. Bug in Convert::copyScalar (change every break to rerurn); minor change to StandardPVField and queueVoid

This commit is contained in:
Marty Kraimer
2011-04-05 08:37:16 -04:00
parent 617871ece9
commit 323a2d7321
8 changed files with 230 additions and 88 deletions
-1
View File
@@ -223,7 +223,6 @@ PVStructure * StandardPVField::enumeratedValue(PVStructure *parent,
PVStringArray *pvChoices = static_cast<PVStringArray *>(pvScalarArray);
pvChoices->put(0,number,choices,0);
return pvStructure;
return pvDataCreate->createPVStructure(parent,field);
}
PVStructure * StandardPVField::alarm(PVStructure *parent)