aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Drivers/FPGA/FPGA_Comm.h
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2019-01-31 15:00:21 +0200
committerAvi Levkovich <avi@twine-s.com>2019-01-31 15:00:21 +0200
commit0908905d76fa0e034bf4ab080fc4f5aaafca9460 (patch)
treed4b94c84b6ed280d07e6333271686a4d9dae3a1a /Software/Embedded_SW/Embedded/Drivers/FPGA/FPGA_Comm.h
parentf82417102b1ff375d162d5792315d69ff9c15e98 (diff)
downloadTango-0908905d76fa0e034bf4ab080fc4f5aaafca9460.tar.gz
Tango-0908905d76fa0e034bf4ab080fc4f5aaafca9460.zip
bool Waste_OverFull()
bool Waste_Flow_Switch() bool Dryer_Door_Switch()
Diffstat (limited to 'Software/Embedded_SW/Embedded/Drivers/FPGA/FPGA_Comm.h')
-rw-r--r--Software/Embedded_SW/Embedded/Drivers/FPGA/FPGA_Comm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Software/Embedded_SW/Embedded/Drivers/FPGA/FPGA_Comm.h b/Software/Embedded_SW/Embedded/Drivers/FPGA/FPGA_Comm.h
index 9852bf874..7c052fcde 100644
--- a/Software/Embedded_SW/Embedded/Drivers/FPGA/FPGA_Comm.h
+++ b/Software/Embedded_SW/Embedded/Drivers/FPGA/FPGA_Comm.h
@@ -1303,7 +1303,7 @@ typedef union
bool F1_LS_LSPARE1 : 1; //3
bool F1_LS_LPIVOT_UP : 1; //4
bool F1_LS_LPIVOT_DOWN : 1; //5
- bool F1_LS_LOADARM_RIGHT : 1; //6
+ bool F1_DR_DOOR_SW_NO : 1; //6 F1_LS_LOADARM_RIGHT
bool F1_LS_LOADARM_LEFT : 1; //7
bool F1_LS_LLOADMOTOR_UP : 1; //8
bool F1_LS_LLOADMOTOR_DOWN : 1; //9
@@ -1527,9 +1527,9 @@ typedef union
{
struct
{
- bool F2_GPI_CHILLER_STAT1 : 1; //0
+ bool F2_WASTE_OVERFULL_NO : 1; //0 F2_GPI_CHILLER_STAT1
bool F2_GPI_CHILLER_FAULT : 1; //1
- bool F2_GPI_AIRFLOW_FLAP : 1; //2
+ bool F2_WASTE_FLOW_SW_NO : 1; //2 F2_GPI_AIRFLOW_FLAP
unsigned short RESERVE :13; //3-15
}bits;
unsigned short ushort;
@@ -1543,7 +1543,7 @@ typedef union
{
bool F3_GPI_WCONTAINER_WARN : 1; //0
bool F3_GPI_WCONTAINER_FULL : 1; //1
- bool F3_GPI_SW_FILTER_PRES : 1; //2
+ bool F3_GPI_SW_FILTER_PRES : 1; //2 FILTER_PRES_SW_NO
bool F3_GPI_PANSW6 : 1; //3
bool F3_GPI_PANSW5 : 1; //4
bool F3_GPI_PANSW4 : 1; //5