=============================================================================== W A V E C O M =============================================================================== OPEN AT V2.10 Updated : July 21th, 2003 =============================================================================== (To print this file : use Notepad and remove all margins and default header.) --------------------------------- Content of this file --------------------------------- Skeleton application file description I. Changes II. Application description I - Changes =========== * 03/07/21 - V2.10 New V2.10 release * 02/12/19 - V2.00 Initial revision. II - Application description ============================ This skeleton provide the mandatory files to start a new Open-AT application appli.c : contains the minimum embedded application code #include "wm_types.h" #include "wm_apm.h" -> Main Open-AT header files wm_apmCustomStack & wm_apmCustomStackSize -> Call stack definitions wm_apmAppliInit() -> Application entry point wm_apmAppliParser() -> Application parser