Project

General

Profile

機能 #3072

Configurationの型をアンダーバーつきの隠しパラメータとして定義しておく

Added by n-ando almost 9 years ago. Updated about 6 years ago.

Status:
終了
Priority:
通常
Assignee:
Start date:
05/20/2014
Due date:
% Done:

100%

Estimated time:

Description

Configurationの型をアンダーバーつきの隠しパラメータとして定義しておく

History

#1 Updated by ga about 7 years ago

  • Assignee changed from n-ando to ga

RTCのConfigurationパラメータとして定義された型の情報を、Configurationパラメータにアンダーバー付きのパラメータとして含めるようC++、Java、Pythonの出力コードを変更する。
例えば、flip_mode: int というコンフィギュレーションパラメータが存在する場合、_flip_mode というパラメータを作成し、その値に文字列 “int”をセットする

#2 Updated by ga about 7 years ago

  • Status changed from 新規 to 解決
  • % Done changed from 0 to 100

修正させて頂きました r566

#3 Updated by ga about 7 years ago

以下の形式でConfigurationパラメータの隠しパラメータとして出力するように修正させて頂きました
type.<変数名> , <型名>

#4 Updated by n-ando about 6 years ago

  • Status changed from 解決 to 終了

Also available in: Atom PDF