Version: 8.3.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Ports::Param_Double_Port Interface Reference

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...

Inheritance diagram for Ports::Param_Double_Port:
Inheritance graph

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)
 

Detailed Description

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.