20 March 2021 - 26 March 2021
Table of Contents
Spring has really sprung.
1. Santa Cruz Weather Station
Mast sensors still broken
2. EPICS
2.1. u3hv-scpi
2.1.1. Reimplemented syst:int:show? to accept a channel list
2.1.2. Added CodeChecker analysis
Fixed problems reported by same
2.1.3. cleaned up and checked in
3. Brini Tracker II
Buttons still work after ten weeks week of runtime. GPS display update seems to be intermittent as it is not working at this moment. But the date is correct.
4. wktcolor
Started outline. Will use "modern C++" as the underlying libraries needed are in C++. Initial plan was to use CGAL (http://www.gcal.org) but some CGAL headers (like the exact Kernel) appear to hang clang-analyzer, or at least take over 15 min. to analyze. This seems to me true to CGAL form, as I recall from the old days when GCC barely supported templates, that a CGAL compile (if it worked) would take a very long time.
Instead of CGAL, will probably use boost graph and geometry libraries.