I'm involved in trying to shoe-horn some new functionality into an existing program with Host, Real-Time and FPGA aspects to it.
I've run into a situation where I think User Events might be able to help with my signalling between processes. My questions are:
Are User Events going to introduce jitter into my program because the event queue (I'm stuck with LV 2012 SP1) is unbounded and could theoretically need to allocate data at some random time in space. Are RT-FIFOs preferable for exactly this reason? If anyone has experience with Events on a RT System, I'd be glad to hear because something tells me it's not optimal....
Shane