Ignore:
Timestamp:
06/25/19 16:14:54 (5 years ago)
Author:
yushan
Message:

MARK: Dynamic workflow graph developement. Branch up to date with trunk @1663.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/filter/source_filter.hpp

    r1668 r1677  
    5050      void streamData(CDate date, const CArray<double, N>& data); 
    5151 
     52      template <int N> 
     53      void streamData(CDate date, const CArray<double, N>& data, const StdString field_id); 
     54 
    5255      /*! 
    5356       * Transforms the data received from the server into a packet and send it 
     
    6669       */ 
    6770      void signalEndOfStream(CDate date); 
     71      std::pair<int, int> filterID; 
     72      std::vector<int> filterIDoutputs; 
    6873 
    6974    private: 
     
    7479      const bool compression ; //!< indicates if data need to be compressed : on client side : true, on server side : false 
    7580      const bool mask ;        //!< indicates whether grid mask should be applied (true for clients, false for servers) 
     81 
    7682  }; // class CSourceFilter 
    7783} // namespace xios 
Note: See TracChangeset for help on using the changeset viewer.