Salome HOME
Documentation reorganization
[modules/med.git] / doc / user / doxygen / doxfiles / reference / distrib / corba-distrib.dox
1 /*!
2 \page corba-distrib Distribution in MEDCoupling using CORBA
3
4 The following classes allow to publish \ref medcoupling "MEDCoupling objects" on the CORBA bus. They are 
5 directly related to the equivalent class in MEDCoupling, without the string \c Servant at the end of the
6 name:  
7
8 - \ref ParaMEDMEM::DataArrayDoubleServant "DataArrayDoubleServant"
9 - \ref ParaMEDMEM::DataArrayIntServant "DataArrayIntServant"
10 - \ref ParaMEDMEM::MEDCouplingUMeshServant "MEDCouplingUMeshServant"
11 - \ref ParaMEDMEM::MEDCouplingCMeshServant "MEDCouplingCMeshServant"
12 - \ref ParaMEDMEM::MEDCouplingFieldDoubleServant "MEDCouplingFieldDoubleServant"
13
14  TODO: complete the list.
15
16 */