PipelineMonitor instead of epics::pvData::Monitor

This commit is contained in:
Matej Sekoranja
2015-10-15 20:59:15 +02:00
parent b381d84e64
commit 5884d5b778
7 changed files with 58 additions and 20 deletions

View File

@@ -2406,11 +2406,6 @@ namespace epics {
}
}
virtual void reportRemoteQueueStatus(int32 /*freeElements*/)
{
// noop for the client
}
virtual void send(ByteBuffer* buffer, TransportSendControl* control) {
control->startMessage((int8)CMD_MONITOR, 9);
buffer->putInt(m_channel->getServerChannelID());
@@ -2782,11 +2777,6 @@ namespace epics {
m_monitorStrategy->release(monitorElement);
}
virtual void reportRemoteQueueStatus(int32 freeElements)
{
m_monitorStrategy->reportRemoteQueueStatus(freeElements);
}
virtual void lock()
{
// noop