プロジェクト

全般

プロフィール

調査 #1459

IFR ID取得方法の調査

n-andoほぼ14年前に追加. ほぼ13年前に更新.

ステータス:
終了
優先度:
通常
担当者:
対象バージョン:
-
開始日:
2010/05/06
期日:
進捗率:

100%

予定工数:

説明

IFR IDを取得する方法を調査する。

履歴

#1 kuriharaほぼ14年前に更新

  • ステータス新規 から 解決 に変更
  • 進捗率0 から 100 に変更

以下のIDL定義の場合、

     module SimpleService {
      typedef sequence<string> EchoList;
      typedef sequence<float> ValueList;

      interface MyService
      {
         string echo(in string msg);
         EchoList get_echo_history();
         void set_value(in float value);
         float get_value();
         ValueList get_value_history();
      };
     };

下記の方法でリポジトリIDを取得する事が可能。

     
        >>> import SimpleService
        >>> repo_id = SimpleService.MyService._NP_RepositoryId
        >>> print repo_id
        IDL:SimpleService/MyService:1.0 (結果)

#2 n-andoほぼ13年前に更新

  • ステータス解決 から 終了 に変更

他の形式にエクスポート: Atom PDF