Commit Graph

546 Commits

Author SHA1 Message Date
6a2d1242be rename variable to reflect validity for both rx and tx 2022-12-02 12:52:52 -05:00
8e082fb112 mark override functions as virtual 2022-11-30 09:55:18 -05:00
874f6482a3 initialize varibles in the constructor 2022-11-30 09:54:24 -05:00
41530d86c1 comment cleanup 2022-11-30 09:54:01 -05:00
d4c0665330 generated IP addresses are static 2022-11-30 09:53:08 -05:00
79ed3e5a8b use a propper hash combiner 2022-11-30 09:52:50 -05:00
0ba1ecc9ac cleanup the the linking and including hierarchy 2022-11-30 09:52:25 -05:00
32557b5c31 the ACN library has become an interface library 2022-11-30 09:49:27 -05:00
15281fc3a7 build a library for the PDU 2022-11-30 09:49:00 -05:00
277fdf9c45 set the version number in the library 2022-11-30 09:47:09 -05:00
f17487b30f universes manage their own synchronization 2022-11-29 10:11:47 -05:00
f12b055aa0 remove intermediate project names 2022-11-28 17:24:38 -05:00
c9377418fa move OTP to a submodule 2022-11-28 16:41:28 -05:00
3e648dc152 move RDM and RDMnet to submodules 2022-11-28 16:37: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
9e7b45d38c only declare project name 2022-11-28 14:55:45 -05:00
212e1ce0af make artistic a subproject 2022-11-28 14:55:31 -05:00
13d1251511 move DMX to submodule 2022-11-28 14:55:05 -05:00
375ec153fe build as shared libraries 2022-11-28 14:19:18 -05:00
9b49e63cab mark the linking to LCP as private 2022-11-28 14:19:01 -05:00
2f1d29ecfa move UUID into a submodule 2022-11-28 14:18:21 -05:00
a8377b6635 move Art-Net to a subproject 2022-11-28 13:41:57 -05:00
e2b46c5bbf version bump 2022-11-28 11:37:25 -05:00
a74bd32598 mark some class headers as public 2022-11-28 11:37:10 -05:00
a81bc5b1fd accept the front of over-length data 2022-11-28 11:36:01 -05:00
fdb2980d0e cleanup docs and whitespace 2022-11-28 11:23:13 -05:00
71edfaf7e9 consolidate status changes 2022-11-28 11:22:06 -05:00
73ee83cd9e scope the age variable to the function 2022-11-28 11:17:35 -05:00
3e77990490 make sure the age is big enough on all platforms 2022-11-28 11:16:19 -05:00
686b11f1f0 formating cleanup 2022-11-28 09:42:02 -05:00
c4baa96960 let rxAge() return negative if invalid 2022-11-28 09:41:27 -05:00
3f78a9de01 use Qt API, not STL, for map operation 2022-11-28 09:39:11 -05:00
01c569ffa4 change appearance based on status 2022-11-28 09:27:08 -05:00
c786b422e2 getter for the universe status 2022-11-28 09:26:49 -05:00
5a90c9fbbc if status() causes a status change, the lock will be needed in setStatus() 2022-11-28 09:25:12 -05:00
62131a9dc5 trust the Qt macros to be optimized 2022-11-28 09:22:53 -05:00
41c46e7bc5 remove redundant copy constructors 2022-11-28 09:21:25 -05:00
0292051392 holding last look is the behavior of a universe, not the receiver 2022-11-26 12:50:54 -05:00
3835cee9bd refactor the discovery worker thread 2022-11-26 12:48:02 -05:00
11d202d51a allow RLP communications protocols to be enabled/disabled 2022-11-26 12:41:46 -05:00
617b082f96 be aware of enabled RLP communications protocols 2022-11-26 12:40:42 -05:00
52cdef90dd only generate discovery frames for enabled RLP communications protocols 2022-11-26 12:38:26 -05:00
79ba3a18b7 only send packets for enabled IP protocols 2022-11-26 12:36:42 -05:00
ab0c2f0e62 acknowledge IPv4 and IPv6 as communication protocols for RLP 2022-11-26 12:34:48 -05:00
3f717454eb documentation cleanup 2022-11-26 12:30:27 -05:00
d57a6a31ad the source name is not a per/universe property 2022-11-24 14:57:11 -05:00
4ad13317fd update the sender source name when the UACN changes 2022-11-24 11:35:25 -05:00
758740704c add actions for the receiver merge mode 2022-11-24 11:35:04 -05:00
4a1c50cdf1 hold the last seen time separate from the list of valid times 2022-11-24 11:34:33 -05:00