"Open Macro Library" |
Syntax quick tourTiming Constraint Violation Exception (Deadline and WCET)Macros for management of timing constraints violations for the C language, realised with an exception-handling paradigm. They allow for definition of time-scoped code regions, where the attempt of violation of the specified timing constraint leads to the automatic raise of an exception. Deadline constraints may be specified in terms of an absolute or relative deadline. WCET constraints may be defined in terms of maximum execution time the current thread is allowed to execute within the scoped region. Violation of the constraints leads to the throw of a EDeadlineException or EWCETViolation exception, respectively. These exceptions may be caught and dealt with similarly to how you deal with other exception types.#include < |
Latest news2009-01-25Deadline exception 2009-01-24 Exceptions for C Package 2009-01-16 Exceptions for the C language 2007-03-06 Syntax quick tour update.
Last update: |