Jelajahi Sumber

[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 tahun lalu
induk
melakukan
0247d228c0
2 mengubah file dengan 260 tambahan dan 566 penghapusan
  1. 257 564
      EVSE/Modularization/ocppfiles/MessageHandler.c
  2. 3 2
      EVSE/Projects/define.h

File diff ditekan karena terlalu besar
+ 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.
 	float minChargingRate;										// Optional. Minimum charging rate supported by the EV.
 	unsigned short int id;										// Required. Identifies the ChargingSchedule.
 	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 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
 struct ChargingProfileType
@@ -4969,7 +4969,7 @@ struct NotifyCustomerInformation_20
 
 
 struct NotifyDisplayMessages_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.
 	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.
 	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 UnlockConnector_20					UnlockConnector[CHAdeMO_QUANTITY+ CCS_QUANTITY + GB_QUANTITY + AC_QUANTITY];
 	struct UnpublishFirmware_20					UnpublishFirmware;
 	struct UnpublishFirmware_20					UnpublishFirmware;
 	struct UpdateFirmware_20					UpdateFirmware;
 	struct UpdateFirmware_20					UpdateFirmware;
+	struct ChargingProfileType		    		SmartChargingProfile[CHAdeMO_QUANTITY+ CCS_QUANTITY + GB_QUANTITY + AC_QUANTITY];
 };
 };
 
 
 #endif // DEFINE_H_
 #endif // DEFINE_H_

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini