17 ON_COMMAND( ID_HELP, CWinApp::OnHelp )
42 CWinApp::InitInstance();
43 AfxEnableControlContainer();
45 #if( FMI_SUPPORT_A602 ) 47 #if( FMI_SUPPORT_A615 ) 48 if( NULL != _tcsstr( GetCommandLine(), _T(
"freeformFmiPacketId=ID_HOSART_PACKET" ) ) )
54 if( NULL != _tcsstr( GetCommandLine(), _T(
"freeformFmiPacketId=ID_CDT_PACKET" ) ) )
56 freeformFmiPacketId = ID_CDT_PACKET;
uint8 id_type
Garmin packet ID.
virtual BOOL InitInstance()
Initialize the application instance.
Application class for this MFC application.
static void closeLog()
Close the log file.
virtual ~CFmiApplication()