]> SALOME platform Git repositories - modules/yacs.git/blob - src/DSC/DSC_User/Datastream/Calcium/CalciumProvidesPort.hxx
Salome HOME
merge from branch BR_V5_DEV
[modules/yacs.git] / src / DSC / DSC_User / Datastream / Calcium / CalciumProvidesPort.hxx
1 //  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 //  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
6 //  This library is free software; you can redistribute it and/or
7 //  modify it under the terms of the GNU Lesser General Public
8 //  License as published by the Free Software Foundation; either
9 //  version 2.1 of the License.
10 //
11 //  This library is distributed in the hope that it will be useful,
12 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 //  Lesser General Public License for more details.
15 //
16 //  You should have received a copy of the GNU Lesser General Public
17 //  License along with this library; if not, write to the Free Software
18 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 //
20 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22 // Modified by : $LastChangedBy$
23 // Date        : $LastChangedDate: 2007-03-01 13:40:26 +0100 (Thu, 01 Mar 2007) $
24 // Id          : $Id$
25 //
26 #ifndef _CALCIUM_PORT_PROVIDES_HXX_
27 #define _CALCIUM_PORT_PROVIDES_HXX_
28
29 #include <SALOMEconfig.h>
30
31 #include "Calcium_Ports.hh"
32 #include "CalciumGenericProvidesPort.hxx"
33 #include "CalciumCouplingPolicy.hxx"
34
35
36 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_integer_port_provides,                \
37                               POA_Ports::Calcium_Ports::Calcium_Integer_Port, \
38                               seq_u_manipulation<Ports::Calcium_Ports::seq_long,CORBA::Long> ) \
39
40 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_real_port_provides,           \
41                               POA_Ports::Calcium_Ports::Calcium_Real_Port, \
42                               seq_u_manipulation<Ports::Calcium_Ports::seq_float,CORBA::Float> ) \
43
44 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_double_port_provides,         \
45                               POA_Ports::Calcium_Ports::Calcium_Double_Port, \
46                               seq_u_manipulation<Ports::Calcium_Ports::seq_double,CORBA::Double> ) \
47
48 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_complex_port_provides,                \
49                               POA_Ports::Calcium_Ports::Calcium_Complex_Port, \
50                               seq_u_manipulation<Ports::Calcium_Ports::seq_float,CORBA::Float> ) \
51
52 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_logical_port_provides,                \
53                               POA_Ports::Calcium_Ports::Calcium_Logical_Port, \
54                               seq_u_manipulation<Ports::Calcium_Ports::seq_boolean,CORBA::Boolean> ) \
55
56 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_string_port_provides,         \
57                               POA_Ports::Calcium_Ports::Calcium_String_Port, \
58                               seq_u_manipulation<Ports::Calcium_Ports::seq_string,char *> ) \
59
60 #endif