cb_info.cpp

来自「LINUX系统下基于ARM处理器的使用GPRS方式通过SOCKET数据包进行煤矿」· C++ 代码 · 共 29 行

CPP
29
字号
/*
* Copyright (c) 2004,哈尔滨驰博电子公司软件部
* All rights reserved.
* 
* 文件名称:CB_Info.cpp
* 文件标识:
* 摘    要:
* 
* 当前版本:1.0.3
* 作    者:Sam
* 完成日期:2004年8月16日
*
* 取代版本:1.0.2 
* 原作者  :Sam
* 完成日期:2004年6月10日
*/

#include "CB_Info.h"

//##ModelId=40886D29011D
char CB_Info::Help[] = "Try GasClient --help  for more information. \n";

//##ModelId=40886D2A0151
char CB_Info::ShowHelp[] = "The configure file name needs to be specified. \nExample:GasClient GasClient.ini \n";

//##ModelId=40886D2B01B6
char CB_Info::ErrProfile[] = "Error:load the file of configure.\n";

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?