#include <tcpros_carrier/RosLookup.h>
Public Member Functions | |
RosLookup () | |
bool | lookupCore (const std::string &name) |
bool | lookupTopic (const std::string &name) |
std::string | toString () const |
yarp::os::Contact | toContact (const char *carrier) |
Static Public Member Functions | |
static yarp::os::Contact | getRosCoreAddressFromEnv () |
static yarp::os::Contact | getRosCoreAddress () |
Public Attributes | |
bool | valid |
std::string | hostname |
int | portnum |
std::string | protocol |
Definition at line 14 of file RosLookup.h.
|
inline |
Definition at line 22 of file RosLookup.h.
|
static |
Definition at line 130 of file RosLookup.cpp.
|
static |
Definition at line 121 of file RosLookup.cpp.
bool RosLookup::lookupCore | ( | const std::string & | name | ) |
Definition at line 39 of file RosLookup.cpp.
bool RosLookup::lookupTopic | ( | const std::string & | name | ) |
Definition at line 76 of file RosLookup.cpp.
|
inline |
Definition at line 37 of file RosLookup.h.
|
inline |
Definition at line 31 of file RosLookup.h.
std::string RosLookup::hostname |
Definition at line 18 of file RosLookup.h.
int RosLookup::portnum |
Definition at line 19 of file RosLookup.h.
std::string RosLookup::protocol |
Definition at line 20 of file RosLookup.h.
bool RosLookup::valid |
Definition at line 17 of file RosLookup.h.