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

Update IDP-DAQ-52503.cpp

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