Commit Graph

109 Commits

Author SHA1 Message Date
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
37010fa8d4 add a watchdog to keep the universe status updated 2022-12-02 16:35:27 -05:00
3135c0ae6c rename call back registration function for consistancy 2022-12-02 16:35:05 -05:00
11c6013a00 unify formatting and comments 2022-12-02 13:08:08 -05:00
704c3a2985 allocate for the container to prevent taking the referance of a temporary 2022-12-02 13:07:24 -05:00
db7bf1dcb3 add status change callbacks for listeners that want to be notified 2022-12-02 13:06:22 -05:00
85bd5accd0 rename signal to be more descriptive 2022-12-02 12:59:26 -05:00
277fdf9c45 set the version number in the library 2022-11-30 09:47:09 -05:00
f12b055aa0 remove intermediate project names 2022-11-28 17:24:38 -05:00
3e2d22e77e move ACN to a submodule 2022-11-28 15:57:52 -05:00
a86d968569 move sACN to a subproject 2022-11-28 15:06:48 -05:00
375ec153fe build as shared libraries 2022-11-28 14:19:18 -05:00
e2b46c5bbf version bump 2022-11-28 11:37:25 -05:00
3f78a9de01 use Qt API, not STL, for map operation 2022-11-28 09:39:11 -05:00
c786b422e2 getter for the universe status 2022-11-28 09:26:49 -05:00
62131a9dc5 trust the Qt macros to be optimized 2022-11-28 09:22:53 -05:00
617b082f96 be aware of enabled RLP communications protocols 2022-11-26 12:40:42 -05:00
d57a6a31ad the source name is not a per/universe property 2022-11-24 14:57:11 -05:00
10031d3a05 implement a separate sender for each transport protocol 2022-11-20 15:09:03 -05:00
99d919d613 move discovery state tracking form platform driver to protocol receiver 2022-11-19 16:43:41 -05:00
2003e22110 IPv6 uses MDL not IGMP 2022-11-19 16:08:24 -05:00
e528abe5e1 make the ACN EPI 19 Fixed name only asignable at initilization 2022-11-19 15:43:02 -05:00
01e3549861 Add a note to documentation about subclassing vs wrapping for QSacnUniverse 2022-11-19 12:34:52 -05:00
5c0a74e338 verify subscription by validity of universe pointer 2022-11-19 12:34:20 -05:00
a0a1c13cb3 enhanced IGMP debug messages 2022-11-19 12:27:02 -05:00
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
186f7d9134 setDescription slot parameter as QString 2022-11-16 09:27:28 -05:00
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
5220fa5b3d use std::make_shared to construct the shared pointer 2022-06-11 11:23:41 -04:00
0afb725606 enabe MOC for qt platform driver 2021-09-14 09:52:43 -04:00
ad6098c553 corrected macro definition 2021-09-14 09:17:14 -04:00
7ae5896bc8 correct more type defines 2021-09-11 14:29:17 -04:00