Uses of Class
RTC.ExecutionKind

Packages that use ExecutionKind
jp.go.aist.rtm.RTC.executionContext   
OpenRTM   
RTC   
 

Uses of ExecutionKind in jp.go.aist.rtm.RTC.executionContext
 

Methods in jp.go.aist.rtm.RTC.executionContext that return ExecutionKind
 ExecutionKind PeriodicExecutionContext.get_kind()
          ExecutionKindを取得します。
 

Uses of ExecutionKind in OpenRTM
 

Methods in OpenRTM that return ExecutionKind
 ExecutionKind _ExtTrigExecutionContextServiceStub.get_kind()
           
 

Uses of ExecutionKind in RTC
 

Fields in RTC declared as ExecutionKind
static ExecutionKind ExecutionKind.EVENT_DRIVEN
           
 ExecutionKind ExecutionContextProfile.kind
           
static ExecutionKind ExecutionKind.OTHER
           
static ExecutionKind ExecutionKind.PERIODIC
           
 ExecutionKind ExecutionKindHolder.value
           
 

Methods in RTC that return ExecutionKind
static ExecutionKind ExecutionKindHelper.extract(org.omg.CORBA.Any a)
           
static ExecutionKind ExecutionKind.from_int(int value)
           
 ExecutionKind _ExecutionContextServiceStub.get_kind()
           
 ExecutionKind _ExecutionContextStub.get_kind()
           
 ExecutionKind ExecutionContextOperations.get_kind()
           
static ExecutionKind ExecutionKindHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in RTC with parameters of type ExecutionKind
static void ExecutionKindHelper.insert(org.omg.CORBA.Any a, ExecutionKind that)
           
static void ExecutionKindHelper.write(org.omg.CORBA.portable.OutputStream ostream, ExecutionKind value)
           
 

Constructors in RTC with parameters of type ExecutionKind
ExecutionContextProfile(ExecutionKind _kind, double _rate, RTObject _owner, RTObject[] _participants, NameValue[] _properties)
           
ExecutionKindHolder(ExecutionKind initialValue)