I am on my way to add have added a driver that works but are not ready for use yet so I might be able to help you but have very limited time right now.
On Sat, 29 Dec 2018 12:36:45 +0700 TJoseph Powderly <[email protected]> wrote: > I read in several comp.c sources that functions in the comps get passed > (void *arg, long period). > > I have not found docs explaining this, > > but guess *arg is the 'config string', > > and that period is the period of the thread the comp is attached to. > > is this correct? > > Thanks TomP > > examples: > > boss_plc.c Plc_Refresh(void *arg, long period) > > counter.c static void capture(void *arg, long period) > > debounce.c static void debounce(void *arg, long period) > > etc > > > > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
