|
OpenRTM-aist IDL 2.1
|
import "SDOPackage.idl";
公開メンバ関数 | |
| UniqueIdentifier | get_organization_id () raises (InvalidParameter, NotAvailable, InternalError) |
| OrganizationProperty | get_organization_property () raises (NotAvailable, InternalError) |
| any | get_organization_property_value (in string name) raises (InvalidParameter, NotAvailable, InternalError) |
| boolean | add_organization_property (in OrganizationProperty organization_property) raises (InvalidParameter, NotAvailable, InternalError) |
| boolean | set_organization_property_value (in string name, in any value) raises (InvalidParameter, NotAvailable, InternalError) |
| boolean | remove_organization_property (in string name) raises (InvalidParameter, NotAvailable, InternalError) |
| SDOSystemElement | get_owner () raises (NotAvailable, InternalError) |
| boolean | set_owner (in SDOSystemElement sdo) raises (InvalidParameter, NotAvailable, InternalError) |
| SDOList | get_members () raises (NotAvailable, InternalError) |
| boolean | set_members (in SDOList sdos) raises (InvalidParameter, NotAvailable, InternalError) |
| boolean | add_members (in SDOList sdo_list) raises (InvalidParameter, NotAvailable, InternalError) |
| boolean | remove_member (in UniqueIdentifier id) raises (InvalidParameter, NotAvailable, InternalError) |
| DependencyType | get_dependency () raises (NotAvailable, InternalError) |
| boolean | set_dependency (in DependencyType dependency) raises (NotAvailable, InternalError) |
| boolean SDOPackage::Organization::add_members | ( | in SDOList | sdo_list | ) | ||
| raises | ( | InvalidParameter, | ||||
| NotAvailable, | ||||||
| InternalError ) | ||||||
参照先 add_members().
参照元 add_members().
| boolean SDOPackage::Organization::add_organization_property | ( | in OrganizationProperty | organization_property | ) | ||
| raises | ( | InvalidParameter, | ||||
| NotAvailable, | ||||||
| InternalError ) | ||||||
| DependencyType SDOPackage::Organization::get_dependency | ( | ) | ||||
| raises | ( | NotAvailable, | ||||
| InternalError ) | ||||||
参照先 get_dependency().
参照元 get_dependency().
| SDOList SDOPackage::Organization::get_members | ( | ) | ||||
| raises | ( | NotAvailable, | ||||
| InternalError ) | ||||||
参照先 get_members().
参照元 get_members().
| UniqueIdentifier SDOPackage::Organization::get_organization_id | ( | ) | ||||
| raises | ( | InvalidParameter, | ||||
| NotAvailable, | ||||||
| InternalError ) | ||||||
| OrganizationProperty SDOPackage::Organization::get_organization_property | ( | ) | ||||
| raises | ( | NotAvailable, | ||||
| InternalError ) | ||||||
| any SDOPackage::Organization::get_organization_property_value | ( | in string | name | ) | ||
| raises | ( | InvalidParameter, | ||||
| NotAvailable, | ||||||
| InternalError ) | ||||||
| SDOSystemElement SDOPackage::Organization::get_owner | ( | ) | ||||
| raises | ( | NotAvailable, | ||||
| InternalError ) | ||||||
参照先 get_owner().
参照元 get_owner().
| boolean SDOPackage::Organization::remove_member | ( | in UniqueIdentifier | id | ) | ||
| raises | ( | InvalidParameter, | ||||
| NotAvailable, | ||||||
| InternalError ) | ||||||
参照先 remove_member().
参照元 remove_member().
| boolean SDOPackage::Organization::remove_organization_property | ( | in string | name | ) | ||
| raises | ( | InvalidParameter, | ||||
| NotAvailable, | ||||||
| InternalError ) | ||||||
| boolean SDOPackage::Organization::set_dependency | ( | in DependencyType | dependency | ) | ||
| raises | ( | NotAvailable, | ||||
| InternalError ) | ||||||
参照先 set_dependency().
参照元 set_dependency().
| boolean SDOPackage::Organization::set_members | ( | in SDOList | sdos | ) | ||
| raises | ( | InvalidParameter, | ||||
| NotAvailable, | ||||||
| InternalError ) | ||||||
参照先 set_members().
参照元 set_members().
| boolean SDOPackage::Organization::set_organization_property_value | ( | in string | name, | |||
| in any | value ) | |||||
| raises | ( | InvalidParameter, | ||||
| NotAvailable, | ||||||
| InternalError ) | ||||||
| boolean SDOPackage::Organization::set_owner | ( | in SDOSystemElement | sdo | ) | ||
| raises | ( | InvalidParameter, | ||||
| NotAvailable, | ||||||
| InternalError ) | ||||||
参照先 set_owner().
参照元 set_owner().