We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfbdcd8 commit c162938Copy full SHA for c162938
include/iso15118/d20/config.hpp
@@ -43,7 +43,6 @@ struct SessionConfig {
43
std::vector<message_20::datatypes::InternetParameterList> internet_parameter_list;
44
std::vector<message_20::datatypes::ParkingParameterList> parking_parameter_list;
45
46
- // I have a deja vu with this DC limits, shouldn't they be called dc_evse_limits?
47
DcTransferLimits dc_limits;
48
49
std::vector<ControlMobilityNeedsModes> supported_control_mobility_modes;
include/iso15118/message/common_types.hpp
@@ -115,7 +115,6 @@ enum class ChargingSession {
115
116
enum class AcConnector {
117
SinglePhase = 1,
118
- // TODO(ioan): two phase missing?
119
ThreePhase = 3,
120
};
121
enum class DcConnector {
0 commit comments