Ignore:
Timestamp:
01/10/17 14:36:29 (7 years ago)
Author:
oabramkina
Message:

Intermeadiate version for merging with new server functionalities.

File:
1 edited

Legend:

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

    r756 r1021  
    1919       * Constructs a source filter accepting data attached to the specified grid. 
    2020       * 
     21       * \param gc the garbage collector associated with this filter 
    2122       * \param grid the grid to which the data is attached 
    2223       * \param offset the offset applied to the timestamp of all packets 
     24       * \param manualTrigger whether the output should be triggered manually 
    2325       */ 
    24       CSourceFilter(CGrid* grid, const CDuration offset = NoneDu); 
     26      CSourceFilter(CGarbageCollector& gc, CGrid* grid, 
     27                    const CDuration offset = NoneDu, bool manualTrigger = false); 
    2528 
    2629      /*! 
Note: See TracChangeset for help on using the changeset viewer.