提交 0cbea174 编写于 作者: 断水客

Update IDP-DAQ-52503.cpp

上级 b2aee26b
// IDP-DAQ-52503.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。
//
#pragma warning(suppress : 4996)
#include <iostream>
#include "daqfilemanager.h" #include "daqfilemanager.h"
#include <fstream>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
...@@ -21,15 +15,21 @@ extern pDaqFM daqFMx; ...@@ -21,15 +15,21 @@ extern pDaqFM daqFMx;
*****************************************/ *****************************************/
int main() int main()
{ {
/** INIT PROCESS **/ /* INIT PROCESS */
SYSTEMINIT(); SYSTEMINIT();
/* ENTER CMD ENVIROMENT */ /* ENTER CMD ENVIROMENT */
CMDPROCESS(); CMDPROCESS();
return 0; return 0;
} }
/****************************************
MAIN LOGIC PROCESS END
*****************************************/
/* /*
func:CMDPROCESS() func:SYSTEMINIT()
brief:循环等待用户命令 brief:Init the config system
param:None param:None
*/ */
void SYSTEMINIT() void SYSTEMINIT()
...@@ -48,7 +48,7 @@ void SYSTEMINIT() ...@@ -48,7 +48,7 @@ void SYSTEMINIT()
} }
/* /*
func:CMDPROCESS() func:CMDPROCESS()
brief:循环等待用户命令 brief:Waiting for cmds input
param:None param:None
retval:None retval:None
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册