23 #ifndef _SALOME_ParamPorts_IDL_
24 #define _SALOME_ParamPorts_IDL_
36 typedef sequence<double> seq_double;
37 void put(in Ports::Param_Double_Port::seq_double param_data);
38 void get_results(out Ports::Param_Double_Port::seq_double param_results);
Interface a Data_Port. This interface defines a Data Port. A Data Port is a port that transmit data b...
Definition: SALOME_Ports.idl:63
This file contains the IDL base interfaces for ports in the SALOME component model.
module that contains interfaces to define the kind of ports provided by the SALOME component model...
Definition: Palm_Ports.idl:35
Interface of a port for parametric application This interface defines a Data_Port that sends a vector...
Definition: SALOME_ParamPorts.idl:35