OpenRTM-aist 2.1.0
Loading...
Searching...
No Matches
Functions
CORBA_IORUtil Namespace Reference

Functions

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

Function Documentation

◆ extractAddrs()

void CORBA_IORUtil::extractAddrs ( IOP::MultipleComponentProfile &  comp,
std::vector< IIOP::Address > &  addr 
)

◆ formatIORinfo()

std::string CORBA_IORUtil::formatIORinfo ( const char *  iorstr)

Extracts information from IOR string and returns formatted string .

◆ getEndpoints()

std::vector< IIOP::Address > CORBA_IORUtil::getEndpoints ( IOP::IOR &  ior)

◆ replaceEndpoint()

bool CORBA_IORUtil::replaceEndpoint ( std::string &  iorstr,
const std::string &  endpoint 
)

Replace endpoint address in IOR entry .

◆ toIOR()

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

Convert from IOR string to IOR structure.

◆ toString()

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

Convert from IOR structure to IOR string.