OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <Ice.h>
Public Types | |
typedef CandidatesType::const_iterator | const_iterator |
Public Member Functions | |
AgentInfo () | |
typedef | OPENDDS_VECTOR (Candidate) CandidatesType |
const_iterator | begin () const |
const_iterator | end () const |
bool | operator== (const AgentInfo &other) const |
bool | operator!= (const AgentInfo &other) const |
Public Attributes | |
CandidatesType | candidates |
AgentType | type |
std::string | username |
std::string | password |
typedef CandidatesType::const_iterator OpenDDS::ICE::AgentInfo::const_iterator |
|
inline |
Definition at line 69 of file Ice.h.
References OpenDDS::ICE::OPENDDS_VECTOR().
|
inline |
Definition at line 81 of file Ice.h.
Referenced by OpenDDS::ICE::Checklist::get_local_candidate(), and OpenDDS::ICE::Checklist::get_remote_candidate().
|
inline |
Definition at line 85 of file Ice.h.
Referenced by OpenDDS::ICE::Checklist::get_local_candidate(), and OpenDDS::ICE::Checklist::get_remote_candidate().
typedef OpenDDS::ICE::AgentInfo::OPENDDS_VECTOR | ( | Candidate | ) |
|
inline |
Definition at line 97 of file Ice.h.
References OPENDDS_END_VERSIONED_NAMESPACE_DECL, OpenDDS::ICE::OPENDDS_MAP(), and OPENDDS_STRING.
|
inline |
CandidatesType OpenDDS::ICE::AgentInfo::candidates |
Definition at line 74 of file Ice.h.
Referenced by OpenDDS::ICE::Checklist::generate_candidate_pairs(), OpenDDS::ICE::Checklist::generate_triggered_check(), operator==(), OpenDDS::ICE::EndpointManager::regenerate_agent_info(), OpenDDS::ICE::Checklist::success_response(), and OpenDDS::RTPS::ParameterListConverter::to_param_list().
std::string OpenDDS::ICE::AgentInfo::password |
Definition at line 78 of file Ice.h.
Referenced by OpenDDS::ICE::EndpointManager::change_password(), OpenDDS::ICE::ConnectivityCheck::ConnectivityCheck(), OpenDDS::ICE::Checklist::do_next_check(), OpenDDS::ICE::Checklist::execute(), OpenDDS::RTPS::ParameterListConverter::from_param_list(), OpenDDS::ICE::EndpointManager::indication(), OpenDDS::ICE::EndpointManager::make_bad_request_error_response(), OpenDDS::ICE::EndpointManager::make_unauthorized_error_response(), OpenDDS::ICE::EndpointManager::make_unknown_attributes_error_response(), operator==(), OpenDDS::ICE::EndpointManager::request(), OpenDDS::ICE::EndpointManager::start_ice(), and OpenDDS::RTPS::ParameterListConverter::to_param_list().
AgentType OpenDDS::ICE::AgentInfo::type |
Definition at line 75 of file Ice.h.
Referenced by OpenDDS::ICE::EndpointManager::EndpointManager(), OpenDDS::RTPS::ParameterListConverter::from_param_list(), operator==(), and OpenDDS::RTPS::ParameterListConverter::to_param_list().
std::string OpenDDS::ICE::AgentInfo::username |
Definition at line 77 of file Ice.h.
Referenced by OpenDDS::ICE::EndpointManager::change_username(), OpenDDS::ICE::Checklist::Checklist(), OpenDDS::ICE::ConnectivityCheck::ConnectivityCheck(), OpenDDS::ICE::EndpointManager::create_checklist(), OpenDDS::ICE::Checklist::execute(), OpenDDS::RTPS::ParameterListConverter::from_param_list(), OpenDDS::ICE::EndpointManager::indication(), operator==(), OpenDDS::ICE::Checklist::remove_guid(), OpenDDS::ICE::EndpointManager::request(), OpenDDS::ICE::EndpointManager::start_ice(), and OpenDDS::RTPS::ParameterListConverter::to_param_list().