Pārlūkot izejas kodu

[Bug fix][Moduralization][Module_OcppBackend]

2020.09.22 / Folus Wen

Actions:
1. EVSE/Modularization/ocppfiles/MessageHandler.c handleSetChargingProfileRequest() message paring method modify.
2. EVSE/Projects/define.h struct OCPP20Data fix.

Files:
1. As follow commit history

Image version: D0.00.XX.XXXX.XX
Image checksum: XXXXXXXX

Hardware PWB P/N : XXXXXXX
Hardware Version : XXXXXXX
FolusWen 4 gadi atpakaļ
vecāks
revīzija
0247d228c0
2 mainītis faili ar 260 papildinājumiem un 566 dzēšanām
  1. 257 564
      EVSE/Modularization/ocppfiles/MessageHandler.c
  2. 3 2
      EVSE/Projects/define.h

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 257 - 564
EVSE/Modularization/ocppfiles/MessageHandler.c


+ 3 - 2
EVSE/Projects/define.h

@@ -4401,7 +4401,7 @@ struct ChargingScheduleType
 	float minChargingRate;										// Optional. Minimum charging rate supported by the EV.
 	unsigned short int id;										// Required. Identifies the ChargingSchedule.
 	struct ChargingSchedulePeriodType chargingSchedulePeriod[1024];	// Required. List of ChargingSchedulePeriod elements defining maximum power or current usage over time.
-	struct SalesTariffType salesTariff;								// Optional. Sales tariff associated with this charging schedule.
+	struct SalesTariffTypeOCPP salesTariff;						// Optional. Sales tariff associated with this charging schedule.
 };
 
 struct ChargingProfileType
@@ -4969,7 +4969,7 @@ struct NotifyCustomerInformation_20
 
 struct NotifyDisplayMessages_20
 {
-	unsigned int NotifyDisplayMessages;								// Required. The id of the GetDisplayMessagesRequest that requested this message.
+	unsigned int requestId;											// Required. The id of the GetDisplayMessagesRequest that requested this message.
 	unsigned char tbc;												// Optional. "to be continued" indicator. Indicates whether another part of the report follows in an upcoming NotifyDisplayMessagesRequest message. Default value when omitted is false.
 	struct MessageInfoType messageInfo[10];							// Optional. The requested display message as configured in the Charging Station.
 };
@@ -5510,6 +5510,7 @@ struct OCPP20Data
 	struct UnlockConnector_20					UnlockConnector[CHAdeMO_QUANTITY+ CCS_QUANTITY + GB_QUANTITY + AC_QUANTITY];
 	struct UnpublishFirmware_20					UnpublishFirmware;
 	struct UpdateFirmware_20					UpdateFirmware;
+	struct ChargingProfileType		    		SmartChargingProfile[CHAdeMO_QUANTITY+ CCS_QUANTITY + GB_QUANTITY + AC_QUANTITY];
 };
 
 #endif // DEFINE_H_

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels