fixed bugs in implementation of montor; connection problems still exist

This commit is contained in:
Marty Kraimer
2014-08-07 08:02:53 -04:00
parent d6aa03815e
commit 9551b0e4c6
10 changed files with 152 additions and 224 deletions

View File

@@ -147,6 +147,7 @@ void ExampleLink::channelGetConnect(
{
this->status = status;
this->channelGet = channelGet;
getPVStructure = getPVDataCreate()->createPVStructure(structure);
event.signal();
}
@@ -157,7 +158,7 @@ void ExampleLink::getDone(
BitSetPtr const & bitSet)
{
this->status = status;
getPVStructure = pvStructure;
convert->copyStructure(pvStructure,getPVStructure);
this->bitSet = bitSet;
event.signal();
}