1
0
Fork 0
Commit Graph

30 Commits

Author SHA1 Message Date
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 b5c099af35 whitespace cleanups 2021-09-10 11:47:48 -04:00
Kevin Matz ef59af7207 corrected comment 2021-09-08 16:14:39 -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 111aa59417 emit signal if discovery has completed 2021-09-07 09:16:01 -04:00
Kevin Matz 0090fa5706 drop models from library 2021-09-06 07:02:22 -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 79be37d38a track rx universes seperately from tx universes 2021-09-02 13:20:37 -04:00
Kevin Matz c811469c95 platform implementation for sending PDU::Stream RLP datagrams 2021-09-01 12:13:59 -04:00
Kevin Matz 858e8b4770 purge universe discovery bitrot 2021-08-31 11:09:20 -04:00
Kevin Matz 031888f192 don't force sACN namespace to be all caps 2021-08-28 09:01:33 -04:00
Kevin Matz d5bef37ddf rename ACN::RLP::Appliance -> ACN::RLP::Component 2021-08-25 10:57:31 -04:00
Kevin Matz db5f007d22 project restructure + version bump 0.2.0 2021-08-24 18:10:20 -04:00
Kevin Matz 936f47903b qt node cleanup sacn namespace refactors 2021-08-17 16:20:32 -04:00
Kevin Matz 23a4647342 refactor to unmask virtual functions 2021-08-06 12:14:29 -04:00
Kevin Matz eaf49608e5 remove platfrom driver from standards namespace 2021-08-06 12:11:44 -04:00
Kevin Matz 92b211056e join multicast group on all interfaces 2021-07-30 14:40:03 -04:00
Kevin Matz 4ce12e250d initial universe data table model 2021-07-30 13:57:27 -04:00
Kevin Matz 51fb16455d refactor method names + doc updates 2021-07-28 10:43:43 -04:00
Kevin Matz 86576ad4e3 don't create a universe for sACN discovery 2021-06-30 13:04:17 -04:00
Kevin Matz e49ba6c53f wrap the subscribed universes with a class that has convenient signals and slots. 2021-06-23 11:10:12 -04:00
Kevin Matz e7ec979b9b correctly set QObject parent 2021-06-21 10:18:36 -04:00
Kevin Matz b2316fe388 source can create and terminate universes 2021-06-20 09:12:14 -04:00
Kevin Matz a761675e89 initialize ACN appliance with persistent CID 2021-06-19 15:31:22 -04:00
Kevin Matz 941f2c74dd formatting cleanup 2021-06-19 15:30:27 -04:00
Kevin Matz cee9ce5ed0 constructor becomes interface between QUuid and UUID types 2021-06-19 10:47:37 -04:00
Kevin Matz 2c74470b16 initial import of sACN Node platform driver for Qt 2021-06-02 09:32:04 -04:00