Include Files for this Persistor Project mbariConst.h -| mbariTypes.h -| Standard MBARI include files, so we can use standard MBARI types stdint.h - GNU stdint.h, plus Invensense mods, plus our mods because we don't have long longs _cfx_console.h - Modification of standard Persistor include file to fix 2/4 byte problem in definition of CmdParam. This caused command parser to fail, and system would execute no commands. cf2def[sdpt].h These are the "C Language Prefix Files" for the Metrowerks compiler. The stupid Metrowerks compiler for CF2 doesn't have the ability to accept command-line definitions in "-Ddef" format, standard on nearly all C compilers. Instead, there's a single header that can be included as the "C/C++ Language Prefix File" in the IDE. This Prefix File is normally set to mxcfxstd.h for most Persistor applications. In our case, we set it to one of these files, and they in turn include mxcfxstd.h. cf2defs.h - Prefix file for BEDS app on BEDS motherboard cf2defd.h - Prefix file for Teapot app on BEDS motherboard cf2defp.h - Prefix file for BEDS app on Persistor RecipeCard prototype cf2deft.h - Prefix file for Teapot app on RecipeCard prototype