1
0
Fork 0
Commit Graph

462 Commits

Author SHA1 Message Date
Kevin Matz 9f6968c915 keep widget properties 2023-04-03 16:43:37 -04:00
Kevin Matz 13bb3a39f0 incorporate the label value into the message data struct directly 2023-04-03 16:42:48 -04:00
Kevin Matz 0c36bd34b7 put the widget directly in the ENTTEC namespace 2023-04-03 09:58:26 -04:00
Kevin Matz 12fddd4caa unify project version 2023-04-03 08:57:54 -04:00
Kevin Matz cb2bc6548d stubs for communicating with a widget 2023-04-02 22:47:50 -04:00
Kevin Matz 8f3d704d5a stream IO for the API 2023-04-02 19:42:32 -04:00
Kevin Matz 8e41fc72c2 use the bufferstream library 2023-04-02 13:24:55 -04:00
Kevin Matz 1ea49ebde2 use bufferstreams instead of the ACN::PDU stream 2023-04-02 13:24:26 -04:00
Kevin Matz dcbd735476 personalities get a name 2023-04-02 10:35:07 -04:00
Kevin Matz 3e805960d7 protocol definitions for ENTTEC DMX USB Pro API 1.44 2023-04-02 10:34:49 -04:00
Kevin Matz 7d1c756d89 patch Personalities, not devices. 2023-04-01 15:31:22 -04:00
Kevin Matz 3ee4cbb858 basic operations for managing a patch 2023-04-01 11:17:56 -04:00
Kevin Matz 6486775626 allow devices to be sorted by startaddress 2023-04-01 11:17:29 -04:00
Kevin Matz 55a120dfed namespace stubs for CITP protocol layers 2023-03-31 19:51:42 -04:00
Kevin Matz 189be8baf7 notes on how to access the standards documents 2023-03-31 11:22:56 -04:00
Kevin Matz 88f06738ab add a bibliography file for OSC 2023-03-31 11:22:28 -04:00
Kevin Matz 7b436915d8 initial build framework for CITP 2023-03-31 11:22:01 -04:00
Kevin Matz e1c1c1b579 move OSC to the prococols directory 2023-03-31 10:52:33 -04:00
Kevin Matz 847b6d931d rename platform library with consitant project name 2023-03-31 09:55:02 -04:00
Kevin Matz 396aac84f3 reorder for readability 2023-03-31 01:52:08 -04:00
Kevin Matz aaacd8539b build as a shared library 2023-03-31 01:51:14 -04:00
Kevin Matz 40a3342317 use preferred naming convention for build 2023-03-31 01:49:38 -04:00
Kevin Matz b55a8fdd83 link by module namespace referance 2023-03-31 01:46:35 -04:00
Kevin Matz db81ecefdc add namespace aliases to cmake 2023-03-31 01:42:40 -04:00
Kevin Matz c2ab4d9b22 remove unnecessary cmake directives 2023-03-31 01:37:37 -04:00
Kevin Matz f9efddf583 cleanup comments 2023-03-30 20:15:35 -04:00
Kevin Matz 6cd9a9e6df correctly scale return value, with comment about linearity 2023-03-30 20:14:59 -04:00
Kevin Matz cd884a8593 mark standards parameters as static 2023-03-30 20:13:26 -04:00
Kevin Matz b6e9425083 evaluate non-dim from millivolts 2023-03-30 19:16:54 -04:00
Kevin Matz 8979dd4699 Hysteresis aware method for calculating non-dim switch state 2023-03-30 14:55:12 -04:00
Kevin Matz 9c5654b34d retain low-end resolution 2023-03-30 14:40:29 -04:00
Kevin Matz 2c72607dc3 E1.3 0-10V support 2023-03-30 13:56:14 -04:00
Kevin Matz 3ef5e0498b set default merge mode 2022-12-12 13:43:40 -05:00
Kevin Matz 7dfb0a81d7 universe arbitration is a helper not a subclass 2022-12-12 13:39:10 -05:00
Kevin Matz 64e6ee1c0a add refresh function to consolidate maintenance tasks 2022-12-12 11:32:26 -05:00
Kevin Matz f5d99a03e6 remove unused base class function 2022-12-12 11:31:29 -05:00
Kevin Matz d87fbcf25d unify the callback handlers 2022-12-12 11:29:41 -05:00
Kevin Matz 64140eb757 cache the dominant universe 2022-12-11 21:30:37 -05:00
Kevin Matz e219e64d28 doc updates 2022-12-11 21:30:26 -05:00
Kevin Matz 472b6a1c39 retriever of sources metadata 2022-12-11 21:24:27 -05:00
Kevin Matz a2bd30dbe5 better to just call the callback doer in a lambda 2022-12-11 21:23:34 -05:00
Kevin Matz 74de2c07af don't pay attention to universes that may not be dominant 2022-12-11 21:22:17 -05:00
Kevin Matz 27179b4e00 use a single vector for all callback tokens 2022-12-11 16:53:54 -05:00
Kevin Matz b5f3e63b36 add callbacks for member changes 2022-12-11 16:48:42 -05:00
Kevin Matz 59dbad2264 reorder header 2022-12-11 16:48:06 -05:00
Kevin Matz b84d7bafe9 explicitly call the base class function 2022-12-11 16:46:11 -05:00
Kevin Matz 059c115c15 do data callbacks after synchronization 2022-12-11 16:45:37 -05:00
Kevin Matz ce51e17ddd use the existing metadata 2022-12-11 16:13:10 -05:00
Kevin Matz 6da7001c67 refactor class and file name 2022-12-11 16:04:44 -05:00
Kevin Matz 89716e1af5 make HTP the default merge mode 2022-12-11 15:58:40 -05:00
Kevin Matz 12b34cef6e refactor class and file name 2022-12-11 15:58:28 -05:00
Kevin Matz 7676cd54a2 configurable merge mode for received universes 2022-12-11 14:55:05 -05:00
Kevin Matz a3eb42523e stubs for the OSC library 2022-12-11 09:58:26 -05:00
Kevin Matz 293b2060b8 don't hold the control lock when doing callbacks 2022-12-10 13:34:45 -05:00
Kevin Matz 0b02bc3c14 toggle'able hold-last-look 2022-12-10 13:20:39 -05:00
Kevin Matz 986dc9b89e remove hold-last-look behaviors from receiver to universe 2022-12-10 12:24:17 -05:00
Kevin Matz 849da8cecb take the control lock when running callbacks 2022-12-10 11:30:23 -05:00
Kevin Matz 8ce86353c9 opportunistically perform maintenance tasks 2022-12-10 11:15:02 -05:00
Kevin Matz dbcde09616 more of making thing constant 2022-12-10 11:12:44 -05:00
Kevin Matz 52758cc904 use the volatile global enabled flag 2022-12-10 11:08:18 -05:00
Kevin Matz 37367cb6b4 explicit constructors and virtual destructors 2022-12-10 11:07:13 -05:00
Kevin Matz eb47f6543f correct locking semantics 2022-12-09 23:09:52 -05:00
Kevin Matz 8221c90e24 remove commented code 2022-12-09 23:09:26 -05:00
Kevin Matz 16416ff10f mark as const 2022-12-09 23:09:11 -05:00
Kevin Matz 45cee71b19 become more constant 2022-12-09 21:27:27 -05:00
Kevin Matz c4cf9768ab use scoped mutex locking 2022-12-09 21:08:35 -05:00
Kevin Matz fe8bc039bc rename private variable 2022-12-09 18:17:04 -05:00
Kevin Matz c9dec23ea9 initialize the DMP data segment from the sending thread 2022-12-09 16:08:16 -05:00
Kevin Matz 0c9c85830e use dynamic casts if RTTI is an available feature 2022-12-09 16:04:31 -05:00
Kevin Matz 4975c7e809 rearrange in header order 2022-12-09 15:16:03 -05:00
Kevin Matz 1d1be459c8 rename mutex for consistency 2022-12-09 11:54:52 -05:00
Kevin Matz e6146e9efe standard timing intervals are constant 2022-12-09 11:46:18 -05:00
Kevin Matz 7f8e9ce4ac shared lock for universe access control 2022-12-09 11:18:27 -05:00
Kevin Matz d11e136247 use locking guards 2022-12-09 10:29:01 -05:00
Kevin Matz f1d3fe0256 use a shared mutex to lock the dimmer data 2022-12-09 10:28:02 -05:00
Kevin Matz b7ca5c36f5 reuse the sACN framing layer PDU 2022-12-09 09:26:42 -05:00
Kevin Matz 4fa5a2794a use initializer list to create sender 2022-12-09 09:25:29 -05:00
Kevin Matz 4d7413b949 move all of transmitting to the helper class 2022-12-08 21:22:20 -05:00
Kevin Matz 466efd7477 move tx to a helper class 2022-12-08 19:09:39 -05:00
Kevin Matz d67b3b8f40 adapt to the DMP rx/tx mechanism 2022-12-08 18:05:33 -05:00
Kevin Matz f9896ff5f3 add synchronization reset helper 2022-12-08 18:04:37 -05:00
Kevin Matz 85a7ec4762 strictly enforce recieved sequence numbers 2022-12-08 17:56:02 -05:00
Kevin Matz 8a83107ee7 follow rename in base class 2022-12-08 17:52:24 -05:00
Kevin Matz 0ac22b232d inherit from DMP::Component 2022-12-08 17:50:29 -05:00
Kevin Matz 46938de0f5 refactor for readability 2022-12-08 17:47:37 -05:00
Kevin Matz 6237a9ef37 refactor for naming consistency 2022-12-08 17:41:07 -05:00
Kevin Matz 67e4472751 refactor to less ambigous name 2022-12-08 17:40:15 -05:00
Kevin Matz e34a5acb5c metadata is a more descriptive property name 2022-12-08 10:12:25 -05:00
Kevin Matz 63ee24d334 add a non-standard 0 value failure reason 2022-12-07 21:58:10 -05:00
Kevin Matz 382f2d26fd add some accesses'ors for the range metadata 2022-12-07 21:57:32 -05:00
Kevin Matz 2b5db0febd initialize the address_type members 2022-12-07 21:56:49 -05:00
Kevin Matz ce3e1ebf7c capitalize the Range struct 2022-12-07 21:56:17 -05:00
Kevin Matz 433e91f70c refactor over DMP Component 2022-12-07 21:53:39 -05:00
Kevin Matz 8f42e0bca6 a base class for DMP components 2022-12-07 21:51:15 -05:00
Kevin Matz 26ae455a07 check that the block was created before assigning parents 2022-12-06 18:05:12 -05:00
Kevin Matz 7434ac3d91 fix off-by-one error 2022-12-06 18:04:37 -05:00
Kevin Matz f496b89e44 prefer the block setting code path 2022-12-06 18:04:19 -05:00
Kevin Matz 97ef3d5078 allocate loop control variables before the loop 2022-12-06 15:38:20 -05:00
Kevin Matz b07d505bce only send 3 terminated universe frames 2022-12-06 14:52:06 -05:00
Kevin Matz 8a2e838916 only reset the sequence number for received terminated universes 2022-12-06 14:51:43 -05:00
Kevin Matz 1cad61ffc7 protected convenience calls can be inlined 2022-12-06 14:51:03 -05:00
Kevin Matz 635dc36ada cleanup documentation 2022-12-06 14:50:20 -05:00
Kevin Matz 39a6bcbfbf rearrange header 2022-12-06 14:04:18 -05:00
Kevin Matz f9f0d1298e any optimization of separate handling is overshadowed by duplicating the code 2022-12-06 13:37:40 -05:00
Kevin Matz ed40a3b666 catch the range exception instead of implementing seperate bounds checks 2022-12-06 13:36:27 -05:00
Kevin Matz e7297c42ff use the same callback runner for all callback types 2022-12-06 13:35:18 -05:00
Kevin Matz 5ad7b5505e give all universe callbacks the same signature 2022-12-06 13:30:40 -05:00
Kevin Matz 738ced6964 fix off-by-one in range check 2022-12-06 13:24:09 -05:00
Kevin Matz ca75a9973c the status indicator widget 2022-12-06 00:16:00 -05:00
Kevin Matz 55bcdc8db6 cleanup whitespace 2022-12-04 12:06:16 -05:00
Kevin Matz 3135c0ae6c rename call back registration function for consistancy 2022-12-02 16:35:05 -05:00
Kevin Matz a03ef79d5d add note about the need to collapse the superposition of status 2022-12-02 15:47:51 -05:00
Kevin Matz e0394e4413 don't supply and undefined source_name 2022-12-02 15:35:48 -05:00
Kevin Matz be17ea9bb5 remove redundant local variable 2022-12-02 15:35:08 -05:00
Kevin Matz a443299204 set timeout state based solely on age 2022-12-02 15:33:22 -05:00
Kevin Matz 9548145629 rename function to remove implication of rx use only 2022-12-02 15:32:26 -05:00
Kevin Matz 2cb021b184 reset the sequence number on termination 2022-12-02 13:09:58 -05:00
Kevin Matz 6a977bbf01 prefer the copy_n method for readability 2022-12-02 13:09:18 -05:00
Kevin Matz 11c6013a00 unify formatting and comments 2022-12-02 13:08:08 -05:00
Kevin Matz db7bf1dcb3 add status change callbacks for listeners that want to be notified 2022-12-02 13:06:22 -05:00
Kevin Matz 2491054e1d cleanup universe status setting 2022-12-02 13:04:06 -05:00
Kevin Matz 4745458b87 rename callback list to better indicate the type of callback 2022-12-02 12:57:01 -05:00
Kevin Matz 6a2d1242be rename variable to reflect validity for both rx and tx 2022-12-02 12:52:52 -05:00
Kevin Matz 8e082fb112 mark override functions as virtual 2022-11-30 09:55:18 -05:00
Kevin Matz 874f6482a3 initialize varibles in the constructor 2022-11-30 09:54:24 -05:00
Kevin Matz 41530d86c1 comment cleanup 2022-11-30 09:54:01 -05:00
Kevin Matz d4c0665330 generated IP addresses are static 2022-11-30 09:53:08 -05:00
Kevin Matz 79ed3e5a8b use a propper hash combiner 2022-11-30 09:52:50 -05:00
Kevin Matz 0ba1ecc9ac cleanup the the linking and including hierarchy 2022-11-30 09:52:25 -05:00
Kevin Matz 32557b5c31 the ACN library has become an interface library 2022-11-30 09:49:27 -05:00
Kevin Matz 15281fc3a7 build a library for the PDU 2022-11-30 09:49:00 -05:00
Kevin Matz f17487b30f universes manage their own synchronization 2022-11-29 10:11:47 -05:00
Kevin Matz f12b055aa0 remove intermediate project names 2022-11-28 17:24:38 -05:00
Kevin Matz c9377418fa move OTP to a submodule 2022-11-28 16:41:28 -05:00
Kevin Matz 3e648dc152 move RDM and RDMnet to submodules 2022-11-28 16:37:38 -05:00
Kevin Matz 3e2d22e77e move ACN to a submodule 2022-11-28 15:57:52 -05:00
Kevin Matz a86d968569 move sACN to a subproject 2022-11-28 15:06:48 -05:00
Kevin Matz 9e7b45d38c only declare project name 2022-11-28 14:55:45 -05:00
Kevin Matz 212e1ce0af make artistic a subproject 2022-11-28 14:55:31 -05:00
Kevin Matz 13d1251511 move DMX to submodule 2022-11-28 14:55:05 -05:00
Kevin Matz 375ec153fe build as shared libraries 2022-11-28 14:19:18 -05:00
Kevin Matz 9b49e63cab mark the linking to LCP as private 2022-11-28 14:19:01 -05:00
Kevin Matz 2f1d29ecfa move UUID into a submodule 2022-11-28 14:18:21 -05:00
Kevin Matz a8377b6635 move Art-Net to a subproject 2022-11-28 13:41:57 -05:00
Kevin Matz e2b46c5bbf version bump 2022-11-28 11:37:25 -05:00
Kevin Matz a74bd32598 mark some class headers as public 2022-11-28 11:37:10 -05:00
Kevin Matz a81bc5b1fd accept the front of over-length data 2022-11-28 11:36:01 -05:00
Kevin Matz fdb2980d0e cleanup docs and whitespace 2022-11-28 11:23:13 -05:00
Kevin Matz 71edfaf7e9 consolidate status changes 2022-11-28 11:22:06 -05:00
Kevin Matz 73ee83cd9e scope the age variable to the function 2022-11-28 11:17:35 -05:00
Kevin Matz 3e77990490 make sure the age is big enough on all platforms 2022-11-28 11:16:19 -05:00
Kevin Matz 686b11f1f0 formating cleanup 2022-11-28 09:42:02 -05:00
Kevin Matz c4baa96960 let rxAge() return negative if invalid 2022-11-28 09:41:27 -05:00
Kevin Matz 5a90c9fbbc if status() causes a status change, the lock will be needed in setStatus() 2022-11-28 09:25:12 -05:00
Kevin Matz 0292051392 holding last look is the behavior of a universe, not the receiver 2022-11-26 12:50:54 -05:00
Kevin Matz 3835cee9bd refactor the discovery worker thread 2022-11-26 12:48:02 -05:00
Kevin Matz 52cdef90dd only generate discovery frames for enabled RLP communications protocols 2022-11-26 12:38:26 -05:00
Kevin Matz 79ba3a18b7 only send packets for enabled IP protocols 2022-11-26 12:36:42 -05:00
Kevin Matz ab0c2f0e62 acknowledge IPv4 and IPv6 as communication protocols for RLP 2022-11-26 12:34:48 -05:00
Kevin Matz 3f717454eb documentation cleanup 2022-11-26 12:30:27 -05:00
Kevin Matz 4ad13317fd update the sender source name when the UACN changes 2022-11-24 11:35:25 -05:00
Kevin Matz 4a1c50cdf1 hold the last seen time separate from the list of valid times 2022-11-24 11:34:33 -05:00
Kevin Matz 24ba41a73f it's the name of the source, not a description of the universe 2022-11-24 11:31:51 -05:00
Kevin Matz 29fd1fc9ed privatize the active data slot variable 2022-11-23 14:28:27 -05:00
Kevin Matz 9e94c406fd init variable in constructor, not header 2022-11-23 14:27:40 -05:00
Kevin Matz 9889a8943c the minimum length sACN data is just the start code 2022-11-23 14:22:37 -05:00
Kevin Matz 3695ae80fe improve code readability 2022-11-23 13:50:15 -05:00
Kevin Matz 88c4bb628f fix private variable init order 2022-11-23 13:49:51 -05:00
Kevin Matz e12d11e62e tighten up the use of time 2022-11-23 13:49:35 -05:00
Kevin Matz e157090e35 lock the data mutex for the minimum necessary instructions 2022-11-23 13:47:51 -05:00
Kevin Matz da668011fe report the status of the dominant universe 2022-11-22 23:27:25 -05:00
Kevin Matz d41ecc65bc the status byte can be private 2022-11-22 23:26:33 -05:00
Kevin Matz c00e0e1d9a use virtual setStatus to change operational states 2022-11-22 12:15:24 -05:00
Kevin Matz 5c2548a5d3 if DMX has timed out, check if sACN has also 2022-11-22 12:13:52 -05:00
Kevin Matz 8a3eb928dd set DMX_LOST status from E111_DATA_LOSS_TIMEOUT 2022-11-22 12:05:25 -05:00
Kevin Matz 6be8dfbebd set the operational status for sending universes 2022-11-21 17:46:17 -05:00
Kevin Matz cf1df8d373 send 3 stream_terminated messages during orderly shutdown 2022-11-21 17:45:43 -05:00
Kevin Matz 09dc532984 check for timeout before returning the status 2022-11-21 17:42:08 -05:00
Kevin Matz 357f8d5359 override the base implementation to be thread safer 2022-11-21 17:41:28 -05:00
Kevin Matz 81e68203ff set the status of terminated universes 2022-11-21 14:40:38 -05:00
Kevin Matz f27faa4fe6 always attempt to delete terminated universes 2022-11-21 14:40:04 -05:00
Kevin Matz fdbff859c7 be verbose in the status name 2022-11-21 14:37:02 -05:00
Kevin Matz 6ad6aa28f8 don't remove last universe if holding the look 2022-11-21 14:25:12 -05:00
Kevin Matz a5958448ff set/timeout ops modify the operational state 2022-11-21 13:41:22 -05:00
Kevin Matz 53ac273c0b there is no distinction between network data lost and terminated 2022-11-21 13:39:14 -05:00
Kevin Matz e76fd2f603 add a property to track the operating state of the universe 2022-11-21 13:24:21 -05:00
Kevin Matz 718a3dd22f Add status enum to be used later to track the operational state of a universe. 2022-11-21 12:41:59 -05:00
Kevin Matz 8fd8ef977d doc improvements 2022-11-20 23:00:38 -05:00
Kevin Matz 54ead231ad ensure that UDP and TCP are being sent on the correct transport 2022-11-20 17:30:23 -05:00
Kevin Matz 4a52f7302d implement a more robust method of determining dominant member 2022-11-20 15:22:51 -05:00
Kevin Matz 3672b1d49f Remove note about deleting callback tokens, It's done for all stale callbacks. 2022-11-20 15:16:12 -05:00
Kevin Matz 1ad91bdefe doc updates 2022-11-20 15:15:14 -05:00
Kevin Matz ae838bee21 reuse the same RLP header for every message 2022-11-20 15:10:53 -05:00
Kevin Matz 10031d3a05 implement a separate sender for each transport protocol 2022-11-20 15:09:03 -05:00
Kevin Matz 2d93bbe709 only handle discovery frames if discovery is enabled 2022-11-19 17:23:13 -05:00
Kevin Matz e14556fe16 call discovery callbacks after disabling discovery 2022-11-19 17:22:36 -05:00
Kevin Matz b26bf158c0 never add a universe for discovery 2022-11-19 17:22:03 -05:00
Kevin Matz 99d919d613 move discovery state tracking form platform driver to protocol receiver 2022-11-19 16:43:41 -05:00
Kevin Matz e4119c5189 add missing property getter for "Hold Last Look" 2022-11-19 15:45:31 -05:00
Kevin Matz e528abe5e1 make the ACN EPI 19 Fixed name only asignable at initilization 2022-11-19 15:43:02 -05:00
Kevin Matz 24e7b5eb4c retrieving a universe doesn't modify the receiver 2022-11-19 12:26:07 -05:00
Kevin Matz 693b361244 add citation 2022-11-18 13:50:07 -05:00
Kevin Matz 85e631424a include universe number in metadata source_name 2022-11-17 12:39:43 -05:00
Kevin Matz 7def265788 header cleanup 2022-11-17 12:29:57 -05:00
Kevin Matz 0f481ae2a7 stubs for Artnet I/O 2022-11-15 11:42:27 -05:00
Kevin Matz 4123e85328 nodes contain a set of ports 2022-11-15 11:41:25 -05:00
Kevin Matz 161f8644ec ArtDmx has two modes 2022-11-15 11:40:47 -05:00
Kevin Matz b4f27c88f7 explicit constructors 2022-11-15 11:39:54 -05:00
Kevin Matz 8e7489082b introduce ports and universes 2022-11-15 11:37:52 -05:00
Kevin Matz 5f46377e95 remove unnecessary headers 2022-11-15 11:32:53 -05:00
Kevin Matz bca742c37f Documentation improvement and cleanup 2022-11-15 11:32:29 -05:00
Kevin Matz 248aca3f70 fixed by commit b20e463177 2022-11-14 10:04:12 -05:00
Kevin Matz b20e463177 preserver stream state checking when reading 8bit values 2022-11-14 10:00:02 -05:00
Kevin Matz 0b5435065e correctly accept empty universe discovery lists 2022-11-14 09:16:53 -05:00
Kevin Matz db3c782bef remove unnecessary header includes 2022-11-11 11:08:24 -05:00
Kevin Matz 933279e068 cleanup doxygen warnings 2022-11-11 11:08:05 -05:00
Kevin Matz 1904dacea9 globally configurable Art-Net OEM value 2022-06-09 16:51:14 -04:00
Kevin Matz 27e668457f class hierarchy of Device, Controller, and Node 2022-06-09 16:41:55 -04:00
Kevin Matz 2942d2800d add a header 2022-06-08 16:06:30 -04:00
Kevin Matz 5710631724 the Art-Net packet definitions 2022-06-08 16:05:06 -04:00
Kevin Matz 7826d17d40 set flag value if initialized via the manufactuer high bit 2022-06-08 10:42:44 -04:00
Kevin Matz f03b2140fa always write the flag bit 2022-06-08 10:39:10 -04:00
Kevin Matz b0c291b146 Prepare to support the Art-Net protocol. 2022-06-04 10:54:45 -04:00
Kevin Matz fa24d64c72 receive a ProbeRequest 2022-06-04 10:52:42 -04:00
Kevin Matz 5d4f6654cd protocol I/Os are protected functions 2022-06-04 10:52:06 -04:00
Kevin Matz ca671229f7 protocol recievers are protected members 2022-06-04 10:51:39 -04:00
Kevin Matz 77113b9139 add flag for when device is connected to a broker 2022-06-04 10:50:39 -04:00
Kevin Matz 74b95cf007 specify the byte width of the IP address specification enum 2022-06-04 10:49:24 -04:00
Kevin Matz 497f45a0df flag to probe for inactive only 2022-06-04 10:48:46 -04:00
Kevin Matz ce8baafcf3 add definition for slot count 2022-06-04 10:29:00 -04:00
Kevin Matz 00d825ccf8 turn pdu_flags into a POD struct 2022-06-04 10:27:25 -04:00
Kevin Matz a4978c514e minor optimization for streaming the native type 2022-05-31 15:25:07 -04:00
Kevin Matz b95f6a72d6 keep a transaction number 2021-09-19 22:37:57 -04:00
Kevin Matz 1842c69b02 un-document unused variable 2021-09-19 12:22:24 -04:00
Kevin Matz 7c1f529833 LLRP frame handling 2021-09-19 12:22:07 -04:00
Kevin Matz 95916aea56 check for existing segments before creating 2021-09-19 12:19:53 -04:00
Kevin Matz c5c4df1888 create LLRP frame block 2021-09-19 10:23:33 -04:00
Kevin Matz 6b960d8913 inherit from an EPT Client base class that does nothing. 2021-09-19 10:21:55 -04:00
Kevin Matz 9fe57bc363 unpack structure for portability 2021-09-19 09:29:17 -04:00
Kevin Matz 4cd8289a85 remove packed struct for portability 2021-09-19 09:03:41 -04:00
Kevin Matz 6cc9f6e025 and stream condition checks 2021-09-17 09:35:47 -04:00
Kevin Matz b8a113759b remove extranious stream read 2021-09-17 09:35:35 -04:00
Kevin Matz 6a24a9ed57 don't rely on packed structures 2021-09-17 08:49:28 -04:00
Kevin Matz c30d6a33f2 use the mkshared constructor 2021-09-17 08:48:39 -04:00
Kevin Matz f21a071860 zero is the default width case 2021-09-11 14:29:40 -04:00
Kevin Matz 7ae5896bc8 correct more type defines 2021-09-11 14:29:17 -04:00
Kevin Matz ae2a03531b uint -> unsigned int for MinGW 2021-09-11 13:54:32 -04:00
Kevin Matz 2b9f2c4dfe build as static 2021-09-11 10:59:17 -04:00
Kevin Matz 04eb87ed82 comparison operators that makes sense 2021-09-11 10:01:18 -04:00
Kevin Matz 8e50d9292d callback tokens to signal when the caller has gone away 2021-09-11 09:44:16 -04:00