openDAQ
openDAQ copied to clipboard
openDAQ™ data acquisition SDK
Websocket device names are hardcoded to 'WebsocketClientPseudoDevice' ("websocket_client_device_impl.cpp) The streaming protocol has no meta option to set the device.info.name.
* Transfer ownership of the data processing thread from the module to the streaming object * Synchronize native device destruction with the completion of dependent external threads ## Type of...
In python examples csv_writer and signal_graphed_overtime.py, and maybe others, signal names are retrieved using "signal.signal_descriptor.name". However signal_descriptor is not set via streaming protocol (tested with websocket), giving empty name strings...
Visual Studio has issues with paths longer than 255 characters especially if the build folder is not exactly at the root of the drive. The target names should be reduced...
* TBBAS-1006 Introduce native config protocol RPC "ConnectExternalSignal" * TBBAS-1005 Add mirrored representation of "external" signals * TBBAS-1133 Add client-side producer for client-to-device streaming data * TBBAS-1008 Handle client-to-device streaming...
## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change which adds functionality) # Checklist: - [x] Pull request title reflects its content...
# Type of change: - [x] New feature (non-breaking change which adds functionality) # Checklist: - [x] Pull request title reflects its content - [x] My code follows the style...
# Type of change: - [x] Bug fix (non-breaking change which fixes an issue) # Checklist: - [x] Pull request title reflects its content - [x] My code follows the...
- Add an option to mark functions and procedures as const - Allow triggering of const function properties under locked device over native config protocol
# Type of change: - [x] New feature (non-breaking change which adds functionality) # Checklist: - [x] Pull request title reflects its content - [ ] My code follows the...