module that contains interfaces to define the kind of ports provided by the SALOME component model. More...
Data Structures | |
| interface | Param_Double_Port |
| Interface of a port for parametric application This interface defines a Data_Port that sends a vector of double that are distributed along the different processor and returns a vector of double for the results. More... | |
| interface | Port |
| Interface of a DSC Port. This interface defines a Port. A port is a CORBA interface. More... | |
| interface | Control_Port |
| Interface of a Control_Port. This interface defines a Control Port. When a component uses a control port, it says that the service associated to the provides port can be started. More... | |
| interface | Data_Port |
| Interface a Data_Port. This interface defines a Data Port. A Data Port is a port that transmit data between two components. More... | |
| interface | Data_And_Control_Port |
| Data_And_Control_Port. This interface defines a combination of a Control_Port and a Data_Port. More... | |
| exception | NotDefined |
| This exception indicates that the property doesn't not exist. More... | |
| exception | BadType |
| This exception indicates that the given value to the property is not of a good type. More... | |
| exception | BadValue |
| This exception indicates that the given value to the property is not authorized. More... | |
| interface | PortProperties |
| Interface of a PortProperties. This interface permits to set and get properties associated to a port. Each uses or provides port have a PortProperties object. But this object could be empty. More... | |
| interface | Data_Short_Port |
| Interface of a basic datastream short port This interface defines a Data_Port that transmit a CORBA::Short. This interface can be seen as an example of an integration of a port in the DSC_User programming model. More... | |
module that contains interfaces to define the kind of ports provided by the SALOME component model.