I'm trying to trap scheduling violations through an exception handler in user RT it's straightforward - use the SIGXCPU handler
is rthal_trap_catch() the way to go? or is it just evaluating the rt_task_wait_period() returns ? I'm a bit fuzzy as to the relation between these two - the manual says for rthal_trap_catch() '...uncontrolled exception or fault is caught at machine level.'; does this include scheduling overruns? it seems not to I guess I have both in place but unsure atm what rthal_trap_catch() would buy me ontop thanks in advance - Michael ps: I know that stuff is deprecating, it's all about a first-class funeral ;) _______________________________________________ Xenomai mailing list [email protected] http://www.xenomai.org/mailman/listinfo/xenomai
