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
Try to make System.out.println in apps do something on the actual car. Now it is ignored, and output must be made some other way (does that work in the simulator?)
The text was updated successfully, but these errors were encountered:
arndtjonasson
changed the title
Standard Java I/O on vehicle
Standard Java I/O on physical vehicle
Feb 27, 2015
I think the answer to the question above is that the proper way to do it is by VM.print, and that this works by virtue of methods in simulator/squawk which do System.out.println in the case of simulator, while the car implementation is in squawk/.../VM.java.
One plugin which uses VM.print is SemiAutomaticReverseParking.
As long as System.out is ignored in autosar, the proper thing to do is to use VM.print everywhere, but it would also be nice to be able to use plugin code outside the moped framework without changing the I/O functions.
Try to make System.out.println in apps do something on the actual car. Now it is ignored, and output must be made some other way (does that work in the simulator?)
The text was updated successfully, but these errors were encountered: