NC0032: Structure
Configuration of a prefix for a variable declaration of a structure type.
Sample declaration:
Declaration of a structure:
TYPE ST_Sample :
STRUCT
bVar : BOOL;
sVar : STRING;
END_STRUCT
END_TYPEFor the following variable declaration the prefix configured for NC0032 is used for the formation of the overall prefix, compliance with which is checked during execution of the static analysis.
stSample : ST_Sample;