syntax of push_data_ready_event
|
|
---|---|
Hi Yes, the timestamp issue is a bug that affects a few kinds of events. https://gitlab.com/tango-controls/cppTango/-/issues/1341 Regards, /Anton |
|
|
---|---|
> About the timestamp issue, this looks like a bug to me if the timestamp is not correct. > As far as I know, there is currently no way to push a data ready event with a custom timestamp. Yes this is a bug [1], and I'm already working on a fix. The fix will be part of the upcoming release planned for April 2025. The bug is about the _reception time_ being not set. For a change event the attribute timestamp will be correct. [1]: https://gitlab.com/tango-controls/cppTango/-/issues/1341 |
|
|
---|---|
@Anton: Sorry did not see your answer before replying. |
|
|
---|---|
Hi Reynald, Anton and Thomas, thanks for your swift help and clarification. I think at the moment the best solution for me is to use change events and push them manually in the user code. Cheers, Dominik |