|
| POINTER_DEFINITIONS (exampleGetRequester) |
|
virtual void | channelGetConnect (const epics::pvData::Status &status, epics::pvaClient::PvaClientGetPtr const &clientGet) |
|
virtual void | getDone (const epics::pvData::Status &status, epics::pvaClient::PvaClientGetPtr const &clientGet) |
|
|
static exampleGetRequesterPtr | create () |
|
Definition at line 67 of file pvaSDDS.h.
◆ exampleGetRequester()
exampleGetRequester::exampleGetRequester |
( |
| ) |
|
|
inline |
◆ channelGetConnect()
virtual void exampleGetRequester::channelGetConnect |
( |
const epics::pvData::Status & | status, |
|
|
epics::pvaClient::PvaClientGetPtr const & | clientGet ) |
|
inlinevirtual |
Definition at line 79 of file pvaSDDS.h.
80 {
81 fprintf(stdout, "ChannelGetConnected: status=%s %s\n",
82 epics::pvData::Status::StatusTypeName[status.getType()],
83 clientGet->getPvaClientChannel()->getChannelName().c_str());
84 }
◆ create()
static exampleGetRequesterPtr exampleGetRequester::create |
( |
| ) |
|
|
inlinestatic |
Definition at line 74 of file pvaSDDS.h.
74 {
76 return client;
77 }
◆ getDone()
virtual void exampleGetRequester::getDone |
( |
const epics::pvData::Status & | status, |
|
|
epics::pvaClient::PvaClientGetPtr const & | clientGet ) |
|
inlinevirtual |
Definition at line 85 of file pvaSDDS.h.
86 {
87 fprintf(stdout, "GetDone: status=%s %s\n",
88 epics::pvData::Status::StatusTypeName[status.getType()],
89 clientGet->getPvaClientChannel()->getChannelName().c_str());
90 }
The documentation for this class was generated from the following file: