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

    r1930 r1934  
    2323#include "client_from_server_source_filter.hpp" 
    2424#include "client_to_model_store_filter.hpp" 
     25#include "server_to_client_store_filter.hpp" 
    2526 
    2627 
     
    203204         
    204205        void writeField(const CArray<double,1>& data); 
    205         bool sendReadDataRequest(const CDate& tsDataRequested, CContextClient* client); 
     206        bool sendReadDataRequest(const CDate& tsDataRequested); 
    206207        bool sendReadDataRequestIfNeeded(void); 
    207208        static void recvReadDataRequest(CEventServer& event); 
     
    434435 
    435436         //! The terminal filter which send data from server to client 
    436          std::shared_ptr<CServerToClientFilter> serverToClientFilter_; 
     437         std::shared_ptr<CServerToClientStoreFilter> serverToClientStoreFilter_; 
    437438 
    438439 
Note: See TracChangeset for help on using the changeset viewer.