Ignore:
Timestamp:
05/12/20 11:52:13 (4 years ago)
Author:
ymipsl
Message:

XIOS coupling branch
Some updates.

First coupling test is beginning to work...

YM

File:
1 edited

Legend:

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

    r1869 r1875  
    5656         static void ClearAllAttributes(void); 
    5757         std::map<int, size_t> getMinimumBufferSizeForAttributes(CContextClient* client); 
    58          void sendAttributToServer(const string& id, CContextClient* client); 
    59          void sendAttributToServer(CAttribute& attr, CContextClient* client) ; 
    60          void sendAllAttributesToServer(CContextClient* client); 
    61          void sendAddItem(const string& id, int itemType, CContextClient* client); 
     58         void sendAttributToServer(const string& id, CContextClient* client, const string& objectId=""); 
     59         void sendAttributToServer(CAttribute& attr, CContextClient* client, const string& objectId="") ; 
     60         void sendAllAttributesToServer(CContextClient* client, const string& objectId=""); 
     61         void sendAddItem(const string& id, int itemType, CContextClient* client, const string& objectId=""); 
    6262         static void recvAttributFromClient(CEventServer& event) ; 
    6363         static bool dispatchEvent(CEventServer& event) ; 
Note: See TracChangeset for help on using the changeset viewer.