Commit Graph

695 Commits

Author SHA1 Message Date
847b6d931d rename platform library with consitant project name 2023-03-31 09:55:02 -04:00
396aac84f3 reorder for readability 2023-03-31 01:52:08 -04:00
aaacd8539b build as a shared library 2023-03-31 01:51:14 -04:00
40a3342317 use preferred naming convention for build 2023-03-31 01:49:38 -04:00
b55a8fdd83 link by module namespace referance 2023-03-31 01:46:35 -04:00
db81ecefdc add namespace aliases to cmake 2023-03-31 01:42:40 -04:00
c2ab4d9b22 remove unnecessary cmake directives 2023-03-31 01:37:37 -04:00
f9efddf583 cleanup comments 2023-03-30 20:15:35 -04:00
6cd9a9e6df correctly scale return value, with comment about linearity 2023-03-30 20:14:59 -04:00
cd884a8593 mark standards parameters as static 2023-03-30 20:13:26 -04:00
b6e9425083 evaluate non-dim from millivolts 2023-03-30 19:16:54 -04:00
8979dd4699 Hysteresis aware method for calculating non-dim switch state 2023-03-30 14:55:12 -04:00
9c5654b34d retain low-end resolution 2023-03-30 14:40:29 -04:00
2c72607dc3 E1.3 0-10V support 2023-03-30 13:56:14 -04:00
3ef5e0498b set default merge mode 2022-12-12 13:43:40 -05:00
7dfb0a81d7 universe arbitration is a helper not a subclass 2022-12-12 13:39:10 -05:00
64e6ee1c0a add refresh function to consolidate maintenance tasks 2022-12-12 11:32:26 -05:00
f5d99a03e6 remove unused base class function 2022-12-12 11:31:29 -05:00
d87fbcf25d unify the callback handlers 2022-12-12 11:29:41 -05:00
64140eb757 cache the dominant universe 2022-12-11 21:30:37 -05:00
e219e64d28 doc updates 2022-12-11 21:30:26 -05:00
472b6a1c39 retriever of sources metadata 2022-12-11 21:24:27 -05:00
a2bd30dbe5 better to just call the callback doer in a lambda 2022-12-11 21:23:34 -05:00
74de2c07af don't pay attention to universes that may not be dominant 2022-12-11 21:22:17 -05:00
27179b4e00 use a single vector for all callback tokens 2022-12-11 16:53:54 -05:00
b5f3e63b36 add callbacks for member changes 2022-12-11 16:48:42 -05:00
59dbad2264 reorder header 2022-12-11 16:48:06 -05:00
b84d7bafe9 explicitly call the base class function 2022-12-11 16:46:11 -05:00
059c115c15 do data callbacks after synchronization 2022-12-11 16:45:37 -05:00
ce51e17ddd use the existing metadata 2022-12-11 16:13:10 -05:00
6da7001c67 refactor class and file name 2022-12-11 16:04:44 -05:00
89716e1af5 make HTP the default merge mode 2022-12-11 15:58:40 -05:00
12b34cef6e refactor class and file name 2022-12-11 15:58:28 -05:00
7676cd54a2 configurable merge mode for received universes 2022-12-11 14:55:05 -05:00
b18fb9547f menues doen't behave well with icons 2022-12-11 13:51:59 -05:00
b48c90bfee merge mode is a property of the universe not the receiver 2022-12-11 10:00:24 -05:00
628459840d additional action icons 2022-12-11 09:59:59 -05:00
a3eb42523e stubs for the OSC library 2022-12-11 09:58:26 -05:00
293b2060b8 don't hold the control lock when doing callbacks 2022-12-10 13:34:45 -05:00
99e42dba17 shorten activity blink off time 2022-12-10 13:21:31 -05:00
0b02bc3c14 toggle'able hold-last-look 2022-12-10 13:20:39 -05:00
986dc9b89e remove hold-last-look behaviors from receiver to universe 2022-12-10 12:24:17 -05:00
849da8cecb take the control lock when running callbacks 2022-12-10 11:30:23 -05:00
8ce86353c9 opportunistically perform maintenance tasks 2022-12-10 11:15:02 -05:00
dbcde09616 more of making thing constant 2022-12-10 11:12:44 -05:00
52758cc904 use the volatile global enabled flag 2022-12-10 11:08:18 -05:00
37367cb6b4 explicit constructors and virtual destructors 2022-12-10 11:07:13 -05:00
19df7540c1 set organization name before loading settings 2022-12-10 11:05:31 -05:00
eb47f6543f correct locking semantics 2022-12-09 23:09:52 -05:00
8221c90e24 remove commented code 2022-12-09 23:09:26 -05:00