Ignore:
Timestamp:
10/21/11 19:01:35 (13 years ago)
Author:
ymipsl
Message:

reprise en main de la version de H. Ozdoba. Correction de différentes erreurs de conception et bug.
Version NEMO operationnel en client/server, interoperabilita avec OASIS, reconstition de fichiers via netcdf4/HDF5

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/common/src/xmlio/fortran/icxml_tree.cpp

    r274 r286  
    3939   // ----------------------- Ajout d'enfant à un parent ----------------------- 
    4040    
    41    void xios_xml_tree_add_field 
     41   void cxios_xml_tree_add_field 
    4242      (XFieldGroupPtr  parent_, XFieldPtr * child_, const char * child_id, int child_id_size) 
    4343   { 
     
    5252   } 
    5353    
    54    void xios_xml_tree_add_grid 
     54   void cxios_xml_tree_add_grid 
    5555      (XGridGroupPtr   parent_, XGridPtr * child_, const char * child_id, int child_id_size) 
    5656   { 
     
    6565   } 
    6666    
    67    void xios_xml_tree_add_file 
     67   void cxios_xml_tree_add_file 
    6868      (XFileGroupPtr parent_, XFilePtr * child_, const char * child_id, int child_id_size) 
    6969   { 
     
    7878   } 
    7979    
    80    void xios_xml_tree_add_axis 
     80   void cxios_xml_tree_add_axis 
    8181      (XAxisGroupPtr parent_, XAxisPtr * child_, const char * child_id, int child_id_size) 
    8282   { 
     
    9191   } 
    9292    
    93    void xios_xml_tree_add_domain 
     93   void cxios_xml_tree_add_domain 
    9494      (XDomainGroupPtr parent_, XDomainPtr * child_, const char * child_id, int child_id_size) 
    9595   { 
     
    104104   } 
    105105    
    106    void xios_xml_tree_add_fieldtofile 
     106   void cxios_xml_tree_add_fieldtofile 
    107107      (XFilePtr parent_, XFieldPtr * child_, const char * child_id, int child_id_size) 
    108108   { 
     
    122122   // ----------------------- Ajout de groupe à un parent ---------------------- 
    123123 
    124    void xios_xml_tree_add_fieldgroup 
     124   void cxios_xml_tree_add_fieldgroup 
    125125      (XFieldGroupPtr  parent_, XFieldGroupPtr * child_, const char * child_id, int child_id_size) 
    126126   { 
     
    135135   } 
    136136 
    137    void xios_xml_tree_add_gridgroup 
     137   void cxios_xml_tree_add_gridgroup 
    138138      (XGridGroupPtr   parent_, XGridGroupPtr * child_, const char * child_id, int child_id_size) 
    139139   { 
     
    148148   } 
    149149 
    150    void xios_xml_tree_add_filegroup 
     150   void cxios_xml_tree_add_filegroup 
    151151      (XFileGroupPtr parent_, XFileGroupPtr * child_, const char * child_id, int child_id_size) 
    152152   { 
     
    161161   } 
    162162 
    163    void xios_xml_tree_add_axisgroup 
     163   void cxios_xml_tree_add_axisgroup 
    164164      (XAxisGroupPtr parent_, XAxisGroupPtr * child_, const char * child_id, int child_id_size) 
    165165   { 
     
    174174   } 
    175175 
    176    void xios_xml_tree_add_domaingroup 
     176   void cxios_xml_tree_add_domaingroup 
    177177      (XDomainGroupPtr parent_, XDomainGroupPtr * child_, const char * child_id, int child_id_size) 
    178178   { 
     
    187187   } 
    188188 
    189    void xios_xml_tree_add_fieldgrouptofile 
     189   void cxios_xml_tree_add_fieldgrouptofile 
    190190      (XFilePtr parent_, XFieldGroupPtr * child_, const char * child_id, int child_id_size) 
    191191   { 
     
    206206   // ----------------------- Affichage de l'arborescence ---------------------- 
    207207    
    208    void xios_xml_tree_show   (const char * filename, int filename_size)  
     208   void cxios_xml_tree_show   (const char * filename, int filename_size)  
    209209   { 
    210210      std::string filename_str; 
     
    226226   // ----------------------- Parsing de document xml -------------------------- 
    227227    
    228    void xios_xml_parse_file  (const char * filename  , int filename_size) 
     228   void cxios_xml_parse_file  (const char * filename  , int filename_size) 
    229229   { 
    230230      std::string filename_str;  
     
    242242   } 
    243243    
    244    void xios_xml_parse_string(const char * xmlcontent, int xmlcontent_size) 
     244   void cxios_xml_parse_string(const char * xmlcontent, int xmlcontent_size) 
    245245   { 
    246246      std::string xmlcontent_str;  
Note: See TracChangeset for help on using the changeset viewer.