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...
import "SALOME_ParamPorts.idl";
Public Types | |
typedef sequence< double > | seq_double |
Public Member Functions | |
void | put (in Ports::Param_Double_Port::seq_double param_data) |
void | get_results (out Ports::Param_Double_Port::seq_double param_results) |
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.
typedef sequence<double> Ports::Param_Double_Port::seq_double |
void Ports::Param_Double_Port::get_results | ( | out Ports::Param_Double_Port::seq_double | param_results | ) |
void Ports::Param_Double_Port::put | ( | in Ports::Param_Double_Port::seq_double | param_data | ) |