Ignore:
Timestamp:
05/05/17 08:58:36 (7 years ago)
Author:
rlacroix
Message:

Instant filter: Optimize the sampling when it is easy to do so.

This way the "xios_field_is_active" function can provide more useful information for the current timestamp even if the user did not specify "freq_op" and "freq_offset".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/filter/temporal_filter.hpp

    r1122 r1123  
    5151      CArray<double, 1> tmpData; //!< The array of data used for temporary storage 
    5252      const CDuration samplingFreq; //!< The sampling frequency, i.e. the frequency at which the input data will be used 
     53      const CDuration samplingOffset; //!< The sampling offset, i.e. the offset after which the input data will be used 
    5354      const CDuration opFreq; //!< The operation frequency, i.e. the frequency at which the output data will be computed 
    5455      CDate nextSamplingDate; //!< The date of the next sampling 
Note: See TracChangeset for help on using the changeset viewer.