![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Inheritance diagram for epics::pvAccess::RPCChannel:
Collaboration diagram for epics::pvAccess::RPCChannel:Public Member Functions | |
| POINTER_DEFINITIONS (RPCChannel) | |
| RPCChannel (ChannelProvider::shared_pointer const &provider, string const &channelName, ChannelRequester::shared_pointer const &channelRequester, RPCServiceAsync::shared_pointer const &rpcService) | |
| virtual | ~RPCChannel () |
| virtual std::tr1::shared_ptr< ChannelProvider > | getProvider () |
| virtual std::string | getRemoteAddress () |
| virtual ConnectionState | getConnectionState () |
| virtual std::string | getChannelName () |
| virtual std::tr1::shared_ptr< ChannelRequester > | getChannelRequester () |
| virtual AccessRights | getAccessRights (epics::pvData::PVField::shared_pointer const &) |
| virtual ChannelRPC::shared_pointer | createChannelRPC (ChannelRPCRequester::shared_pointer const &channelRPCRequester, epics::pvData::PVStructure::shared_pointer const &) |
| virtual void | printInfo (std::ostream &out) |
| virtual string | getRequesterName () |
| virtual void | destroy () |
Public Member Functions inherited from epics::pvAccess::Channel | |
| POINTER_DEFINITIONS (Channel) | |
| Channel () | |
| virtual | ~Channel () |
| virtual void | message (std::string const &message, epics::pvData::MessageType messageType) |
| virtual bool | isConnected () |
| virtual void | getField (GetFieldRequester::shared_pointer const &requester, std::string const &subField) |
| virtual ChannelProcess::shared_pointer | createChannelProcess (ChannelProcessRequester::shared_pointer const &requester, epics::pvData::PVStructure::shared_pointer const &pvRequest) |
| virtual ChannelGet::shared_pointer | createChannelGet (ChannelGetRequester::shared_pointer const &requester, epics::pvData::PVStructure::shared_pointer const &pvRequest) |
| virtual ChannelPut::shared_pointer | createChannelPut (ChannelPutRequester::shared_pointer const &requester, epics::pvData::PVStructure::shared_pointer const &pvRequest) |
| virtual ChannelPutGet::shared_pointer | createChannelPutGet (ChannelPutGetRequester::shared_pointer const &requester, epics::pvData::PVStructure::shared_pointer const &pvRequest) |
| virtual Monitor::shared_pointer | createMonitor (MonitorRequester::shared_pointer const &requester, epics::pvData::PVStructure::shared_pointer const &pvRequest) |
| virtual ChannelArray::shared_pointer | createChannelArray (ChannelArrayRequester::shared_pointer const &requester, epics::pvData::PVStructure::shared_pointer const &pvRequest) |
| virtual void | printInfo () |
Public Member Functions inherited from epics::pvAccess::Requester | |
| POINTER_DEFINITIONS (Requester) | |
| virtual | ~Requester () |
| virtual void | message (std::string const &message, MessageType messageType=errorMessage) |
Public Member Functions inherited from epics::pvAccess::Destroyable | |
| POINTER_DEFINITIONS (Destroyable) | |
Additional Inherited Members | |
Public Types inherited from epics::pvAccess::Channel | |
| enum | ConnectionState { NEVER_CONNECTED, CONNECTED, DISCONNECTED, DESTROYED } |
| typedef ChannelRequester | requester_type |
Static Public Attributes inherited from epics::pvAccess::Channel | |
| static size_t | num_instances |
| static const char * | ConnectionStateNames [] = { "NEVER_CONNECTED", "CONNECTED", "DISCONNECTED", "DESTROYED" } |
Protected Member Functions inherited from epics::pvAccess::Destroyable | |
| virtual | ~Destroyable () |
Definition at line 117 of file rpcServer.cpp.
|
inline |
Definition at line 134 of file rpcServer.cpp.
|
inlinevirtual |
Definition at line 146 of file rpcServer.cpp.
|
inlinevirtual |
Initiate a request for a RPC action.
ChannelRPCRequester::channelRPCConnect() may be called before createChannelRPC() returns, or at some time afterwards.
Failure is indicated by a call to channelProcessConnect with !Error::isOk()
Reimplemented from epics::pvAccess::Channel.
Definition at line 184 of file rpcServer.cpp.
|
inlinevirtual |
Destroy this instance.
Implements epics::pvAccess::Destroyable.
Definition at line 223 of file rpcServer.cpp.
|
inlinevirtual |
Not useful...
| pvField | The field for which access rights is desired. |
Reimplemented from epics::pvAccess::Channel.
Definition at line 179 of file rpcServer.cpp.
|
inlinevirtual |
The name passed to ChannelProvider::createChannel()
Implements epics::pvAccess::Channel.
Definition at line 169 of file rpcServer.cpp.
|
inlinevirtual |
The ChannelRequester passed to ChannelProvider::createChannel()
| std::tr1::bad_weak_ptr |
Implements epics::pvAccess::Channel.
Definition at line 174 of file rpcServer.cpp.
|
inlinevirtual |
Poll the connection state in more detail
Reimplemented from epics::pvAccess::Channel.
Definition at line 162 of file rpcServer.cpp.
|
inlinevirtual |
The ChannelProvider from which this Channel was requested. May never be NULL.
Implements epics::pvAccess::Channel.
Definition at line 151 of file rpcServer.cpp.
|
inlinevirtual |
Returns the channel's remote address, signal name, etc... For example:
The value returned here will changed depending on the connection status. A disconnected channel should return an empty() string.
Implements epics::pvAccess::Channel.
Definition at line 156 of file rpcServer.cpp.
|
inlinevirtual |
The requester must have a name.
Reimplemented from epics::pvAccess::Channel.
Definition at line 218 of file rpcServer.cpp.
| epics::pvAccess::RPCChannel::POINTER_DEFINITIONS | ( | RPCChannel | ) |
|
inlinevirtual |
Prints detailed information about the context to the specified output stream.
| out | the output stream. |
Reimplemented from epics::pvAccess::Channel.
Definition at line 209 of file rpcServer.cpp.