You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
All generated Vss models with an array data type are not properly supported currently. The .toString() does not return a proper string which can be parsed to a Datapoint.
To Reproduce
Steps to reproduce the behavior:
Select Vss Model SeatPosCount in the TestApp (Vss mode)
Input "2,4" without (")
Expected behavior
The VssModel is correctly updated
"ANDROID_AUTO, APPLE_CARPLAY" (with a space after the comma) should also work
Screenshot
Additional context
A good solution could be to generate a "stringValue" method for all VssSignals. Because we have to know the exact array type e.g. IntArray / Doublearray / Array for the correct cast.
The text was updated successfully, but these errors were encountered:
Describe the bug
All generated Vss models with an array data type are not properly supported currently. The .toString() does not return a proper string which can be parsed to a Datapoint.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshot
Additional context
A good solution could be to generate a "stringValue" method for all VssSignals. Because we have to know the exact array type e.g. IntArray / Doublearray / Array for the correct cast.
The text was updated successfully, but these errors were encountered: