Am 28.08.2012 um 16:35 schrieb John Kasunich: > If any significant work is going to be done in RTAPI, the first > step should be to read rtapi.h, then go grepping through the > codebase and see what subset of rtapi.h is actually used. I'm > 99.94% sure that LCNC does not use RTAPI FIFOs, so they should > be dropped. (When I defined RTAPI, I was young and foolish and > didn't know about http://c2.com/cgi/wiki?YouArentGonnaNeedIt).
not only RTAPI FIFOs are not used, so are RTAPI semaphores. There is not a single reference to rtapi_sem_new() in the whole tree. both of those can go, and that is a lot of code. tasks, timers, shared memory, mutexes is all thats really needed. - Michael ------------------------------------------------------------------------------ LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage PCs from one command center Diagnose problems and improve visibility into emerging IT issues Automate, monitor and manage. Do more in less time with Central http://p.sf.net/sfu/logmein12331_d2d _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
