This is Unofficial EPICS BASE Doxygen Site
codec.h File Reference
#include <set>
#include <map>
#include <deque>
#include <shareLib.h>
#include <osiSock.h>
#include <epicsTime.h>
#include <epicsThread.h>
#include <epicsVersion.h>
#include <epicsAtomic.h>
#include <pv/byteBuffer.h>
#include <pv/pvType.h>
#include <pv/lock.h>
#include <pv/timer.h>
#include <pv/event.h>
#include <pv/likely.h>
#include <pv/pvaConstants.h>
#include <pv/remote.h>
#include <pv/security.h>
#include <pv/transportRegistry.h>
#include <pv/introspectionRegistry.h>
#include <pv/inetAddressUtil.h>
+ Include dependency graph for codec.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  epics::pvAccess::detail::AtomicValue< T >
 
class  epics::pvAccess::detail::AtomicValue< bool >
 
class  epics::pvAccess::detail::io_exception
 
class  epics::pvAccess::detail::invalid_data_stream_exception
 
class  epics::pvAccess::detail::connection_closed_exception
 
class  epics::pvAccess::detail::AbstractCodec
 
class  epics::pvAccess::detail::BlockingTCPTransportCodec
 
class  epics::pvAccess::detail::BlockingServerTCPTransportCodec
 
class  epics::pvAccess::detail::BlockingClientTCPTransportCodec
 

Namespaces

 epics
 TODO only here because of the Lockable.
 
 epics::pvAccess
 Holds all PVA related.
 
 epics::pvAccess::detail
 

Macros

#define FINAL
 
#define OVERRIDE
 

Enumerations

enum  epics::pvAccess::detail::ReadMode { epics::pvAccess::detail::NORMAL, epics::pvAccess::detail::SPLIT, epics::pvAccess::detail::SEGMENTED }
 
enum  epics::pvAccess::detail::WriteMode { epics::pvAccess::detail::PROCESS_SEND_QUEUE, epics::pvAccess::detail::WAIT_FOR_READY_SIGNAL }
 

Macro Definition Documentation

#define FINAL

Copyright - See the COPYRIGHT that is included with this distribution. pvAccessCPP is distributed subject to a Software License Agreement found in file LICENSE that is included with this distribution.

Definition at line 49 of file codec.h.

#define OVERRIDE

Definition at line 56 of file codec.h.