Uses of Interface
_SDOPackage.SDOServiceOperations

Packages that use SDOServiceOperations
_SDOPackage   
jp.go.aist.rtm.RTC.executionContext   
jp.go.aist.rtm.RTC.port   
OpenRTM   
RTC   
 

Uses of SDOServiceOperations in _SDOPackage
 

Subinterfaces of SDOServiceOperations in _SDOPackage
 interface SDOService
          _SDOPackage/SDOService.java .
 

Classes in _SDOPackage that implement SDOServiceOperations
 class _SDOServiceStub
          _SDOPackage/_SDOServiceStub.java .
 class SDOServicePOA
          _SDOPackage/SDOServicePOA.java .
 

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

Classes in jp.go.aist.rtm.RTC.executionContext that implement SDOServiceOperations
 class ExecutionContextBase
          Periodic Sampled Data Processing(周期実行用)ExecutionContextのベースとなる 抽象クラスです。
 class ExtTrigExecutionContext
           ExecutionContext class that enables one step execution
 class OpenHRPExecutionContext
           OpenHRPExecutionContext
 class PeriodicExecutionContext
          Periodic Sampled Data Processing(周期実行用)ExecutionContextクラスです。
 

Uses of SDOServiceOperations in jp.go.aist.rtm.RTC.port
 

Classes in jp.go.aist.rtm.RTC.port that implement SDOServiceOperations
 class CorbaPort
          CORBAを通信手段とするPortクラスです。
 class InPort<DataType>
          入力ポートのためのベース実装クラスです。 外部から送信されてきたデータは順次、コンストラクタで指定されたバッファに格納されます。 バッファ内のデータはフラグによって未読/既読状態が管理され、isNew(), isEmpty()などの メソッドによってハンドリングできます。
 class InPortBase
           Port for InPort
 class OutPort<DataType>
           Implementation of OutPort
 class OutPortBase
           Base implementation class for OutPort
 class PortBase
           Port base class
 

Uses of SDOServiceOperations in OpenRTM
 

Subinterfaces of SDOServiceOperations in OpenRTM
 interface ExtTrigExecutionContextService
          OpenRTM/ExtTrigExecutionContextService.java .
 interface ExtTrigExecutionContextServiceOperations
          OpenRTM/ExtTrigExecutionContextServiceOperations.java .
 

Classes in OpenRTM that implement SDOServiceOperations
 class _ExtTrigExecutionContextServiceStub
          OpenRTM/_ExtTrigExecutionContextServiceStub.java .
 class ExtTrigExecutionContextServicePOA
          OpenRTM/ExtTrigExecutionContextServicePOA.java .
 

Uses of SDOServiceOperations in RTC
 

Subinterfaces of SDOServiceOperations in RTC
 interface ExecutionContextService
          RTC/ExecutionContextService.java .
 interface ExecutionContextServiceOperations
          RTC/ExecutionContextServiceOperations.java .
 interface FsmService
          RTC/FsmService.java .
 interface FsmServiceOperations
          RTC/FsmServiceOperations.java .
 interface PortService
          RTC/PortService.java .
 interface PortServiceOperations
          RTC/PortServiceOperations.java .
 

Classes in RTC that implement SDOServiceOperations
 class _ExecutionContextServiceStub
          RTC/_ExecutionContextServiceStub.java .
 class _FsmServiceStub
          RTC/_FsmServiceStub.java .
 class _PortServiceStub
          RTC/_PortServiceStub.java .
 class ExecutionContextServicePOA
          RTC/ExecutionContextServicePOA.java .
 class FsmServicePOA
          RTC/FsmServicePOA.java .
 class PortServicePOA
          RTC/PortServicePOA.java .