Ignore:
Timestamp:
09/16/20 18:34:23 (4 years ago)
Author:
ymipsl
Message:

Big update on on going work related to data distribution and transfer between clients and servers.
Revisite of the source and store filter using "connectors".

-> inputs work again

YM

File:
1 edited

Legend:

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

    r1930 r1934  
    277277        CGathererConnector* getServerFromClientConnector(void) { return serverFromClientConnector_ ;} 
    278278 
    279  
     279       private: 
     280         CScattererConnector*  serverToClientConnector_ = nullptr ; 
     281       public:  
     282         CScattererConnector* getServerToClientConnector(void) { return serverToClientConnector_ ;}  
     283 
     284       private: 
     285          map<CContextClient*,CGathererConnector*>  clientFromServerConnector_  ; 
     286       public:  
     287         CGathererConnector* getClientFromServerConnector(CContextClient* client) { return clientFromServerConnector_[client] ;}  
    280288 
    281289         DECLARE_REF_FUNC(Axis,axis) 
Note: See TracChangeset for help on using the changeset viewer.