public interface SDOOperations extends SDOSystemElementOperations
修飾子とタイプ | メソッドと説明 |
---|---|
Configuration |
get_configuration() |
DeviceProfile |
get_device_profile() |
Monitoring |
get_monitoring() |
Organization[] |
get_organizations() |
java.lang.String |
get_sdo_id() |
SDOService |
get_sdo_service(java.lang.String id) |
java.lang.String |
get_sdo_type() |
ServiceProfile |
get_service_profile(java.lang.String id) |
ServiceProfile[] |
get_service_profiles() |
NameValue[] |
get_status_list() |
org.omg.CORBA.Any |
get_status(java.lang.String nme) |
get_owned_organizations
java.lang.String get_sdo_id() throws NotAvailable, InternalError
java.lang.String get_sdo_type() throws NotAvailable, InternalError
DeviceProfile get_device_profile() throws NotAvailable, InternalError
ServiceProfile[] get_service_profiles() throws NotAvailable, InternalError
ServiceProfile get_service_profile(java.lang.String id) throws InvalidParameter, NotAvailable, InternalError
SDOService get_sdo_service(java.lang.String id) throws InvalidParameter, NotAvailable, InternalError
Configuration get_configuration() throws InterfaceNotImplemented, NotAvailable, InternalError
Monitoring get_monitoring() throws InterfaceNotImplemented, NotAvailable, InternalError
Organization[] get_organizations() throws NotAvailable, InternalError
NameValue[] get_status_list() throws NotAvailable, InternalError
org.omg.CORBA.Any get_status(java.lang.String nme) throws InvalidParameter, NotAvailable, InternalError