ready for UAT

final commit

added PSN to reactor maintenance report query dialog
This commit is contained in:
Infineon\StieberD
2025-04-04 17:19:10 -07:00
committed by Stieber Daniel (CSC FI SPS MESLEO)
parent 8b0eb3e468
commit 333cf0b8e2
25 changed files with 36334 additions and 15275 deletions

View File

@ -0,0 +1,20 @@
compile insert REACTOR_INJECTOR_SETTINGS_EQUATES
/*----------------------------------------
Author : Table Create Insert Routine
Written : 31/03/2025
Description : Insert for Table REACTOR_INJECTOR_SETTINGS
----------------------------------------*/
#ifndef __REACTOR_INJECTOR_SETTINGS_EQUATES__
#define __REACTOR_INJECTOR_SETTINGS_EQUATES__
equ REACTOR_INJECTOR_SETTINGS.REACTOR_LOG_ID$ to 1
equ REACTOR_INJECTOR_SETTINGS.REACTOR_NO$ to 2
equ REACTOR_INJECTOR_SETTINGS.INJ_SET_DTM$ to 3
equ REACTOR_INJECTOR_SETTINGS.ACTIVE$ to 4
equ REACTOR_INJECTOR_SETTINGS.INJECTOR_1$ to 5
equ REACTOR_INJECTOR_SETTINGS.INJECTOR_2$ to 6
equ REACTOR_INJECTOR_SETTINGS.INJECTOR_3$ to 7
equ REACTOR_INJECTOR_SETTINGS.INJECTOR_4$ to 8
equ REACTOR_INJECTOR_SETTINGS.INJECTOR_5$ to 9
#endif