Dejan Crnila
Dejan Crnila
When an input port listener receives the data descriptor change event is unable to detect if the descriptor is null or it did not change. This is an attempt to...
Updates native configuration protocol implementation on the client side to send all updates on the `endUpdate` call. It also implements version 1 of the protocol, where property updates can be...
# Brief Adds functions to create multiple packets with one heap allocation # Description The typical value signal and the domain signal require four heap allocations per packet pair. `daqBulkCreateDataPackets`...
# Brief (Concise one-line description of what changed and what was added/removed, maybe even why) # Description (Individual high-level changes) - Add Python GUI Demo functionality - Rename a function...
I'm having an issue similar to [https://github.com/sizmailov/pybind11-stubgen/issues/86](url) It seems that `py::capsule` is not recognized correctly. ` cls.def_static("from_raw_interface", [](py::capsule rawInterface) { if (std::strcmp(rawInterface.name(), "raw_interface") != 0) throw std::invalid_argument("Invalid capsule"); daq::IBaseObject* obj...