refactor(simulator): constify and factor out empty data structure
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 25 Feb 2023 21:32:48 +0000 (22:32 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 26 Feb 2023 05:22:22 +0000 (06:22 +0100)
commit59b6ed8d1db313ef3371efd8ab5e039cf3dedab0
tree103e99885477e67dfcb5a36ab0da09b6c809729a
parentdf3b86f788b27176f1a86f8de2141dcc43943752
refactor(simulator): constify and factor out empty data structure
     definitions

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
20 files changed:
src/charging-station/AutomaticTransactionGenerator.ts
src/charging-station/ChargingStation.ts
src/charging-station/ChargingStationConfigurationUtils.ts
src/charging-station/ChargingStationUtils.ts
src/charging-station/ocpp/1.6/OCPP16IncomingRequestService.ts
src/charging-station/ocpp/1.6/OCPP16ResponseService.ts
src/charging-station/ocpp/1.6/OCPP16ServiceUtils.ts
src/charging-station/ocpp/2.0/OCPP20ResponseService.ts
src/charging-station/ocpp/OCPPConstants.ts
src/charging-station/ocpp/OCPPRequestService.ts
src/charging-station/ui-server/UIHttpServer.ts
src/charging-station/ui-server/UIWebSocketServer.ts
src/exception/OCPPError.ts
src/performance/PerformanceStatistics.ts
src/performance/storage/JsonFileStorage.ts
src/utils/Constants.ts
src/worker/WorkerAbstract.ts
src/worker/WorkerConstants.ts
src/worker/WorkerFactory.ts
src/worker/WorkerSet.ts