|
|
| RemoteTransactionControl (const FunctionalBlockContext &functional_block_context, TransactionInterface &transaction, SmartChargingInterface &smart_charging, MeterValuesInterface &meter_values, AvailabilityInterface &availability, FirmwareUpdateInterface &firmware_update, SecurityInterface &security, ReservationInterface *reservation, ProvisioningInterface &provisioning, UnlockConnectorCallback unlock_connector_callback, RemoteStartTransactionCallback remote_start_transaction_callback, StopTransactionCallback stop_transaction_callback, std::atomic< RegistrationStatusEnum > ®istration_status, std::atomic< UploadLogStatusEnum > &upload_log_status, std::atomic< int32_t > &upload_log_status_id) |
| |
| void | handle_message (const ocpp::EnhancedMessage< MessageType > &message) override |
| | Handles the given message from the CSMS. This includes dispatching a CALLRESULT as a response to the incoming message . More...
|
| |
| 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 incoming message . More...
|
| |
◆ handle_message()
| void ocpp::v2::RemoteTransactionControl::handle_message |
( |
const ocpp::EnhancedMessage< MessageType > & |
message | ) |
|
|
overridevirtual |
Handles the given message from the CSMS. This includes dispatching a CALLRESULT as a response to the incoming message .
- Parameters
-
Implements ocpp::v2::MessageHandlerInterface.
The documentation for this class was generated from the following files: