Am 25.11.2013 10:46, schrieb Philippe Gerum:
On 11/25/2013 10:39 AM, Johann Obermayr wrote:
Hello,

Is there a way to make a
rt_event_pulse.
A kernel function  rtdm_event_pulse is available, but no user space
function.


rtdm_event_pulse() is part of the inter-driver API, which explains why there is no userland access to it. Assuming you need to wake up a RTDM task waiting on a particular event via rtdm_event_wait(), then you have to implement an rt/nrt ioctl handler in your RTDM driver which will send the event. Userland can issue this ioctl request from userland.

Hi,

in userspace there are rt_event_signal & rt_event_clear, but no rt_event_pulse. i need rt_event_pulse to make my source compatible with EventPulse Window-Function.

Best Regards
   Johann

_______________________________________________
Xenomai mailing list
[email protected]
http://www.xenomai.org/mailman/listinfo/xenomai

Reply via email to