Re: exception handling
Herman Bruyninckx <[email protected]>
| Newsgroups | gmane.science.robotics.orocos.user |
|---|---|
| Message-ID | <Pine.LNX.4.44.0203052010150.7487-100000@pc25-213.mech.kuleuven.ac.be> |
On Tue, 5 Mar 2002, Cezary Zielinski wrote: [...] > Nevertheless, I would like to point out that although the execution of > exception handling procedure might vary in time, as long as the procedure > meets a certain deadline it is still OK to use it in hard real-time context. Indeed. But neither C++ nor Java compilers can tell you what this ``certain deadline'' would be... In the real-time part, we will do exceptions the way you described. Herman