📄 pcs_snd_gh1.h
字号:
#ifndef __PCS_SND_GH1_H
#define __PCS_SND_GH1_H
#include <stdio.h>
#include <stdlib.h>
#include <sqlca.h>
#include <sqlcpr.h>
#include <time.h>
#include <stddef.h>
#include <fcntl.h>
#include <signal.h>
#include "/usr/bkfx/src/CommonAPI/myapi.h"
/*
#ifndef DEBUG
#define DEBUG
#endif
*/
#define LEN_GH_FILE 50000
#define ERROR_LOG_FILE "/usr/bkfx/log/errlog"
#define END ""
#define DB_Interval 360
#define LOG_NORMAL "Pcs_Snd_GH1<LOG_NORMAL>:"
#define LOG_ERROR "Pcs_Snd_GH1<LOG_ERROR>:"
void Free_Mem();
int InitSndGH1();
int PCSSndGH1();
int EndPCSSndGH1();
int ReadGHFileData();
int CreateSndLogAndHZRec();
int InsertSndGHRec();
int UpdateSndLogRecStatus();
int mypath();
void ProcessError();
long sequ ;
char ghxl[3], fsfbh[3], jsfbh[3], ghbh[4];
char * buf_gh, nr[LEN_GH_FILE];
FILE * fp;
int rtn_code;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -