OpenRTM  1.0.0
CORBA_IORUtil.h
[詳解]
1 // -*- C++ -*-
18 #ifndef CORBA_IORUTIL_H
19 #define CORBA_IORUTIL_H
20 
21 #include <rtm/RTC.h>
22 
38 namespace CORBA_IORUtil
39 {
49  bool toIOR(const char* iorstr, IOP::IOR& ior);
50 
60  bool toString(IOP::IOR& ior, std::string& iorstr);
61 
69  bool replaceEndpoint(std::string& iorstr, const std::string& endpoint);
70 
78  std::string formatIORinfo(const char* iorstr);
79 
80 }; // namespace CORBA_IORUtil
81 #endif // CORBA_IORUTIL_H
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文字列から情報を抽出しフォーマット済みの文字列として返す ...
CORBA IOR ヘルパー関数
bool toIOR(const char *iorstr, IOP::IOR &ior)
IOR 文字列をIOR構造体へ変換する
RTComponent header