| | Re: Clarification of access control Dave Baum
| | | If a task loses its resources (due to an equal or higher priority task acquiring them), then control leaves the body of the acquire statement. If there is a "catch" block following the acquire, then the catch block is executed, otherwise control (...) (24 years ago, 16-Nov-00, to lugnet.robotics)
| | | | | | | | Re: Clarification of access control Dave Baum
| | | | | (...) I forgot to show that resources get released, the functionality is more like this: try { grabResource(X); ...body... releaseResource(X); } catch (ResourceLostException e) { } Dave (24 years ago, 17-Nov-00, to lugnet.robotics)
| | | | | | |