#include "responseHandlers.h"
Definition at line 94 of file responseHandlers.h.
Definition at line 96 of file responseHandlers.h.
98 toEcho.resize(payloadSize);
99 payloadBuffer.
getArray(&toEcho[0], payloadSize);
void getArray(T *values, std::size_t count)
virtual epics::pvAccess::EchoTransportSender::~EchoTransportSender |
( |
| ) |
|
|
inlinevirtual |
Called by transport. By this call transport gives callee ownership over the buffer. Calls on TransportSendControl
instance must be made from calling thread. Moreover, ownership is valid only for the time of call of this method. NOTE: these limitations allow efficient implementation.
Implements epics::pvAccess::TransportSender.
Definition at line 104 of file responseHandlers.h.
105 control->startMessage(
CMD_ECHO, toEcho.size(), toEcho.size());
106 control->setRecipient(_echoFrom);
107 buffer->
putArray<
char>(&toEcho[0], toEcho.size());
void putArray(const T *values, std::size_t count)
The documentation for this class was generated from the following file: