#include <SdoSystemElement.h>
Inheritance diagram for SDOPackage::SDOSystemElement_impl:
Public Member Functions | |
SDOSystemElement_impl () | |
A constructor of SDOSystemElement. | |
SDOSystemElement_impl (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa) | |
virtual | ~SDOSystemElement_impl () |
A destructor of RtcBase class. | |
virtual OrganizationList * | get_owned_organizations () throw (NotAvailable) |
[CORBA interface] Getting Organizations | |
Protected Attributes | |
SeqEx< OrganizationList, Organization_ptr > | m_ownedOrganizations |
CORBA::ORB_var | m_pORB |
PortableServer::POA_var | m_pPOA |
Classes | |
class | SeqEx |
The SDOSystemElement interface is used to manage the subclass of SDOSystemElement itself.
|
A constructor of SDOSystemElement.
|
|
|
|
A destructor of RtcBase class.
|
|
[CORBA interface] Getting Organizations SDOSystemElement can be the owner of zero or more organizations. If the SDOSystemElement owns one or more Organizations, this operation returns the list of Organizations that the SDOSystemElement owns. If it does not own any Organization, it returns empty list. |
|
|
|
|
|
|