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

    r1930 r1934  
    349349       public:  
    350350         CScattererConnector* getClientToServerConnector(CContextClient* client) { return clientToServerConnector_[client] ;} 
     351        
    351352       private: 
    352353         CGathererConnector*  gathererConnector_ ; 
     
    354355         CDistributedElement* elementFrom_ ; 
    355356       public: 
    356         CGathererConnector* getServerFromClientConnector(void) { return serverFromClientConnector_ ;} 
    357  
     357         CGathererConnector* getServerFromClientConnector(void) { return serverFromClientConnector_ ;} 
     358 
     359       private: 
     360         CScattererConnector*  serverToClientConnector_ = nullptr ; 
     361       public:  
     362         CScattererConnector* getServerToClientConnector(void) { return serverToClientConnector_ ;}  
     363 
     364       private: 
     365         map<CContextClient*,CGathererConnector*>  clientFromServerConnector_  ; 
     366       public:  
     367         CGathererConnector* getClientFromServerConnector(CContextClient* client) { return clientFromServerConnector_[client] ;}         
    358368          
    359369 
Note: See TracChangeset for help on using the changeset viewer.