6#include <ocpp/common/message_queue.hpp>
30 message(
"Message is not implemented: " + conversions::messagetype_to_string(message_type)) {
33 const char* what()
const noexcept override {
34 return message.c_str();
Interface for handling OCPP2.0.1 CALL messages from the CSMS. Classes implementing a functional block...
Definition: message_handler.hpp:13
virtual void handle_message(const EnhancedMessage< MessageType > &message)=0
Handles the given message from the CSMS. This includes dispatching a CALLRESULT as a response to the ...
Definition: message_handler.hpp:24
Contains a OCPP message in json form with additional information.
Definition: message_queue.hpp:54