Ignore:
Timestamp:
10/13/15 15:14:23 (9 years ago)
Author:
rlacroix
Message:

Correctly estimate the needed buffer sizes.

The attributes were not considered which could lead to incorrect estimations.

File:
1 edited

Legend:

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

    r591 r731  
    5454         /// Traitement statique /// 
    5555         static void ClearAllAttributes(void); 
     56         std::map<int, size_t> getMinimumBufferSizeForAttributes(); 
    5657         void sendAttributToServer(const string& id); 
    5758         void sendAttributToServer(CAttribute& attr) ; 
Note: See TracChangeset for help on using the changeset viewer.