|
static exampleStateChangeRequesterPtr | create () |
|
Definition at line 47 of file pvaSDDS.h.
◆ exampleStateChangeRequester()
exampleStateChangeRequester::exampleStateChangeRequester |
( |
| ) |
|
|
inline |
◆ channelStateChange()
virtual void exampleStateChangeRequester::channelStateChange |
( |
epics::pvaClient::PvaClientChannelPtr const & | channel, |
|
|
bool | isConnected ) |
|
inlinevirtual |
Definition at line 59 of file pvaSDDS.h.
59 {
60 if (isConnected)
61 fprintf(stdout, "StateChange: %s is connected\n", channel->getChannelName().c_str());
62 else
63 fprintf(stdout, "StateChange: %s is not connected\n", channel->getChannelName().c_str());
64 }
◆ create()
static exampleStateChangeRequesterPtr exampleStateChangeRequester::create |
( |
| ) |
|
|
inlinestatic |
Definition at line 54 of file pvaSDDS.h.
54 {
56 return client;
57 }
The documentation for this class was generated from the following file: