1
0
Fork 0
Commit Graph

325 Commits

Author SHA1 Message Date
Kevin Matz 745d62f4a1 qt6 versionless targets 2021-09-06 13:28:07 -04:00
Kevin Matz b3ee265745 rework directory structure 2021-09-06 12:54:28 -04:00
Kevin Matz 0090fa5706 drop models from library 2021-09-06 07:02:22 -04:00
Kevin Matz d021366fc8 fixed length strings get written null-terminated by default 2021-09-05 12:37:58 -04:00
Kevin Matz 25227ff083 track relative address offests 2021-09-04 17:41:02 -04:00
Kevin Matz c6386b0272 add rest of discovery information from PDU 2021-09-04 17:39:46 -04:00
Kevin Matz 5fe5b71148 ordered discovered universes 2021-09-04 17:38:55 -04:00
Kevin Matz 777732e378 less than operator overloads 2021-09-04 17:37:58 -04:00
Kevin Matz 7a1bcd74ca return a fake provenance if no dominant sources 2021-09-04 17:37:25 -04:00
Kevin Matz bf50231f6f compound universes can know what universe they are 2021-09-04 17:28:00 -04:00
Kevin Matz 7fb9bb8f9a also range check setting by percent 2021-09-03 17:45:32 -04:00
Kevin Matz b3db8ecd47 "gray-out" slots beyond the last active slot 2021-09-03 17:44:53 -04:00
Kevin Matz e538cc74d3 virtual method for getting active slot count 2021-09-03 17:43:50 -04:00
Kevin Matz bbe4432737 virtualize ediditability query 2021-09-03 17:37:12 -04:00
Kevin Matz 76582b1cc4 terminate and unsubscribe during destruction 2021-09-03 17:35:41 -04:00
Kevin Matz 3ea916d61e extra bytes for unsigned math 2021-09-02 13:46:56 -04:00
Kevin Matz 6ade2e1ef6 simultaneous rx/tx on both IPv4 and IPv6 2021-09-02 13:43:35 -04:00
Kevin Matz 2d83dd3e5c wrap the sACN multicast address mapping functions 2021-09-02 13:24:37 -04:00
Kevin Matz c11f6c0510 set user-entered values 2021-09-02 13:23:58 -04:00
Kevin Matz de786159ff set ItemIsEditable if the universe is tx 2021-09-02 13:23:19 -04:00
Kevin Matz b186c949f9 don't directly construct shared pointers 2021-09-02 13:22:50 -04:00
Kevin Matz 7f0919f60c document behavior that is non-standard 2021-09-02 13:21:11 -04:00
Kevin Matz 79be37d38a track rx universes seperately from tx universes 2021-09-02 13:20:37 -04:00
Kevin Matz f3f5aa3d3e implement QSacnUniverse in proper body 2021-09-02 13:18:40 -04:00
Kevin Matz 41686e32af publicly indicate if universe is tx or rx 2021-09-02 13:17:47 -04:00
Kevin Matz 64046967ce arduino platform drivers belong closer to the arduino build system 2021-09-02 13:15:15 -04:00
Kevin Matz 3dd300902f doc updates 2021-09-01 20:28:24 -04:00
Kevin Matz 5c0cc41af5 worker thread for streaming sACN 2021-09-01 12:53:53 -04:00
Kevin Matz b3256be388 sending sACN is not virtual 2021-09-01 12:41:15 -04:00
Kevin Matz dfeaf646e1 don't send inactive universes 2021-09-01 12:40:21 -04:00
Kevin Matz 5459b48388 forgotten include 2021-09-01 12:39:48 -04:00
Kevin Matz f5055020ed cleanup memory allocators 2021-09-01 12:39:15 -04:00
Kevin Matz a8e997258b override setValue functions 2021-09-01 12:37:38 -04:00
Kevin Matz 958083f6a3 copy instead of iterate 2021-09-01 12:35:40 -04:00
Kevin Matz 3aa1142ade initialize property in initializer list 2021-09-01 12:34:10 -04:00
Kevin Matz 4d052c84e8 set functions are virtual 2021-09-01 12:33:42 -04:00
Kevin Matz 681f659934 read/write directly to vector data 2021-09-01 12:32:04 -04:00
Kevin Matz ca89b60e21 copy by referance in lambda 2021-09-01 12:31:19 -04:00
Kevin Matz 26136e1397 transport already has a root block 2021-09-01 12:30:23 -04:00
Kevin Matz 1ec57961f7 index off-by-one error 2021-09-01 12:29:11 -04:00
Kevin Matz 6822fe2d52 use stream operator overload for Block 2021-09-01 12:28:04 -04:00
Kevin Matz 33b1d4eda7 parent isn't set until after istream completes 2021-09-01 12:27:02 -04:00
Kevin Matz e0d142797a fix flags+length writing 2021-09-01 12:24:48 -04:00
Kevin Matz 4e38144e9f default universe priority 2021-09-01 12:24:02 -04:00
Kevin Matz 6f4ce45413 explicit referances in block processing 2021-09-01 12:23:30 -04:00
Kevin Matz 535cc66cd1 range element width has only one user 2021-09-01 12:22:53 -04:00
Kevin Matz b356d052b3 cast range types before writing 2021-09-01 12:21:22 -04:00
Kevin Matz 7c40861383 platform driver needs a refactor before output can be const keyword 2021-09-01 12:20:35 -04:00
Kevin Matz c811469c95 platform implementation for sending PDU::Stream RLP datagrams 2021-09-01 12:13:59 -04:00
Kevin Matz 044c95b168 virtual alt SC function 2021-08-31 13:25:02 -04:00