Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented command and requestCommands methods in the FrameProcessor. #359

Merged
merged 2 commits into from
Oct 10, 2024

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    86c25d1 View commit details
    Browse the repository at this point in the history
  2. Implemented a command in DummyUDPProcessPlugin and tests to verify th…

    …e functionality.
    
    Fixed runtime error in Dummy plugin and throw an exception if the supported
    command is not requested when execution is called.
    
    Added tests that use the Dummy plugin to test execute and requestCommands methods.
    
    Update cpp/frameProcessor/test/DummyUDPProcessPluginTest.cpp
    
    Co-authored-by: Gary Yendell <gary.yendell@diamond.ac.uk>
    
    Added clarification comments.  Simplified boost test calls.
    
    Updated to use string commands with no parameters.
    
    Removed unused test code.
    
    Removed unused execution parameter constant.
    ajgdls committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    03168c3 View commit details
    Browse the repository at this point in the history