#include <Ice.h>
|
virtual | ~Agent () |
|
virtual void | add_endpoint (DCPS::WeakRcHandle< Endpoint > a_endpoint)=0 |
|
virtual void | remove_endpoint (DCPS::WeakRcHandle< Endpoint > a_endpoint)=0 |
|
virtual AgentInfo | get_local_agent_info (DCPS::WeakRcHandle< Endpoint > a_endpoint) const =0 |
|
virtual void | add_local_agent_info_listener (DCPS::WeakRcHandle< Endpoint > a_endpoint, const DCPS::GUID_t &a_local_guid, DCPS::WeakRcHandle< AgentInfoListener > a_agent_info_listener)=0 |
|
virtual void | remove_local_agent_info_listener (DCPS::WeakRcHandle< Endpoint > a_endpoint, const DCPS::GUID_t &a_local_guid)=0 |
|
virtual void | start_ice (DCPS::WeakRcHandle< Endpoint > a_endpoint, const DCPS::GUID_t &a_local_guid, const DCPS::GUID_t &a_remote_guid, const AgentInfo &a_remote_agent_info)=0 |
|
virtual void | stop_ice (DCPS::WeakRcHandle< Endpoint > a_endpoint, const DCPS::GUID_t &a_local_guid, const DCPS::GUID_t &a_remote_guid)=0 |
|
virtual ACE_INET_Addr | get_address (DCPS::WeakRcHandle< Endpoint > a_endpoint, const DCPS::GUID_t &a_local_guid, const DCPS::GUID_t &a_remote_guid) const =0 |
|
virtual void | receive (DCPS::WeakRcHandle< Endpoint > a_endpoint, const ACE_INET_Addr &a_local_address, const ACE_INET_Addr &a_remote_address, const STUN::Message &a_message)=0 |
|
virtual void | shutdown ()=0 |
|
virtual | ~RcObject () |
|
virtual void | _add_ref () |
|
virtual void | _remove_ref () |
|
long | ref_count () const |
|
WeakObject * | _get_weak_object () const |
|
Definition at line 178 of file RTPS/ICE/Ice.h.
◆ ~Agent()
virtual OpenDDS::ICE::Agent::~Agent |
( |
| ) |
|
|
inlinevirtual |
◆ add_endpoint()
◆ add_local_agent_info_listener()
◆ get_address()
◆ get_local_agent_info()
◆ instance()
◆ receive()
◆ remove_endpoint()
◆ remove_local_agent_info_listener()
◆ shutdown()
virtual void OpenDDS::ICE::Agent::shutdown |
( |
| ) |
|
|
pure virtual |
◆ start_ice()
◆ stop_ice()
The documentation for this class was generated from the following files: