1
0
Fork 0
Commit Graph

37 Commits

Author SHA1 Message Date
Kevin Matz 7dfb0a81d7 universe arbitration is a helper not a subclass 2022-12-12 13:39:10 -05:00
Kevin Matz f5d99a03e6 remove unused base class function 2022-12-12 11:31:29 -05:00
Kevin Matz d87fbcf25d unify the callback handlers 2022-12-12 11:29:41 -05:00
Kevin Matz 059c115c15 do data callbacks after synchronization 2022-12-11 16:45:37 -05:00
Kevin Matz 89716e1af5 make HTP the default merge mode 2022-12-11 15:58:40 -05:00
Kevin Matz 7676cd54a2 configurable merge mode for received universes 2022-12-11 14:55:05 -05:00
Kevin Matz 0b02bc3c14 toggle'able hold-last-look 2022-12-10 13:20:39 -05:00
Kevin Matz dbcde09616 more of making thing constant 2022-12-10 11:12:44 -05:00
Kevin Matz eb47f6543f correct locking semantics 2022-12-09 23:09:52 -05:00
Kevin Matz 0c9c85830e use dynamic casts if RTTI is an available feature 2022-12-09 16:04:31 -05:00
Kevin Matz 4975c7e809 rearrange in header order 2022-12-09 15:16:03 -05:00
Kevin Matz 1d1be459c8 rename mutex for consistency 2022-12-09 11:54:52 -05:00
Kevin Matz 7f8e9ce4ac shared lock for universe access control 2022-12-09 11:18:27 -05:00
Kevin Matz f1d3fe0256 use a shared mutex to lock the dimmer data 2022-12-09 10:28:02 -05:00
Kevin Matz 4fa5a2794a use initializer list to create sender 2022-12-09 09:25:29 -05:00
Kevin Matz 4d7413b949 move all of transmitting to the helper class 2022-12-08 21:22:20 -05:00
Kevin Matz 466efd7477 move tx to a helper class 2022-12-08 19:09:39 -05:00
Kevin Matz d67b3b8f40 adapt to the DMP rx/tx mechanism 2022-12-08 18:05:33 -05:00
Kevin Matz f9896ff5f3 add synchronization reset helper 2022-12-08 18:04:37 -05:00
Kevin Matz 85a7ec4762 strictly enforce recieved sequence numbers 2022-12-08 17:56:02 -05:00
Kevin Matz 0ac22b232d inherit from DMP::Component 2022-12-08 17:50:29 -05:00
Kevin Matz 46938de0f5 refactor for readability 2022-12-08 17:47:37 -05:00
Kevin Matz e34a5acb5c metadata is a more descriptive property name 2022-12-08 10:12:25 -05:00
Kevin Matz ce3e1ebf7c capitalize the Range struct 2022-12-07 21:56:17 -05:00
Kevin Matz 7434ac3d91 fix off-by-one error 2022-12-06 18:04:37 -05:00
Kevin Matz f496b89e44 prefer the block setting code path 2022-12-06 18:04:19 -05:00
Kevin Matz 97ef3d5078 allocate loop control variables before the loop 2022-12-06 15:38:20 -05:00
Kevin Matz b07d505bce only send 3 terminated universe frames 2022-12-06 14:52:06 -05:00
Kevin Matz 8a2e838916 only reset the sequence number for received terminated universes 2022-12-06 14:51:43 -05:00
Kevin Matz 738ced6964 fix off-by-one in range check 2022-12-06 13:24:09 -05:00
Kevin Matz ca75a9973c the status indicator widget 2022-12-06 00:16:00 -05:00
Kevin Matz be17ea9bb5 remove redundant local variable 2022-12-02 15:35:08 -05:00
Kevin Matz 2cb021b184 reset the sequence number on termination 2022-12-02 13:09:58 -05:00
Kevin Matz 6a977bbf01 prefer the copy_n method for readability 2022-12-02 13:09:18 -05:00
Kevin Matz 2491054e1d cleanup universe status setting 2022-12-02 13:04:06 -05:00
Kevin Matz 874f6482a3 initialize varibles in the constructor 2022-11-30 09:54:24 -05:00
Kevin Matz a86d968569 move sACN to a subproject 2022-11-28 15:06:48 -05:00