Version: 6.5.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Ports Module Reference

module that contains interfaces to define the kind of ports provided by the SALOME component model. More...

Data Structures

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  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_And_Control_Port
 Data_And_Control_Port. This interface defines a combination of a Control_Port and a Data_Port. 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_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...
 
exception  NotDefined
 This exception indicates that the property doesn't not exist. More...
 
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  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...
 

Detailed Description

module that contains interfaces to define the kind of ports provided by the SALOME component model.

Copyright © 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS