Properly support Enumeration values in MATLAB expressions.
By default, all Simulink enumerated values are formed as: enumerationtype.constant The current MATLAB parser in jTET fails to recognize this. Fix this so that it recognizes these constants properly. Also add a test to verify this mode. Note that the original style of just the constant is still ok, thought in a TET block that style may not work.
Loading
Please register or sign in to comment