NC0033: Alias
Configuration of a prefix for a variable declaration of an alias type.
Sample declaration:
Declaration of an alias:
TYPE T_Message : STRING; END_TYPEFor the following variable declaration the prefix configured for NC0033 is used for the formation of the overall prefix, compliance with which is checked during execution of the static analysis.
tMessage : T_Message;