Minor refactoring
- Excluded union internal variable from static code analysis - Excluded unused field in Suncpec struct from static code analysis for later use
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<DUT Name="U_EMS_CONTROLS_REGISTER" Id="{a1ff95b9-162c-49e5-b53b-4cd068746597}">
|
||||
<Declaration><![CDATA[TYPE U_EMS_CONTROLS_REGISTER :
|
||||
UNION
|
||||
{attribute 'analysis' := '-33'}
|
||||
wRegister : WORD;
|
||||
stBitmap : ST_WORD_EMS_CONTROLS_BITMAP;
|
||||
END_UNION
|
||||
|
||||
@@ -66,6 +66,7 @@ STRUCT
|
||||
// Current inverter status
|
||||
{attribute 'OPC.UA.DA' := '1'}
|
||||
{attribute 'OPC.UA.DA.Access' := '1'}
|
||||
{attribute 'analysis' := '-33'}
|
||||
uiStatus : UINT;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
|
||||
Reference in New Issue
Block a user