OpenRTM-aist  1.2.1
Functions
CORBA_IORUtil Namespace Reference

Functions

bool toIOR (const char *iorstr, IOP::IOR &ior)
 Convert from IOR string to IOR structure. More...
 
bool toString (IOP::IOR &ior, std::string &iorstr)
 Convert from IOR structure to IOR string. More...
 
bool replaceEndpoint (std::string &iorstr, const std::string &endpoint)
 Replace endpoint address in IOR entry. More...
 
std::string formatIORinfo (const char *iorstr)
 Extracts information from IOR string and returns formatted string. More...
 
std::vector< IIOP::Address > getEndpoints (IOP::IOR &ior)
 
void extractAddrs (IOP::MultipleComponentProfile &components, std::vector< IIOP::Address > &addr)
 

Function Documentation

void CORBA_IORUtil::extractAddrs ( IOP::MultipleComponentProfile &  components,
std::vector< IIOP::Address > &  addr 
)
std::string CORBA_IORUtil::formatIORinfo ( const char *  iorstr)

Extracts information from IOR string and returns formatted string.

std::vector<IIOP::Address> CORBA_IORUtil::getEndpoints ( IOP::IOR &  ior)
bool CORBA_IORUtil::replaceEndpoint ( std::string &  iorstr,
const std::string &  endpoint 
)

Replace endpoint address in IOR entry.

bool CORBA_IORUtil::toIOR ( const char *  iorstr,
IOP::IOR &  ior 
)

Convert from IOR string to IOR structure.

bool CORBA_IORUtil::toString ( IOP::IOR &  ior,
std::string &  iorstr 
)

Convert from IOR structure to IOR string.