From: Joel M. <jm...@an...> - 2002-03-22 19:07:18
|
On Tue, 19 Mar 2002, Curt, WE7U wrote: > My current goal with SmartPalm is to integrate the ShineMicro > TNC in with the code. It was progressing along nicely until I > ran into conflicts between the two bodies of software with regard > to the naming of the forms. Does someone want to take a look at > what I have so far and see if it can be patched up easily? Another programmer wrote me today asking about adding support for yet another TNC. I think we're going to need to figure out the "Right Way" to abstract away the TNC from the core code. I think a structure containing function pointers will be a good start for the "dispatch" part of the code ("tnc->send()" would point at the right function, for instance). I know this isn't quite what you are asking, but we definately will have more and more TNC-specific issues come up. -- Joel Maslak N7XUC |