Commit e4e9098f authored by Claes Sjofors's avatar Claes Sjofors

NMpsCell subwindow, 64-bit alignment was missing

parent 89927788
...@@ -36,18 +36,18 @@ typedef struct { ...@@ -36,18 +36,18 @@ typedef struct {
typedef struct { typedef struct {
pwr_tFloat32 *DataP; pwr_tFloat32 *DataP;
pwr_tObjid Data_ObjId; pwr_tObjid Data_ObjId pwr_dAlignLW;
pwr_tBoolean Data_Front; pwr_tBoolean Data_Front pwr_dAlignW;
pwr_tBoolean Data_Back; pwr_tBoolean Data_Back pwr_dAlignW;
pwr_tDlid Data_Dlid; gdh_tDlid Data_Dlid pwr_dAlignW;
pwr_tBoolean Data_Select; pwr_tBoolean Data_Select pwr_dAlignW;
pwr_tBoolean Data_OldSelect; pwr_tBoolean Data_OldSelect pwr_dAlignW;
} plc_t_DataInfo; } plc_t_DataInfo;
typedef struct { typedef struct {
pwr_tUInt32 *DataP; pwr_tFloat32 *DataP;
pwr_tObjid Data_ObjId; pwr_tObjid Data_ObjId pwr_dAlignW;
pwr_tRefId Data_Dlid; gdh_tDlid Data_Dlid pwr_dAlignW;
} plc_t_DataInfoMirCell; } plc_t_DataInfoMirCell;
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment