◆ handle_message()
| virtual void ocpp::v2::AvailabilityInterface::handle_message |
( |
const ocpp::EnhancedMessage< MessageType > & |
message | ) |
|
|
pure virtual |
◆ handle_scheduled_change_availability_requests()
| virtual void ocpp::v2::AvailabilityInterface::handle_scheduled_change_availability_requests |
( |
const int32_t |
evse_id | ) |
|
|
pure virtual |
Handle / send the scheduled change availability requests.
- Parameters
-
| evse_id | The evse id of the change availability request. |
Implemented in ocpp::v2::Availability.
◆ heartbeat_req()
| virtual void ocpp::v2::AvailabilityInterface::heartbeat_req |
( |
const bool |
initiated_by_trigger_message = false | ) |
|
|
pure virtual |
◆ set_heartbeat_timer_interval()
| virtual void ocpp::v2::AvailabilityInterface::set_heartbeat_timer_interval |
( |
const std::chrono::seconds & |
interval | ) |
|
|
pure virtual |
Set the heartbeat timer interval.
- Parameters
-
| interval | The interval in seconds. |
Implemented in ocpp::v2::Availability.
◆ set_scheduled_change_availability_requests()
| virtual void ocpp::v2::AvailabilityInterface::set_scheduled_change_availability_requests |
( |
const int32_t |
evse_id, |
|
|
AvailabilityChange |
availability_change |
|
) |
| |
|
pure virtual |
Set scheduled change availability requests, that should be sent later (for example because of a firmware update).
- Parameters
-
| evse_id | The evse id. |
| availability_change | The availability change request. |
Implemented in ocpp::v2::Availability.
◆ status_notification_req()
| virtual void ocpp::v2::AvailabilityInterface::status_notification_req |
( |
const int32_t |
evse_id, |
|
|
const int32_t |
connector_id, |
|
|
const ConnectorStatusEnum |
status, |
|
|
const bool |
initiated_by_trigger_message = false |
|
) |
| |
|
pure virtual |
◆ stop_heartbeat_timer()
| virtual void ocpp::v2::AvailabilityInterface::stop_heartbeat_timer |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: