Module request

Module request 

Source
Expand description

Different types of requests Channel Access communicates with PVs via requests. PV receive read request and respond with write request.

There are typed requests that contain typed items. Such requsts are DST for array PVs as they can contain arbitrary number of items.

Structs§

ClassName
CtrlEnum
CtrlFloat
CtrlInt
CtrlString
GrEnum
GrFloat
GrInt
GrString
PutAcks
PutAckt
Sts
StsackString
Time
Units

Constants§

MAX_ENUM_STATES
MAX_ENUM_STRING_SIZE
MAX_UNITS_SIZE

Traits§

ReadRequest
Request that reads some data from channel.
Request
Abstract request to channel.
TypedRequest
Request that stores value of specific type (along with optional metadata).
WriteRequest
Request that writes some data to channel.