ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
Public Member Functions | Public Attributes | List of all members
ocpp::v2::FullConnectorStatus Struct Reference

Describes the individual state of a single connector. More...

#include <component_state_manager.hpp>

Public Member Functions

ConnectorStatusEnum to_connector_status ()
 Translates the individual state to an Available/Unavailable/Occupied/Reserved/Faulted state This does NOT take into account the state of the EVSE or CS, and is intended to be used internally by the ComponentStateManagerInterface.
 

Public Attributes

OperationalStatusEnum individual_operational_status
 Operative/Inoperative status, usually set by the CSMS.
 
bool faulted
 True if the connector has an active (uncleared) error, assumed false on boot.
 
bool reserved
 True if the connector has an active reservation, assumed false on boot.
 
bool occupied
 True if the connector has a cable plugged in, assumed false on boot.
 
bool unavailable
 True if the connector is explicitly set to unavailable.
 

Detailed Description

Describes the individual state of a single connector.


The documentation for this struct was generated from the following files: