Package | Description |
---|---|
jp.go.aist.rtm.RTC | |
RTC |
Modifier and Type | Method and Description |
---|---|
abstract void |
FsmProfileListener.operator(FsmProfile fsmprof)
Virtual Callback function
|
Modifier and Type | Field and Description |
---|---|
FsmProfile |
FsmProfileHolder.value |
Modifier and Type | Method and Description |
---|---|
static FsmProfile |
FsmProfileHelper.extract(org.omg.CORBA.Any a) |
FsmProfile |
FsmServiceOperations.get_fsm_profile() |
FsmProfile |
_FsmServiceStub.get_fsm_profile() |
static FsmProfile |
FsmProfileHelper.read(org.omg.CORBA.portable.InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
FsmProfileHelper.insert(org.omg.CORBA.Any a,
FsmProfile that) |
ReturnCode_t |
FsmServiceOperations.set_fsm_profile(FsmProfile fsm_profile) |
ReturnCode_t |
_FsmServiceStub.set_fsm_profile(FsmProfile fsm_profile) |
static void |
FsmProfileHelper.write(org.omg.CORBA.portable.OutputStream ostream,
FsmProfile value) |
Constructor and Description |
---|
FsmProfileHolder(FsmProfile initialValue) |