20 Commits

Author SHA1 Message Date
b92a79b0c0 refactor!(connector): unify connector/redis_connector in one class 2024-02-26 14:49:43 +01:00
63a8dd814c refactor: renamed enforce_sync to monitor_sync 2024-02-23 18:24:57 +01:00
8bbfd10ca7 refactor(messages)!: messages refactoring, new serialization module
To have a better separation of concern between messages and how they are conveyed in connectors.
BECMessage can be simple dataclasses, leaving the serialization to the connector which transport those.
The serialization module itself can be isolated, and in the case of msgpack it can be extended to
understand how to encode/decode BECMessage, to simplify writing code like with BundleMessage or to
be able to automatically encode numpy or BECStatus objects.
Finally, client objects (producers and consumers) can receive BECMessage objects instead of having
to dump or load themselves.
2024-02-07 12:43:52 +01:00
06f2d781ae refactor: rename module BECMessage -> messages
This should help to avoid confusion between BECMessage module and
BECMessage class located in the same module
2023-11-10 10:28:53 +01:00
524ef24da0 refactor: flatten bec_lib structure 2023-11-10 10:24:33 +01:00
146898ec3f refactor: run isort on all files
$ isort . --profile=black --line-width=100 --multi-line=3 --trailing-comma
2023-11-10 10:22:47 +01:00
1a8cc7c448 feat: changed arg_bundle_size from int to dict; closes #111 2023-11-06 13:56:40 +00:00
c7d8b1afd5 feat: changed arg_input from list to dict to provide a full signature 2023-11-02 13:06:09 +00:00
03595b42f7 fix: changed progress update from devicestatus to progress message 2023-10-06 11:03:11 +02:00
766b1bd06f refactor: cleanup 2023-10-05 14:31:56 +02:00
b7ad6fefc7 refactor: fixed formatter 2023-10-05 14:31:55 +02:00
e20639
7232aeffc8 refactor: fix formatting for online changes 2023-10-05 14:31:55 +02:00
e20639
2f8fce5220 fix: sgalil scan corrections 2023-10-05 14:31:55 +02:00
e20639
b7a722c0ef fix: adjusted sgalil_grid scan for updated mcs operation 2023-10-05 14:31:55 +02:00
e20643
782362409e fix black formatting 2023-10-05 14:31:53 +02:00
e20643
195a8dd754 fix: online changes e20643, file writer bugfix and add scanabortion check in sgalil_grid 2023-10-05 14:31:07 +02:00
e20636
4231d00e19 fix: fixed primary readout for sgalil scan 2023-10-05 14:27:47 +02:00
e52390a226 fix: added missing primary readings to sgalil grid 2023-09-07 09:59:34 +00:00
cec0b342f0 fix: file_writer and scan_ser for falcon and eiger9m and sgalil grid scan 2023-09-07 10:20:25 +02:00
de5ba09954 fix: online fix for file writer 2023-09-06 18:06:59 +02:00