4#include <NDEVR/INIInterface.h>
15 bool acceptPoint(
const PolarScanRecord<fltp04>& record);
16 void getINI(INIFactory& factory)
override;
17 Bounds<3, fltp04> cartesian_range_bounds;
18 Bounds<1, fltp04> distance_range_bounds;
19 Bounds<1, fltp04> intensity_bounds;
20 Buffer<fltp08> intensity_map;
21 Buffer<fltp08> intensity_last_distance_cutoffs;
22 Buffer<fltp08> intensity_max_range_cutoffs;
23 PolarScanRecord<fltp04> last_record;
24 PolarScanRecord<fltp04> avg_record;
25 fltp08 min_last_point_distance;
26 fltp08 min_last_point_intensity_difference;
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:96
double fltp08
Defines an alias representing an 8 byte floating-point number.
Definition BaseValues.hpp:149