Ignore:
Timestamp:
12/10/10 16:04:54 (14 years ago)
Author:
hozdoba
Message:

Mise à jour

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/XMLIO/c_interface.hpp

    r137 r138  
    5858/* ******************** CONTEXT INTERFACE ******************* */ 
    5959void xios_context_set_current (XPtr const _ctx, bool _wswap); 
    60 void xios_context_create (XPtr * _ctx, const XString _ctx_id, XSize _ctx_id_len, XCalendarType _calType); 
     60void xios_context_create (XPtr * _ctx, const XString _ctx_id, 
     61                          XSize _ctx_id_len, XCalendarType _calType, 
     62                          XInt yr, XInt mth, XInt dd, 
     63                          XInt hr, XInt min, XInt sec); 
    6164 
    6265/* ******************  XML TREE INTERFACE ******************* */ 
     
    146149XML_SET_STRING(domain, domtype, domtype) ; 
    147150 
    148 /* ******************  DATA TREATMENT INTERFACE ******************* */ 
     151/* ******************* DATA TREATMENT INTERFACE ******************* */ 
    149152void xios_dtreatment_start(XPtr const _context, XFileType filetype); 
     153void xios_dtreatment_end(void); 
     154 
     155void xios_write_data(const XString _field_id, XSize _field_id_len, double * data_k8, 
     156                     XSize data_Xsize, XSize data_Ysize, XSize data_Zsize); 
     157 
     158/* ********************** CALENDAR INTERFACE ********************* */ 
     159 
     160void xios_update_calendar(int step); 
     161void xios_set_timestep(double ts_year, double ts_month, double ts_day, 
     162                       double ts_hour, double ts_minute, double ts_second); 
     163 
     164 
    150165 
    151166#ifdef __cplusplus 
Note: See TracChangeset for help on using the changeset viewer.