openDAQ icon indicating copy to clipboard operation
openDAQ copied to clipboard

openDAQ™ data acquisition SDK

Results 67 openDAQ issues
Sort by recently updated
recently updated
newest added

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.

enhancement

* 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...

bug

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...

bug

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...

bug
enhancement

* 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...

enhancement

## 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...

enhancement

# 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...

enhancement

# 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...

enhancement
bindings:python

- Add an option to mark functions and procedures as const - Allow triggering of const function properties under locked device over native config protocol

enhancement

# Type of change: - [x] New feature (non-breaking change which adds functionality) # Checklist: - [x] Pull request title reflects its content - [ ] My code follows the...

ci
bindings:c#