Skip to content
New MINOR release 00.05.00

Changes since 00.04.00:

- allow mixing readAny()/readAsync() with read()/readNonBlocking()/readLatest()
- added support for std::string
- minor improvements to help debugging applications

Known issues:

- Sometimes the notification queue for blocking read() still can run out of futures when mixing various types of read()/readAsync(). It is unclear whether this is actually a bug in the ControlSystemAdapter or in ApplicationCore resp. the application where this problem was observed. As a work-around, only a warning is printed in this case and busy waiting is used until new data has arrived.