1
0
Fork 0
Commit Graph

998 Commits

Author SHA1 Message Date
Kevin Matz 2d2ef07de7 test without the fixture 2023-05-13 11:38:18 -04:00
Kevin Matz 34d74375cc unit testing for OSC 2023-05-13 11:37:10 -04:00
Kevin Matz 706fe5a3f9 corrected sub-string indexing for nested arrays 2023-05-13 11:36:45 -04:00
Kevin Matz 81746d635e convenience functions for adding arguments by value 2023-05-13 11:34:50 -04:00
Kevin Matz 63df16831e use raw character data for regex definition 2023-05-13 11:33:45 -04:00
Kevin Matz 983ae8a412 destructor, for vtable 2023-05-13 11:33:15 -04:00
Kevin Matz 49a446c5aa optional method naming in constructor 2023-05-13 11:32:58 -04:00
Kevin Matz e1faba699e optional argument value setting in constructor 2023-05-13 11:32:35 -04:00
Kevin Matz 28c7bba442 optimize out unnecessary allocation 2023-05-13 11:31:01 -04:00
Kevin Matz 4cc4d16fba unify string padding 2023-05-13 11:29:38 -04:00
Kevin Matz 310eae05ec don't hard code constants 2023-05-13 11:25:32 -04:00
Kevin Matz 798fe44ca4 writing variable length strings gets a null terminator 2023-05-13 11:24:31 -04:00
Kevin Matz 5f98768a8a allow reading of null terminated (variable-length) strings 2023-05-13 11:23:27 -04:00
Kevin Matz 4f76a2f96c add code path for (eventually) receiving discovery messages 2023-05-03 16:10:52 -04:00
Kevin Matz 946a2dd9f4 add RDM testing 2023-05-03 16:04:16 -04:00
Kevin Matz 3745f44a5f remove hard-coded constants 2023-05-03 16:02:21 -04:00
Kevin Matz f4c91891e0 more nuanced failure mode tracking 2023-05-03 16:02:06 -04:00
Kevin Matz 3882af3659 corrected checksum element ordering 2023-05-03 15:59:14 -04:00
Kevin Matz 6c7d62ca6b arbitrary data checksumming 2023-05-03 15:57:37 -04:00
Kevin Matz c0074e62b7 documentation updates 2023-05-03 15:56:48 -04:00
Kevin Matz 41b51f7aa9 unit lookup helpers 2023-05-02 13:01:33 -04:00
Kevin Matz e1f0836a55 additional documentation 2023-05-02 13:00:57 -04:00
Kevin Matz 9985f21cb2 split device types 2023-05-02 13:00:41 -04:00
Kevin Matz 887ce0f5a4 comprehensive parameter descriptions 2023-05-02 12:59:26 -04:00
Kevin Matz 91fa0c71e4 structure for parameter metadata 2023-05-02 12:50:06 -04:00
Kevin Matz ec98049b39 bibs for RDM additional message sets 2023-05-02 12:43:47 -04:00
Kevin Matz a1b08fd22d publicly accessible UID 2023-04-28 21:02:35 -04:00
Kevin Matz 9b27820873 RDM API cleanup 2023-04-28 20:46:13 -04:00
Kevin Matz 29173eacf2 use the BCD serial number for the RDM device id 2023-04-28 20:19:15 -04:00
Kevin Matz ab17dc05ba template the BCD converters 2023-04-28 20:16:41 -04:00
Kevin Matz f06a5f97e6 convenience name for the bufferstream shared pointer 2023-04-28 20:12:51 -04:00
Kevin Matz 35dc0f30d2 configure RDM device info 2023-04-27 09:26:05 -04:00
Kevin Matz 73615db6c4 additional device info details 2023-04-27 09:25:07 -04:00
Kevin Matz 7fffc6d0dd formatting cleanup 2023-04-27 09:23:56 -04:00
Kevin Matz 08ca66fcb3 only claim the manufacturer ID if there isn't one 2023-04-27 09:20:41 -04:00
Kevin Matz 176ddf1df6 refactor check-summing to be pointers and referances 2023-04-27 09:10:15 -04:00
Kevin Matz d80e4c6559 group template functions for readability 2023-04-27 09:09:01 -04:00
Kevin Matz 5455d805d5 remove ineffective optimization 2023-04-27 09:05:09 -04:00
Kevin Matz bc36227387 cast to a pointer of the referance, not the value 2023-04-26 14:34:45 -04:00
Kevin Matz 34bcd7b174 remove debugging statements 2023-04-26 14:33:55 -04:00
Kevin Matz fc48300964 connect RDM responder I/O 2023-04-26 10:05:16 -04:00
Kevin Matz e951c25461 let the universe decide what to do with start codes 2023-04-26 10:04:06 -04:00
Kevin Matz f1612dc60e use a callback to send RDM data 2023-04-26 10:02:20 -04:00
Kevin Matz db3da280da pre allocate memory for the message data 2023-04-26 10:01:33 -04:00
Kevin Matz dafa95ec76 use callbacks to process alternate start codes 2023-04-26 09:59:14 -04:00
Kevin Matz 7802f201e0 documentation 2023-04-26 09:58:03 -04:00
Kevin Matz 2fdef29242 use the widget mode to determine the appropriate RDM configuration 2023-04-25 16:48:24 -04:00
Kevin Matz 54b2335c98 disambiguation for the include search path 2023-04-25 16:47:27 -04:00
Kevin Matz 098d936897 documentation and namespace cleanup 2023-04-25 12:14:03 -04:00
Kevin Matz 9442b6a7ff use a flat light-mode doxygen theme 2023-04-25 12:13:28 -04:00