クラス
RTC.FsmProfile の使用

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

RTC での FsmProfile の使用
 

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

FsmProfile を返す RTC のメソッド
static FsmProfile FsmProfileHelper.extract(org.omg.CORBA.Any a)
           
 FsmProfile _FsmServiceStub.get_fsm_profile()
           
 FsmProfile FsmServiceOperations.get_fsm_profile()
           
static FsmProfile FsmProfileHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

FsmProfile 型のパラメータを持つ RTC のメソッド
static void FsmProfileHelper.insert(org.omg.CORBA.Any a, FsmProfile that)
           
 ReturnCode_t _FsmServiceStub.set_fsm_profile(FsmProfile fsm_profile)
           
 ReturnCode_t FsmServiceOperations.set_fsm_profile(FsmProfile fsm_profile)
           
static void FsmProfileHelper.write(org.omg.CORBA.portable.OutputStream ostream, FsmProfile value)
           
 

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