laatzen/Common/Service/MeterProcessState
2023-09-01 09:31:14 +02:00
..
App_Start API Controller CordonelPressureSensorTest created + models 2023-05-22 14:32:46 +02:00
Areas/HelpPage ReSharper: -CLR types introduced on GTB 2022-10-19 12:58:08 +02:00
Content db table created - tested through swagger ui 2023-05-22 16:50:37 +02:00
Controllers Endpoint: /api/jsonconfiguration - reads json configuration from the root of the IIS App 2023-09-01 09:31:14 +02:00
Data ReSharper: -CLR types introduced on GTB 2022-10-19 12:58:08 +02:00
Extensions db table created - tested through swagger ui 2023-05-22 16:50:37 +02:00
fonts Initial commit 2021-10-01 11:09:20 +02:00
Models Pressure measurement process done. 2023-05-23 14:02:52 +02:00
Properties Fix last things on LUT update 2022-08-12 09:33:04 +02:00
Providers ReSharper: -CLR types introduced on GTB 2022-10-19 12:58:08 +02:00
Results ReSharper: -CLR types introduced on GTB 2022-10-19 12:58:08 +02:00
Scripts Initial commit 2021-10-01 11:09:20 +02:00
Views Initial commit 2021-10-01 11:09:20 +02:00
Appsettings.cs db table created - tested through swagger ui 2023-05-22 16:50:37 +02:00
configuration.json Endpoint: /api/jsonconfiguration - reads json configuration from the root of the IIS App 2023-09-01 09:31:14 +02:00
favicon.ico Initial commit 2021-10-01 11:09:20 +02:00
Global.asax Initial commit 2021-10-01 11:09:20 +02:00
Global.asax.cs API Controller CordonelPressureSensorTest created + models 2023-05-22 14:32:46 +02:00
MeterProcessState.csproj Endpoint: /api/jsonconfiguration - reads json configuration from the root of the IIS App 2023-09-01 09:31:14 +02:00
MeterProcessState.csproj.user new branch for configuration_json 2023-08-30 16:41:56 +02:00
packages.config API for Cordonel Calibrations offsets 2023-08-29 13:56:24 +02:00
Project_Readme.html Initial commit 2021-10-01 11:09:20 +02:00
README.md API for Cordonel Calibrations offsets 2023-08-29 13:56:24 +02:00
Startup.cs Initial commit 2021-10-01 11:09:20 +02:00
Web.config logtime no commit 2023-08-02 12:38:58 +02:00
Web.Debug.config Initial commit 2021-10-01 11:09:20 +02:00
Web.Release.config Initial commit 2021-10-01 11:09:20 +02:00

CREATE TABLE [Cordonel_Calibrations] ( [PcbId] INT NOT NULL, [TestRunNr] INT NOT NULL, [Offset] FLOAT NOT NULL, CONSTRAINT [PK_Cordonel_Calibrations_PcbId] PRIMARY KEY ([PcbId]) );