interfaces that permits to add a dynamic port model to the SALOME object model. More...
Go to the source code of this file.
Data Structures | |
interface | Engines::DSC |
Interface of a DSC component. More... | |
exception | Engines::DSC::PortNotDefined |
This exception is raised when a port is used before it is added to the component. More... | |
exception | Engines::DSC::PortAlreadyDefined |
This exception is raised if you try to add a port with the same name than a previous defined port. More... | |
exception | Engines::DSC::PortNotConnected |
This exception is raised when you try to use a port that is not connected. More... | |
exception | Engines::DSC::BadPortType |
This exception is raised if the type of the provides port is bad. More... | |
exception | Engines::DSC::NilPort |
Port's reference is Nil ! More... | |
exception | Engines::DSC::BadPortReference |
Port's reference is not the right reference. More... | |
exception | Engines::DSC::BadProperty |
Object property is not good for the port. More... | |
interface | Engines::ConnectionManager |
Interface of the ConnectionManager. It is a helper object for connection operations. The ConnectionManager is used like other services of SALOME (e.g ContainerManager). More... | |
exception | Engines::ConnectionManager::BadId |
The Id given to the disconnect method is bad. More... | |
interface | Engines::Superv_Component |
Interface of the Superv_Component. This interface is a DSC component that contains services for the SALOME module SUPERV. This interface contains methods that are only in local (so they are described and explained in the implementation class Superv_Component_i). These methods give access to data-oriented ports provided by default by SALOME's kernel. More... | |
struct | Engines::Superv_Component::multiple_param |
Namespaces | |
namespace | Engines |
This is a package of interfaces used for connecting new components to SALOME application. It also contains a set of interfaces used for management of MED component in SALOME application. | |
interfaces that permits to add a dynamic port model to the SALOME object model.