DSC means Dynamic Software Component. It's an extension of the SALOME programming model. It provides a new paradigm to design SALOME components. It also provides new ports for SALOME services. These ports are : interface ports and datastream ports.
We list in this section the datastream ports that are provided by SALOME.
BASIC datastream ports
Port name | Data type | Idl Name | Idl File |
BASIC_short | short | Data_Short_Port | SALOME_Ports.idl |
CALCIUM datastream ports
Port name | Data type | Idl Name | Idl File |
CALCIUM_integer | sequence of long | Calcium_Integer_Port | Calcium_Ports.idl |
CALCIUM_real | sequence of float | Calcium_Real_Port | Calcium_Ports.idl |
CALCIUM_double | sequence of double | Calcium_Double_Port | Calcium_Ports.idl |
CALCIUM_string | sequence of string | Calcium_String_Port | Calcium_Ports.idl |
CALCIUM_logical | sequence of boolean | Calcium_Logical_Port | Calcium_Ports.idl |
CALCIUM_complex | sequence of float | Calcium_Complex_Port | Calcium_Ports.idl |
PALM datastream ports
Port name | Data type | Idl Name | Idl File |
PALM_short | short | Palm_Data_Short_Port | Palm_Ports.idl |
PALM_seq_short | sequence of short | Palm_Data_Seq_Short_Port | Palm_Ports.idl |