pvAccessCPP  7.1.1
Public Member Functions | List of all members
epics::pvAccess::TransportSendControl Class Referenceabstract

Interface defining transport send control. More...

#include <remote/pv/remote.h>

Inheritance diagram for epics::pvAccess::TransportSendControl:
Inheritance graph
[legend]
Collaboration diagram for epics::pvAccess::TransportSendControl:
Collaboration graph
[legend]

Public Member Functions

 POINTER_DEFINITIONS (TransportSendControl)
 
virtual void startMessage (epics::pvData::int8 command, std::size_t ensureCapacity, epics::pvData::int32 payloadSize=0)=0
 
virtual void endMessage ()=0
 
virtual void flush (bool lastMessageCompleted)=0
 
virtual void setRecipient (osiSockAddr const &sendTo)=0
 
virtual void flushSerializeBuffer ()=0
 
virtual void ensureBuffer (std::size_t size)=0
 
virtual void alignBuffer (std::size_t alignment)=0
 
virtual bool directSerialize (ByteBuffer *existingBuffer, const char *toSerialize, std::size_t elementCount, std::size_t elementSize)=0
 
virtual void cachedSerialize (std::tr1::shared_ptr< const Field > const &field, ByteBuffer *buffer)=0
 

Detailed Description

Interface defining transport send control.

Definition at line 120 of file remote.h.


The documentation for this class was generated from the following file: