|
OpenRTM-aist 2.1.0
|
#include <CORBA_RTCUtil.h>
Public Member Functions | |
| CorbaURI (std::string uri, const std::string &objkey="") | |
| Constructor. | |
| ~CorbaURI () | |
| Destructor. | |
| std::string | toString () const |
| std::string | getProtocol () const |
| std::string | getHost () const |
| unsigned short | getPort () const |
| bool | isAddressOnly () const |
CorbaURI class.
| CORBA_RTCUtil::CorbaURI::CorbaURI | ( | std::string | uri, |
| const std::string & | objkey = "" ) |
Constructor.
Constructor
| uri | |
| objkey |
| CORBA_RTCUtil::CorbaURI::~CorbaURI | ( | ) |
Destructor.
Destructor
| std::string CORBA_RTCUtil::CorbaURI::getHost | ( | ) | const |
| unsigned short CORBA_RTCUtil::CorbaURI::getPort | ( | ) | const |
| std::string CORBA_RTCUtil::CorbaURI::getProtocol | ( | ) | const |
| bool CORBA_RTCUtil::CorbaURI::isAddressOnly | ( | ) | const |
| std::string CORBA_RTCUtil::CorbaURI::toString | ( | ) | const |