26 #ifndef _PALM_PORTS_IDL_
27 #define _PALM_PORTS_IDL_
49 void put (in
short data, in
long time, in
long tag);
55 typedef sequence<short> seq_short;
66 void put (in seq_short data, in
long time, in
long tag);
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 short for palm.
Definition: Palm_Ports.idl:41
Interface of a sequence of short port.
Definition: Palm_Ports.idl:59