|
|
::std::ostream & | pvac::operator<< (::std::ostream &strm, const Operation &op) |
| |
|
::std::ostream & | pvac::operator<< (::std::ostream &strm, const Monitor &op) |
| |
|
::std::ostream & | pvac::operator<< (::std::ostream &strm, const ClientChannel &op) |
| |
|
::std::ostream & | pvac::operator<< (::std::ostream &strm, const ClientProvider &op) |
| |
| detail::PutBuilder | pvac::ClientChannel::put (const epics::pvData::PVStructure::const_shared_pointer &pvRequest=epics::pvData::PVStructure::const_shared_pointer()) |
| | Synchronious put operation.
|
| |
PVAccess network client (or other epics::pvAccess::ChannelProvider)
Usage:
- Construct a ClientProvider
- Use the ClientProvider to obtain a ClientChannel
- Use the ClientChannel to begin an get, put, rpc, or monitor operation
Code examples
◆ put()
| detail::PutBuilder pvac::ClientChannel::put |
( |
const epics::pvData::PVStructure::const_shared_pointer & | pvRequest = epics::pvData::PVStructure::const_shared_pointer() | ) |
|
|
inline |
Synchronious put operation.
Definition at line 574 of file client.h.