|
nidas v1.2.3
|
Private data used by a boxcar filter. More...
Public Attributes | |
| int | decimate |
| int | nvars |
| int * | vindices |
| int32_t * | sums |
| int | npts |
| int | count |
| dsm_sample_time_t | tsave |
| short | sampleIndex |
Private data used by a boxcar filter.
| int boxcar_filter::count |
Referenced by boxcar_filter().
| int boxcar_filter::decimate |
Referenced by boxcar_filter().
| int boxcar_filter::npts |
Referenced by boxcar_filter().
| int boxcar_filter::nvars |
Referenced by boxcar_filter().
| short boxcar_filter::sampleIndex |
Referenced by boxcar_filter().
| int32_t* boxcar_filter::sums |
Referenced by boxcar_cleanup(), and boxcar_filter().
| dsm_sample_time_t boxcar_filter::tsave |
Referenced by boxcar_filter().
| int* boxcar_filter::vindices |
Referenced by boxcar_cleanup(), and boxcar_filter().