Added a new method to PVDataCreate that allows a PVStructure to be created from a PVField array where the elements have a null parent.

PVField::message was changed to pass the message to the top level field adding the field name at each level.
This commit is contained in:
Marty Kraimer
2011-04-15 14:21:55 -04:00
parent efdef77461
commit 3a00b879ee
24 changed files with 375 additions and 140 deletions
-1
View File
@@ -124,7 +124,6 @@ MonitorElement * MonitorQueue::getFree()
void MonitorQueue::setUsed(MonitorElement * element)
{
MonitorElementImpl *temp = static_cast<MonitorElementImpl*>(element);
MonitorQueueElement *queueElement = temp->getQueueElement();
queue->setUsed(temp->getQueueElement());
}