Ignore:
Timestamp:
12/12/19 18:15:14 (5 years ago)
Author:
ymipsl
Message:
  • Preparing coupling functionalities.
  • Make some cleaner things

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/object_template.hpp

    r1542 r1784  
    5656         static void ClearAllAttributes(void); 
    5757         std::map<int, size_t> getMinimumBufferSizeForAttributes(CContextClient* client); 
    58          void sendAttributToServer(const string& id); 
    5958         void sendAttributToServer(const string& id, CContextClient* client); 
    60          void sendAttributToServer(CAttribute& attr) ; 
    6159         void sendAttributToServer(CAttribute& attr, CContextClient* client) ; 
    62          void sendAllAttributesToServer(); 
    6360         void sendAllAttributesToServer(CContextClient* client); 
    64          void sendAddItem(const string& id, int itemType); 
    6561         void sendAddItem(const string& id, int itemType, CContextClient* client); 
    6662         static void recvAttributFromClient(CEventServer& event) ; 
Note: See TracChangeset for help on using the changeset viewer.