Ignore:
Timestamp:
10/14/20 11:38:20 (4 years ago)
Author:
oabramkina
Message:

dev_oa: adding interface to xios_send permitting sending a tile

File:
1 edited

Legend:

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

    r1704 r1963  
    4848      void streamData(CDate date, const CArray<double, N>& data); 
    4949 
     50      template <int N> 
     51      void streamTile(CDate date, const CArray<double, N>& data, int ntile); 
     52 
    5053      void virtual buildGraph(CDataPacketPtr packet); 
    5154 
     
    7578      const bool compression ; //!< indicates if data need to be compressed : on client side : true, on server side : false 
    7679      const bool mask ;        //!< indicates whether grid mask should be applied (true for clients, false for servers) 
     80      int ntiles ; 
    7781  }; // class CSourceFilter 
    7882} // namespace xios 
Note: See TracChangeset for help on using the changeset viewer.