クラス
RTC.TimedState の使用

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

RTC での TimedState の使用
 

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

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

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

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