Re: How to make timed sequences in java?
Quote:
Originally Posted by omalleyj
(Post 1323841)
Or print a 'broke realtime' message).
|
Yes :-)
On a related note: When designing realtime frameworks and application code for bare metal embedded microcontrollers, it's helpful to increment an element in an array of error counters for realtime margin and other operating assumptions. Monitoring those error counters during development, qualification, stress, and acceptance testing is a great way to increase confidence level that the system is operating as expected.
|