Commit Graph

53 Commits

Author SHA1 Message Date
6237a9ef37 refactor for naming consistency 2022-12-08 17:41:07 -05:00
67e4472751 refactor to less ambigous name 2022-12-08 17:40:15 -05:00
e34a5acb5c metadata is a more descriptive property name 2022-12-08 10:12:25 -05:00
63ee24d334 add a non-standard 0 value failure reason 2022-12-07 21:58:10 -05:00
382f2d26fd add some accesses'ors for the range metadata 2022-12-07 21:57:32 -05:00
2b5db0febd initialize the address_type members 2022-12-07 21:56:49 -05:00
ce3e1ebf7c capitalize the Range struct 2022-12-07 21:56:17 -05:00
433e91f70c refactor over DMP Component 2022-12-07 21:53:39 -05:00
8f42e0bca6 a base class for DMP components 2022-12-07 21:51:15 -05:00
26ae455a07 check that the block was created before assigning parents 2022-12-06 18:05:12 -05:00
7434ac3d91 fix off-by-one error 2022-12-06 18:04:37 -05:00
f496b89e44 prefer the block setting code path 2022-12-06 18:04:19 -05:00
97ef3d5078 allocate loop control variables before the loop 2022-12-06 15:38:20 -05:00
b07d505bce only send 3 terminated universe frames 2022-12-06 14:52:06 -05:00
8a2e838916 only reset the sequence number for received terminated universes 2022-12-06 14:51:43 -05:00
1cad61ffc7 protected convenience calls can be inlined 2022-12-06 14:51:03 -05:00
635dc36ada cleanup documentation 2022-12-06 14:50:20 -05:00
39a6bcbfbf rearrange header 2022-12-06 14:04:18 -05:00
f9f0d1298e any optimization of separate handling is overshadowed by duplicating the code 2022-12-06 13:37:40 -05:00
ed40a3b666 catch the range exception instead of implementing seperate bounds checks 2022-12-06 13:36:27 -05:00
e7297c42ff use the same callback runner for all callback types 2022-12-06 13:35:18 -05:00
5ad7b5505e give all universe callbacks the same signature 2022-12-06 13:30:40 -05:00
738ced6964 fix off-by-one in range check 2022-12-06 13:24:09 -05:00
ca75a9973c the status indicator widget 2022-12-06 00:16:00 -05:00
55bcdc8db6 cleanup whitespace 2022-12-04 12:06:16 -05:00
3135c0ae6c rename call back registration function for consistancy 2022-12-02 16:35:05 -05:00
a03ef79d5d add note about the need to collapse the superposition of status 2022-12-02 15:47:51 -05:00
e0394e4413 don't supply and undefined source_name 2022-12-02 15:35:48 -05:00
be17ea9bb5 remove redundant local variable 2022-12-02 15:35:08 -05:00
a443299204 set timeout state based solely on age 2022-12-02 15:33:22 -05:00
9548145629 rename function to remove implication of rx use only 2022-12-02 15:32:26 -05:00
2cb021b184 reset the sequence number on termination 2022-12-02 13:09:58 -05:00
6a977bbf01 prefer the copy_n method for readability 2022-12-02 13:09:18 -05:00
11c6013a00 unify formatting and comments 2022-12-02 13:08:08 -05:00
db7bf1dcb3 add status change callbacks for listeners that want to be notified 2022-12-02 13:06:22 -05:00
2491054e1d cleanup universe status setting 2022-12-02 13:04:06 -05:00
4745458b87 rename callback list to better indicate the type of callback 2022-12-02 12:57:01 -05:00
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
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