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§
- Class
Name - Ctrl
Enum - Ctrl
Float - CtrlInt
- Ctrl
String - GrEnum
- GrFloat
- GrInt
- GrString
- PutAcks
- PutAckt
- Sts
- Stsack
String - Time
- Units
Constants§
Traits§
- Read
Request - Request that reads some data from channel.
- Request
- Abstract request to channel.
- Typed
Request - Request that stores value of specific type (along with optional metadata).
- Write
Request - Request that writes some data to channel.