Uses of Class
jp.go.aist.rtm.RTC.ConfigAdmin

Packages that use ConfigAdmin
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.SDOPackage   
 

Uses of ConfigAdmin in jp.go.aist.rtm.RTC
 

Fields in jp.go.aist.rtm.RTC declared as ConfigAdmin
protected  ConfigAdmin ConfigBase.m_admin
           A pointer to the ConfigAdmin object
protected  ConfigAdmin RTObject_impl.m_configsets
           Configuration Administrator Object
 

Methods in jp.go.aist.rtm.RTC that return ConfigAdmin
 ConfigAdmin RTObject_impl.getConfigService()
           Getting configuration service
 

Methods in jp.go.aist.rtm.RTC with parameters of type ConfigAdmin
 void ConfigBase.setCallback(ConfigAdmin cadmin, java.lang.String cbf)
           Setting callback
 

Uses of ConfigAdmin in jp.go.aist.rtm.RTC.SDOPackage
 

Fields in jp.go.aist.rtm.RTC.SDOPackage declared as ConfigAdmin
protected  ConfigAdmin Configuration_impl.m_configsets
           Information of configuration set
 

Constructors in jp.go.aist.rtm.RTC.SDOPackage with parameters of type ConfigAdmin
Configuration_impl(ConfigAdmin configsets, SdoServiceAdmin sdoServiceAdmin)
           Constructor