Uses of Class
_SDOPackage.DeviceProfile

Packages that use DeviceProfile
_SDOPackage   
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.SDOPackage   
OpenRTM   
RTC   
 

Uses of DeviceProfile in _SDOPackage
 

Fields in _SDOPackage declared as DeviceProfile
 DeviceProfile DeviceProfileHolder.value
           
 

Methods in _SDOPackage that return DeviceProfile
static DeviceProfile DeviceProfileHelper.extract(org.omg.CORBA.Any a)
           
 DeviceProfile SDOOperations.get_device_profile()
           
 DeviceProfile _SDOStub.get_device_profile()
           
static DeviceProfile DeviceProfileHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in _SDOPackage with parameters of type DeviceProfile
static void DeviceProfileHelper.insert(org.omg.CORBA.Any a, DeviceProfile that)
           
 boolean _ConfigurationStub.set_device_profile(DeviceProfile dProfile)
           
 boolean ConfigurationOperations.set_device_profile(DeviceProfile dProfile)
           
static void DeviceProfileHelper.write(org.omg.CORBA.portable.OutputStream ostream, DeviceProfile value)
           
 

Constructors in _SDOPackage with parameters of type DeviceProfile
DeviceProfileHolder(DeviceProfile initialValue)
           
 

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

Methods in jp.go.aist.rtm.RTC that return DeviceProfile
 DeviceProfile RTObject_impl.get_device_profile()
           [SDO interface] Get SDO DeviceProfile list
 

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

Fields in jp.go.aist.rtm.RTC.SDOPackage declared as DeviceProfile
protected  DeviceProfile Configuration_impl.m_deviceProfile
           DeviceProfile
 

Methods in jp.go.aist.rtm.RTC.SDOPackage that return DeviceProfile
 DeviceProfile Configuration_impl.getDeviceProfile()
           [CORBA interface] Gets DeviceProfie of SDO
 

Methods in jp.go.aist.rtm.RTC.SDOPackage with parameters of type DeviceProfile
 boolean Configuration_impl.set_device_profile(DeviceProfile dProfile)
           [CORBA interface] Sets DeviceProfile of SDO.
 

Uses of DeviceProfile in OpenRTM
 

Methods in OpenRTM that return DeviceProfile
 DeviceProfile _DataFlowComponentStub.get_device_profile()
           
 

Uses of DeviceProfile in RTC
 

Methods in RTC that return DeviceProfile
 DeviceProfile _RTObjectStub.get_device_profile()