1
0
Fork 0
Commit Graph

82 Commits

Author SHA1 Message Date
Kevin Matz 375ec153fe build as shared libraries 2022-11-28 14:19:18 -05:00
Kevin Matz e2b46c5bbf version bump 2022-11-28 11:37:25 -05:00
Kevin Matz 3f78a9de01 use Qt API, not STL, for map operation 2022-11-28 09:39:11 -05:00
Kevin Matz c786b422e2 getter for the universe status 2022-11-28 09:26:49 -05:00
Kevin Matz 62131a9dc5 trust the Qt macros to be optimized 2022-11-28 09:22:53 -05:00
Kevin Matz 617b082f96 be aware of enabled RLP communications protocols 2022-11-26 12:40:42 -05:00
Kevin Matz d57a6a31ad the source name is not a per/universe property 2022-11-24 14:57:11 -05:00
Kevin Matz 10031d3a05 implement a separate sender for each transport protocol 2022-11-20 15:09:03 -05:00
Kevin Matz 99d919d613 move discovery state tracking form platform driver to protocol receiver 2022-11-19 16:43:41 -05:00
Kevin Matz 2003e22110 IPv6 uses MDL not IGMP 2022-11-19 16:08:24 -05:00
Kevin Matz e528abe5e1 make the ACN EPI 19 Fixed name only asignable at initilization 2022-11-19 15:43:02 -05:00
Kevin Matz 01e3549861 Add a note to documentation about subclassing vs wrapping for QSacnUniverse 2022-11-19 12:34:52 -05:00
Kevin Matz 5c0a74e338 verify subscription by validity of universe pointer 2022-11-19 12:34:20 -05:00
Kevin Matz a0a1c13cb3 enhanced IGMP debug messages 2022-11-19 12:27:02 -05:00
Kevin Matz ef38fae104 Without a way to query the subscription state of an IGMP group, use a boolean to track the state of sACN discovery. 2022-11-19 12:24:46 -05:00
Kevin Matz 186f7d9134 setDescription slot parameter as QString 2022-11-16 09:27:28 -05:00
Kevin Matz ce1e17e9fc use reinterpret_cast on data() instead of c style cast on constData() that silently removed the const. 2022-06-11 11:25:18 -04:00
Kevin Matz 5220fa5b3d use std::make_shared to construct the shared pointer 2022-06-11 11:23:41 -04:00
Kevin Matz 0afb725606 enabe MOC for qt platform driver 2021-09-14 09:52:43 -04:00
Kevin Matz ad6098c553 corrected macro definition 2021-09-14 09:17:14 -04:00
Kevin Matz 7ae5896bc8 correct more type defines 2021-09-11 14:29:17 -04:00
Kevin Matz 2b9f2c4dfe build as static 2021-09-11 10:59:17 -04:00
Kevin Matz 8e50d9292d callback tokens to signal when the caller has gone away 2021-09-11 09:44:16 -04:00
Kevin Matz 69bca798c4 poly-source universe API cleanup 2021-09-10 12:00:50 -04:00
Kevin Matz b5c099af35 whitespace cleanups 2021-09-10 11:47:48 -04:00
Kevin Matz d3da663a44 manage universes with shared pointers 2021-09-10 09:55:34 -04:00
Kevin Matz ef59af7207 corrected comment 2021-09-08 16:14:39 -04:00
Kevin Matz eaaad9ae4e self-check if editable 2021-09-08 15:47:10 -04:00
Kevin Matz b609966df7 no longer need to be friends with DMX::Universe 2021-09-08 15:46:51 -04:00
Kevin Matz f29c082d4f qobjects automatically disconnect during destruction 2021-09-08 15:19:36 -04:00
Kevin Matz 1aee17d70e disconnect universes before deleting 2021-09-08 13:25:43 -04:00
Kevin Matz 511c4224ef verity capability before edit 2021-09-08 10:33:54 -04:00
Kevin Matz 4f7d77c803 emit changed signal with every change 2021-09-08 10:31:28 -04:00
Kevin Matz 63a87f4f1a sanity checks 2021-09-08 09:35:56 -04:00
Kevin Matz 111aa59417 emit signal if discovery has completed 2021-09-07 09:16:01 -04:00
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 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 76582b1cc4 terminate and unsubscribe during destruction 2021-09-03 17:35:41 -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 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 64046967ce arduino platform drivers belong closer to the arduino build system 2021-09-02 13:15:15 -04:00
Kevin Matz 5459b48388 forgotten include 2021-09-01 12:39:48 -04:00