クラス
RTC.TimedDouble の使用

TimedDouble を使用しているパッケージ
RTC   
 

RTC での TimedDouble の使用
 

TimedDouble として宣言されている RTC のフィールド
 TimedDouble TimedDoubleHolder.value
           
 

TimedDouble を返す RTC のメソッド
static TimedDouble TimedDoubleHelper.extract(org.omg.CORBA.Any a)
           
static TimedDouble TimedDoubleHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

TimedDouble 型のパラメータを持つ RTC のメソッド
static void TimedDoubleHelper.insert(org.omg.CORBA.Any a, TimedDouble that)
           
static void TimedDoubleHelper.write(org.omg.CORBA.portable.OutputStream ostream, TimedDouble value)
           
 

TimedDouble 型のパラメータを持つ RTC のコンストラクタ
TimedDoubleHolder(TimedDouble initialValue)