pipeline support

This commit is contained in:
Matej Sekoranja
2015-04-29 15:17:54 -04:00
parent c492406d57
commit 197f763452
14 changed files with 2569 additions and 20 deletions

View File

@@ -1444,6 +1444,10 @@ void CAChannelMonitor::release(epics::pvData::MonitorElementPtr const & /*monito
// noop
}
void CAChannelMonitor::reportRemoteQueueStatus(int32 /*freeElements*/)
{
// noop
}
/* --------------- epics::pvData::ChannelRequest --------------- */