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/scalar.hpp

    r1930 r1934  
    182182        CGathererConnector* getServerFromClientConnector(void) { return serverFromClientConnector_ ;} 
    183183 
    184  
    185  
    186  
     184       private: 
     185         CScattererConnector*  serverToClientConnector_ = nullptr ; 
     186       public:  
     187         CScattererConnector* getServerToClientConnector(void) { return serverToClientConnector_ ;}  
     188 
     189       private: 
     190          map<CContextClient*,CGathererConnector*>  clientFromServerConnector_  ; 
     191       public:  
     192         CGathererConnector* getClientFromServerConnector(CContextClient* client) { return clientFromServerConnector_[client] ;}  
    187193 
    188194      private: 
Note: See TracChangeset for help on using the changeset viewer.