Ignore:
Timestamp:
01/25/17 16:25:17 (7 years ago)
Author:
yushan
Message:

initialize the branch

File:
1 edited

Legend:

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

    r1018 r1037  
    1919       * Constructs a source filter accepting data attached to the specified grid. 
    2020       * 
    21        * \param gc the garbage collector associated with this filter 
    2221       * \param grid the grid to which the data is attached 
    2322       * \param offset the offset applied to the timestamp of all packets 
    24        * \param manualTrigger whether the output should be triggered manually 
    25        * \param hasMissingValue whether data has missing value 
    26        * \param defaultValue missing value to detect 
    2723       */ 
    28       CSourceFilter(CGarbageCollector& gc, CGrid* grid, 
    29                     const CDuration offset = NoneDu, bool manualTrigger = false, 
    30                     bool hasMissingValue = false, 
    31                     double defaultValue = 0.0); 
     24      CSourceFilter(CGrid* grid, const CDuration offset = NoneDu); 
    3225 
    3326      /*! 
     
    6255      CGrid* grid; //!< The grid attached to the data the filter can accept 
    6356      const CDuration offset; //!< The offset applied to the timestamp of all packets 
    64       bool hasMissingValue; 
    65       double defaultValue; 
    6657  }; // class CSourceFilter 
    6758} // namespace xios 
Note: See TracChangeset for help on using the changeset viewer.