Linux Kernel
3.7.1
|
#include <dfs_pattern_detector.h>
Data Fields | |
u8 | type_id |
u8 | width_min |
u8 | width_max |
u16 | pri_min |
u16 | pri_max |
u8 | num_pri |
u8 | ppb |
u8 | ppb_thresh |
u8 | max_pri_tolerance |
struct radar_detector_specs - detector specs for a radar pattern type : pattern type, as defined by regulatory : minimum radar pulse width in [us] : maximum radar pulse width in [us] : minimum pulse repetition interval in [us] (including tolerance) : minimum pri in [us] (including tolerance) : maximum number of different pri for this type : pulses per bursts for this type : number of pulses required to trigger detection : pulse time stamp tolerance on both sides [us]
Definition at line 50 of file dfs_pattern_detector.h.
u8 max_pri_tolerance |
Definition at line 59 of file dfs_pattern_detector.h.
u8 num_pri |
Definition at line 56 of file dfs_pattern_detector.h.
Definition at line 57 of file dfs_pattern_detector.h.
u8 ppb_thresh |
Definition at line 58 of file dfs_pattern_detector.h.
u16 pri_max |
Definition at line 55 of file dfs_pattern_detector.h.
u16 pri_min |
Definition at line 54 of file dfs_pattern_detector.h.
u8 type_id |
Definition at line 51 of file dfs_pattern_detector.h.
u8 width_max |
Definition at line 53 of file dfs_pattern_detector.h.
u8 width_min |
Definition at line 52 of file dfs_pattern_detector.h.