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

Refactor of message dispatching #864

Merged
merged 3 commits into from
Nov 15, 2024
Merged

Commits on Nov 14, 2024

  1. Large refactor of message handling:

    * Added new class MessageDispatcherInterface that can dispatch OCPP Call, CallResult, CallError
    * MessageDispatcherInterface became member of ChargePoint classes. The templated methods for sending/dispatching Call, CallResult, CallError have been moved from ChargePoint classes to MessageDispatcher
    
    Signed-off-by: Piet Gömpel <[email protected]>
    Pietfried committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3a07d82 View commit details
    Browse the repository at this point in the history
  2. Adressed requested changes

    Signed-off-by: Piet Gömpel <[email protected]>
    Pietfried committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    ffc407d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Added missing newlines

    Signed-off-by: Kai-Uwe Hermann <[email protected]>
    hikinggrass committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2162674 View commit details
    Browse the repository at this point in the history