Make modular the SRPC call chain code.
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 31 Jan 2021 22:33:08 +0000 (23:33 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 31 Jan 2021 22:33:08 +0000 (23:33 +0100)
commitc0560973d259dbce64a24d10bab46246596fa1d5
tree21b26bc0a65ab3784eeae34e05032499965eb437
parenteaa20d18f0351dc64364f43ce477af45b46acc89
Make modular the SRPC call chain code.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
31 files changed:
src/charging-station/AutomaticTransactionGenerator.ts
src/charging-station/ChargingStation.ts
src/charging-station/ocpp/1.6/OCCP16IncomingRequestService.ts [new file with mode: 0644]
src/charging-station/ocpp/1.6/OCPP16RequestService.ts [new file with mode: 0644]
src/charging-station/ocpp/1.6/OCPP16ResponseService.ts [new file with mode: 0644]
src/charging-station/ocpp/OCPPIncomingRequestService.ts [new file with mode: 0644]
src/charging-station/ocpp/OCPPRequestService.ts [new file with mode: 0644]
src/charging-station/ocpp/OCPPResponseService.ts [new file with mode: 0644]
src/types/ChargingStationTemplate.ts
src/types/Connectors.ts
src/types/ocpp/1.6/ChargePointErrorCode.ts
src/types/ocpp/1.6/ChargePointStatus.ts
src/types/ocpp/1.6/ChargingProfile.ts
src/types/ocpp/1.6/Configuration.ts
src/types/ocpp/1.6/MeterValues.ts
src/types/ocpp/1.6/RequestResponses.ts
src/types/ocpp/1.6/Requests.ts
src/types/ocpp/1.6/Transaction.ts
src/types/ocpp/ChargePointErrorCode.ts [new file with mode: 0644]
src/types/ocpp/ChargePointStatus.ts [new file with mode: 0644]
src/types/ocpp/ChargingProfile.ts [new file with mode: 0644]
src/types/ocpp/Configuration.ts
src/types/ocpp/MeterValues.ts [new file with mode: 0644]
src/types/ocpp/OCPPProtocol.ts [new file with mode: 0644]
src/types/ocpp/OCPPVersion.ts [new file with mode: 0644]
src/types/ocpp/RequestResponses.ts [new file with mode: 0644]
src/types/ocpp/Requests.ts
src/types/ocpp/Transaction.ts [new file with mode: 0644]
src/utils/CircularArray.ts
src/utils/Constants.ts
src/utils/Statistics.ts