odin-detector / odin-data

DAQ software libraries for capturing and storing data from parallel detector systems
https://odin-detector.github.io/odin-data/
Apache License 2.0
8 stars 9 forks source link

Implemented command and requestCommands methods in the FrameProcessor. #359

Closed ajgdls closed 1 month ago

ajgdls commented 2 months ago

This PR adds the core code for supporting commands withinFrameProcessor plugins. No commands are implemented within this PR.

Fixes #352

GDYendell commented 2 months ago

Maybe something like MsgTypeCmdExecute?

:+1:

ajgdls commented 2 months ago

Hi @GDYendell @timcnicholls I have pushed the changes resulting from our conversation yesterday.

ajgdls commented 1 month ago

OK I think this is ready for review again. I have also tested sending commands with a python test client to a running FrameProcessor application.