Ignore:
Timestamp:
11/13/14 15:09:14 (9 years ago)
Author:
mhnguyen
Message:

Implementing buffer size auto-detection for mode client -server

+) Process xml tree in client side then send all the information to server
+) Only information enabled fields in enabled files are sent to server
+) Some important change in structure of code which must be refactored

Test
+) On Curie
+) Only mode client-server
+) Passed for all tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/xml_parser.hpp

    r501 r509  
    1717         public : 
    1818 
    19             static void ParseFile(const StdString & filename); 
     19            static void ParseFile(const StdString & filename, const std::set<StdString>& parseList = std::set<StdString>()); 
    2020            static void ParseString(const StdString & xmlContent); 
    21             static void ParseStream(StdIStream & stream, const string& fluxId); 
     21            static void ParseStream(StdIStream & stream, const string& fluxId, const std::set<StdString>& parseList); 
    2222            template <class T> 
    2323               static void ParseInclude(StdIStream & stream, const string& fluxId, T & object); 
Note: See TracChangeset for help on using the changeset viewer.