Version: 8.3.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
SALOME_Ports.idl File Reference

This file contains the IDL base interfaces for ports in the SALOME component model. More...

Go to the source code of this file.

Data Structures

interface  Ports::Port
 Interface of a DSC Port. This interface defines a Port. A port is a CORBA interface. More...
 
interface  Ports::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  Ports::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  Ports::Data_And_Control_Port
 Data_And_Control_Port. This interface defines a combination of a Control_Port and a Data_Port. More...
 
exception  Ports::NotDefined
 This exception indicates that the property doesn't not exist. More...
 
exception  Ports::BadType
 This exception indicates that the given value to the property is not of a good type. More...
 
exception  Ports::BadValue
 This exception indicates that the given value to the property is not authorized. More...
 
interface  Ports::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  Ports::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...
 

Namespaces

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

Detailed Description

This file contains the IDL base interfaces for ports in the SALOME component model.