Hello everybody, I recently was assigned to porting/enhancing a project for Windows + cRIO/RT.
The Windows part of the code surprised me quite a bit when I noticed it was using RT FIFOs... but I was under the impression those would only work on an RT target, definitely not under Windows (I'm using a virtualized Windows 7 Enterprise environment + a cRIO 9066)
Tried to search this board and many other places but I can't seem to be able to find any documentation about this very specific case.
If I had to make an educated guess I would imagine that in a non-RT environment a call to an RT FIFO function simply gets re-routed to a standard Queue function... but it would be nice to have a confirmation on this (likely non standard/non supported?) use case.
Best regards