OpenRTM-aist IDL  1.2
Public Member Functions | List of all members
SDOPackage::Organization Interface Reference

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)
 

Member Function Documentation

boolean SDOPackage::Organization::add_members ( in SDOList  sdo_list)
raises (InvalidParameter,
NotAvailable,
InternalError
)
boolean SDOPackage::Organization::add_organization_property ( in OrganizationProperty  organization_property)
raises (InvalidParameter,
NotAvailable,
InternalError
)
DependencyType SDOPackage::Organization::get_dependency ( )
raises (NotAvailable,
InternalError
)
SDOList SDOPackage::Organization::get_members ( )
raises (NotAvailable,
InternalError
)
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
)
boolean SDOPackage::Organization::remove_member ( in UniqueIdentifier  id)
raises (InvalidParameter,
NotAvailable,
InternalError
)
boolean SDOPackage::Organization::remove_organization_property ( in string  name)
raises (InvalidParameter,
NotAvailable,
InternalError
)
boolean SDOPackage::Organization::set_dependency ( in DependencyType  dependency)
raises (NotAvailable,
InternalError
)
boolean SDOPackage::Organization::set_members ( in SDOList  sdos)
raises (InvalidParameter,
NotAvailable,
InternalError
)
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
)

The documentation for this interface was generated from the following file: