OpenRTM-aist 2.0.2
読み取り中…
検索中…
一致する文字列を見つけられません
CORBA_IORUtil 名前空間

CORBA IOR ヘルパー関数 [詳解]

関数

bool toIOR (const char *iorstr, IOP::IOR &ior)
 IOR 文字列をIOR構造体へ変換する
 
bool toString (IOP::IOR &ior, std::string &iorstr)
 IOR構造体をIOR文字列へ変換する
 
bool replaceEndpoint (std::string &iorstr, const std::string &endpoint)
 IOR内のエンドポイントを置換する
 
std::string formatIORinfo (const char *iorstr)
 IOR文字列から情報を抽出しフォーマット済みの文字列として返す
 
std::vector< IIOP::Address > getEndpoints (IOP::IOR &ior)
 
void extractAddrs (IOP::MultipleComponentProfile &comp, std::vector< IIOP::Address > &addr)
 

詳解

CORBA IOR ヘルパー関数

関数詳解

◆ extractAddrs()

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

◆ formatIORinfo()

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

IOR文字列から情報を抽出しフォーマット済みの文字列として返す

◆ getEndpoints()

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

◆ replaceEndpoint()

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

IOR内のエンドポイントを置換する

◆ toIOR()

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

IOR 文字列をIOR構造体へ変換する

◆ toString()

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

IOR構造体をIOR文字列へ変換する