On 05.11.2012 5:40, Evan Hunter wrote: > Hi all, > > I would like to modify the adapter driver interfaces to allow per-instance > driver variable structures. > ..... > > Proposed interface driver prototypes:
Seems like you re-invent C++ class with virtual functions. Isn't be simple to write new functionality on C++ with all features C++ has (classes, polymorphism, constructors/destructors)? OpenOCD sources uses all those techniques implemented by hands with all drawbacks you can get without compiler support of such features - something somewhere obligatorily will be missed. -- Regards, Sergey A. Borshch mailto: [email protected] SB ELDI ltd. Riga, Latvia ------------------------------------------------------------------------------ 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 _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
