Ignore:
Timestamp:
11/13/14 15:09:14 (10 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/attribute_map.hpp

    r501 r509  
    3333            void clearAllAttributes(void); 
    3434 
     35            void clearAttribute(const StdString& key); 
     36 
    3537            /// Destructeur /// 
    3638            virtual ~CAttributeMap(void); 
     
    4345            virtual StdString toString(void) const; 
    4446            virtual void fromString(const StdString & str); 
    45              
     47 
    4648//            virtual void toBinary  (StdOStream & os) const; 
    4749//            virtual void fromBinary(StdIStream & is); 
Note: See TracChangeset for help on using the changeset viewer.