Commit graph

474 commits

Author SHA1 Message Date
Dan Paulat
d9a7858c2d Fix nested structure compliance with C++ standard 2025-08-25 21:03:41 -05:00
Dan Paulat
072865d2e5 Addressing clang-tidy findings 2025-08-24 22:28:38 -05:00
Dan Paulat
193f42318c li/vn/mode struct should not be anonymous 2025-08-24 22:16:30 -05:00
Dan Paulat
c5b858021f #include <optional> is required 2025-08-24 22:14:30 -05:00
Dan Paulat
bd27d0e562 Update most instances of current time to use a time offset 2025-08-22 23:42:08 -05:00
Dan Paulat
719142ca12 UTC in the main window should use the NTP time offset 2025-08-22 22:29:25 -05:00
Dan Paulat
c76c9b57ed Wait for an initial offset prior to proceeding with initialization 2025-08-22 22:28:55 -05:00
Dan Paulat
88d968a533 Run NTP client in the background 2025-08-22 20:08:04 -05:00
Dan Paulat
dfb00b96df NTP polling 2025-08-10 18:03:32 -05:00
Dan Paulat
258466e02c NTP time offset calculation 2025-08-10 00:24:48 -05:00
Dan Paulat
94d81c0c6b Initial NTP protocol functionality 2025-08-09 01:19:51 -05:00
Dan Paulat
3000e23cb1 TBB is used for Linux only 2025-06-15 00:03:07 -05:00
Dan Paulat
cb81287c08 libc++experimental needs linked with -fexperimental-library 2025-06-15 00:03:07 -05:00
Dan Paulat
ac4521483d std::accumulate is defined in <numeric> 2025-06-15 00:03:07 -05:00
Dan Paulat
9f641dcdc5 When using libc++, -fexperimental-library should be used 2025-06-15 00:03:07 -05:00
Dan Paulat
b6aa85a916 Remove unused variables 2025-06-15 00:03:07 -05:00
Dan Paulat
571fdfa692 Boost 1.88 requires type_traits include 2025-05-30 04:59:35 +00:00
Dan Paulat
9d6a0358d0 Flush logs every 3 seconds or on logging info or higher 2025-05-18 00:25:41 -05:00
Dan Paulat
04e45978ad EET does not use default scale and offset 2025-05-17 22:47:01 -05:00
Dan Paulat
f3debc08de clang-tidy updates for AWIPS message 2025-05-17 17:12:23 -05:00
Dan Paulat
018052b78d Address RDA/RPG Build 23.0 clang-tidy comments 2025-05-17 15:44:41 -05:00
Dan Paulat
ade40806b6 AWIPS message byte swap cleanup 2025-05-17 15:38:26 -05:00
Dan Paulat
2a5068c4bb Fixing formatting 2025-05-17 01:21:32 -05:00
Dan Paulat
b0e7f24be2 Fix RdaAdaptationData seek offset 2025-05-17 00:45:36 -05:00
Dan Paulat
c0280fcfab Add missing data_size() function to DigitalRasterDataArrayPacket 2025-05-17 00:25:07 -05:00
Dan Paulat
68a5baa5c4 RPG clang-tidy cleanup 2025-05-17 00:18:07 -05:00
Dan Paulat
e49adafda9 Update RPG to Build 23.0 2025-05-16 23:51:12 -05:00
Dan Paulat
926cce1eac Level2MessageFactory clang-tidy cleanup 2025-05-16 23:51:12 -05:00
Dan Paulat
f709380a97 Add RdaPrfData (message type 32) 2025-05-16 23:51:12 -05:00
Dan Paulat
fd6c224fc2 Modified RDA message clang-tidy cleanup 2025-05-16 23:51:12 -05:00
Dan Paulat
2025698d88 Updating modified messages for RDA Build 23.0 2025-05-16 23:51:11 -05:00
AdenKoperczak
0438b65208
Fix clang format errors for level_2_chunks 2025-05-10 09:50:54 -04:00
AdenKoperczak
969267b661
Added back logging as traces for level_2_chunks 2025-05-10 09:50:54 -04:00
AdenKoperczak
4906800a22
Resolve TODOs in level_2_chunks 2025-05-10 09:50:54 -04:00
AdenKoperczak
3d7da7d971
Disable logging for level 2 chunks 2025-05-10 09:50:54 -04:00
AdenKoperczak
2daf4d8ba4
Remove some unneded methods added in level_2_chunks 2025-05-10 09:50:53 -04:00
AdenKoperczak
759a9e4379
Parallelize the chunks loading and load from archive when possible 2025-05-10 09:50:53 -04:00
AdenKoperczak
e10ebdeb5e
switch level2 incoming elevation to optional 2025-05-10 09:50:53 -04:00
AdenKoperczak
16a73ed872
Add previous scans for stepping back in time when merging level2 files 2025-05-10 09:50:53 -04:00
AdenKoperczak
309a5ed25e
Clean up some functions in chunks data provider 2025-05-10 09:50:52 -04:00
AdenKoperczak
1f0d2a7a66
Change the selection of the most recent level 2 scan to avoid certain
improper removal from causing issues.
2025-05-10 09:50:52 -04:00
AdenKoperczak
314d3f5b9b
Use static cast when getting elevations to convert from double to float take 2 2025-05-10 09:50:52 -04:00
AdenKoperczak
34eb3af698
Use static cast when getting elevations to convert from double to float 2025-05-10 09:50:52 -04:00
AdenKoperczak
0f95439b61
Initial clang format/tidy fixes for level_2_chunks 2025-05-10 09:50:52 -04:00
AdenKoperczak
0bda6296c0
Add indicator of what level is currently being updated with level 2 chunks. 2025-05-10 09:50:52 -04:00
AdenKoperczak
6ca76b9eca
Move elevation conversion code into VCP and DRD code 2025-05-10 09:50:52 -04:00
AdenKoperczak
63585af26d
Get level2 chunks and archive working together, reduce logging of level2 chunks 2025-05-10 09:50:51 -04:00
AdenKoperczak
094d286b41
fully working merging of data from last and current scan 2025-05-10 09:50:51 -04:00
AdenKoperczak
8b7a3e9781
partiallaly complete merging of radar data 2025-05-10 09:50:51 -04:00
AdenKoperczak
ac6d6093ec
updated how the most recent scan was determined to ensure correctness 2025-05-10 09:50:51 -04:00