diff options
author | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:45:30 +0900 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:45:30 +0900 |
commit | b69ba4a8be5b0410c9d93537be4824658904040e (patch) | |
tree | 9198a9d69144dd4d07b1efde106f2975845e031f /globals.h | |
parent | 92572cdd82ef8cce33eb52359f14ab0f2b13bd12 (diff) |
limit maximum PRF if offset is high in 101x-OT unitsINSTRUMENT_6_0_2d
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -90,6 +90,7 @@ #define Startup_Not_Finished 76 #define DelayRangeError 77 #define ExternalModeDelayError 78 +#define PRF_limited_by_offset 79 #define YES 1 #define NO 0 @@ -725,6 +726,9 @@ typedef struct { char force_monotonic_ext_trig_delay[max_channels]; /* addr 10152 - maybe for AVL-5-B-PN-TR-DP-KMPD */ + float max_freq_for_high_ot[max_channels]; /* addr 10154, for 1011-OT */ + float high_ot[max_channels]; /* addr 10162, for 1011-OT */ + char flash_end; } FlashStruct; |