Commit Graph

142 Commits

Author SHA1 Message Date
47a71072ce introduce a model for tracking attached widgets 2023-04-09 20:46:28 -04:00
e435e04945 do the pointer arithmetic before casting 2023-04-09 20:20:17 -04:00
02d4d3a8b8 method for retrieving the serial port info 2023-04-09 20:18:16 -04:00
a132719db9 use a signed write buffer and only cast it to unsigned once 2023-04-09 20:14:57 -04:00
ca24b7878c only write the message data if there is any 2023-04-09 20:09:03 -04:00
7663b84ec5 discard used bytes without the offset 2023-04-09 20:07:41 -04:00
4c0bf5ded8 use the MessageData creator to instantiate the correct specialized type 2023-04-09 20:06:43 -04:00
d7d64fa13c single assignment assembly of the length 2023-04-09 19:58:56 -04:00
63e16701b9 explicitly compare as unsigned value 2023-04-09 19:57:44 -04:00
ea3bf9e5e8 skip a few parsing steps if the buffer is empty 2023-04-09 19:56:32 -04:00
32c6ccb60c leave the port always connected 2023-04-09 19:52:24 -04:00
f69c50d66d available widgets will return the widgets themselves 2023-04-09 19:42:21 -04:00
c89f55c107 message i/o for the serial port 2023-04-06 20:07:52 -04:00
3ab0c1141c include the fw version in widget info struct 2023-04-06 19:55:08 -04:00
a355edd722 use the USB mode to determine connection state 2023-04-06 09:40:00 -04:00
024d965f83 manage the qserialport open state 2023-04-05 18:07:48 -04:00
640fa888c7 search serial ports for connected devices 2023-04-05 12:42:18 -04:00
1b272f0d23 rename USB host side methods 2023-04-05 08:10:59 -04:00
aaa6e04817 bring enums into the local namespace 2023-04-05 07:53:22 -04:00
8fdd8573af meta-object register the API enums 2023-04-03 16:53:22 -04:00
f6c45d3b7f QFlags for the RX errors 2023-04-03 16:46:06 -04:00
d68c37fa82 use QSerialPort for IO 2023-04-03 16:45:32 -04:00
76a7078cef build files for a Qt platform driver for the ENTTEC DMX USB Pro 2023-04-03 09:59:18 -04:00
d54b714981 private linking only for Qt modules 2023-04-03 09:24:40 -04:00
ebb8c284f9 enable automoc and friends for all Qt platform drivers 2023-04-03 08:58:28 -04:00
12fddd4caa unify project version 2023-04-03 08:57:54 -04:00
94c4af768e move the Qt sACN platform driver to a subdirectory 2023-04-03 08:47:49 -04:00
8e41fc72c2 use the bufferstream library 2023-04-02 13:24:55 -04:00
847b6d931d rename platform library with consitant project name 2023-03-31 09:55:02 -04:00
b55a8fdd83 link by module namespace referance 2023-03-31 01:46:35 -04:00
c2ab4d9b22 remove unnecessary cmake directives 2023-03-31 01:37:37 -04:00
7dfb0a81d7 universe arbitration is a helper not a subclass 2022-12-12 13:39:10 -05:00
d87fbcf25d unify the callback handlers 2022-12-12 11:29:41 -05:00
7676cd54a2 configurable merge mode for received universes 2022-12-11 14:55:05 -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
37367cb6b4 explicit constructors and virtual destructors 2022-12-10 11:07:13 -05:00
1f57ef1029 use seperate sockets for rx and tx 2022-12-09 21:00:38 -05:00
47bc2c9ffd immediately delete the terminated universe 2022-12-08 21:21:04 -05:00
e34a5acb5c metadata is a more descriptive property name 2022-12-08 10:12:25 -05:00
f496b89e44 prefer the block setting code path 2022-12-06 18:04:19 -05:00
5ad7b5505e give all universe callbacks the same signature 2022-12-06 13:30:40 -05:00
ca75a9973c the status indicator widget 2022-12-06 00:16:00 -05:00
302cf63ca6 consistency across ternary returns 2022-12-04 10:36:37 -05:00
501167c8ee use the Qt macros for Qt containers 2022-12-04 10:34:57 -05:00
af3cf519f1 add const keyword 2022-12-04 00:32:12 -05:00
14a3b644f8 remove unused functions 2022-12-04 00:30:28 -05:00
8f3c59783f move the multiverse model to the platform library 2022-12-03 22:51:55 -05:00
c46ca4b0cc move the universe model to the platform library 2022-12-03 21:33:23 -05:00
4241cd0c38 prefer QTimer api for readability 2022-12-03 10:59:22 -05:00