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:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user