Ignore:
Timestamp:
02/23/12 14:57:50 (12 years ago)
Author:
ymipsl
Message:

Add splitting file functionality
new file attribut "split_freq" to put the frequency of splitting

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/file.hpp

    r318 r321  
    104104         static bool dispatchEvent(CEventServer& event) ; 
    105105         bool isSyncTime(void) ; 
     106         bool checkSplit(void) ; 
     107         bool checkSync(void) ; 
     108         void checkFile(void) ; 
     109         void initFile(void) ; 
    106110         date::CDate* lastSync ; 
     111         date::CDate* lastSplit ; 
    107112         date::CDuration syncFreq ; 
     113         date::CDuration splitFreq ; 
     114         date::CDuration outputFreq ; 
    108115         int nbDomain ; 
     116         bool isOpen ; 
    109117      private : 
    110118 
Note: See TracChangeset for help on using the changeset viewer.