|
OpenRTM-aist IDL 2.1
|
import "SDOPackage.idl";
Public Member Functions | |
| 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 ) | ||||||
References add_members().
Referenced by add_members().
| boolean SDOPackage::Organization::add_organization_property | ( | in OrganizationProperty | organization_property | ) | ||
| raises | ( | InvalidParameter, | ||||
| NotAvailable, | ||||||
| InternalError ) | ||||||
References add_organization_property().
Referenced by add_organization_property().
| DependencyType SDOPackage::Organization::get_dependency | ( | ) | ||||
| raises | ( | NotAvailable, | ||||
| InternalError ) | ||||||
References get_dependency().
Referenced by get_dependency().
| SDOList SDOPackage::Organization::get_members | ( | ) | ||||
| raises | ( | NotAvailable, | ||||
| InternalError ) | ||||||
References get_members().
Referenced by get_members().
| UniqueIdentifier SDOPackage::Organization::get_organization_id | ( | ) | ||||
| raises | ( | InvalidParameter, | ||||
| NotAvailable, | ||||||
| InternalError ) | ||||||
| OrganizationProperty SDOPackage::Organization::get_organization_property | ( | ) | ||||
| raises | ( | NotAvailable, | ||||
| InternalError ) | ||||||
References get_organization_property().
Referenced by get_organization_property().
| any SDOPackage::Organization::get_organization_property_value | ( | in string | name | ) | ||
| raises | ( | InvalidParameter, | ||||
| NotAvailable, | ||||||
| InternalError ) | ||||||
References get_organization_property_value().
Referenced by get_organization_property_value().
| SDOSystemElement SDOPackage::Organization::get_owner | ( | ) | ||||
| raises | ( | NotAvailable, | ||||
| InternalError ) | ||||||
References get_owner().
Referenced by get_owner().
| boolean SDOPackage::Organization::remove_member | ( | in UniqueIdentifier | id | ) | ||
| raises | ( | InvalidParameter, | ||||
| NotAvailable, | ||||||
| InternalError ) | ||||||
References remove_member().
Referenced by remove_member().
| boolean SDOPackage::Organization::remove_organization_property | ( | in string | name | ) | ||
| raises | ( | InvalidParameter, | ||||
| NotAvailable, | ||||||
| InternalError ) | ||||||
References remove_organization_property().
Referenced by remove_organization_property().
| boolean SDOPackage::Organization::set_dependency | ( | in DependencyType | dependency | ) | ||
| raises | ( | NotAvailable, | ||||
| InternalError ) | ||||||
References set_dependency().
Referenced by set_dependency().
| boolean SDOPackage::Organization::set_members | ( | in SDOList | sdos | ) | ||
| raises | ( | InvalidParameter, | ||||
| NotAvailable, | ||||||
| InternalError ) | ||||||
References set_members().
Referenced by set_members().
| boolean SDOPackage::Organization::set_organization_property_value | ( | in string | name, | |||
| in any | value ) | |||||
| raises | ( | InvalidParameter, | ||||
| NotAvailable, | ||||||
| InternalError ) | ||||||
References set_organization_property_value().
Referenced by set_organization_property_value().
| boolean SDOPackage::Organization::set_owner | ( | in SDOSystemElement | sdo | ) | ||
| raises | ( | InvalidParameter, | ||||
| NotAvailable, | ||||||
| InternalError ) | ||||||
References set_owner().
Referenced by set_owner().