⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pcs_rcv_zfjb.h

📁 unix 下用pro*c tuxedo 开发的东西
💻 H
字号:
#ifndef __PCS_RCV_ZFJB_H
#define __PCS_RCV_ZFJB_H

#include <stdio.h>
#include <stdlib.h>
#include <sqlca.h>
#include <signal.h>
#include <string.h>
#include "/usr/bkfx/src/CommonAPI/myapi.h"

/*#ifndef DEBUG
#define DEBUG
#endif
*/
#define LEN_ZFJB_BUF 	300000
#define LEN_DATA_TYPE	20
#define LEN_HZ		20
#define ERROR_LOG_FILE		"/usr/bkfx/log/errlog"
#define LOG_NORMAL		"Pcs_Rcv_ZFJB<LOG_NORMAL>:"
#define LOG_ERROR		"Pcs_Rcv_ZFJB<LOG_ERROR>:"
#define END			""
#define InitInterval		5


void ProcessError();

void Free_Mem();

int InitRcvZFJB();

int ReadZFJBMsg();
 
int CreateRcvLogStatus();
 
int InsertRcvZFJB();

int InsertRcvZFJBNR();

int Snd_HZ_MQ();

int UpdateRcvLogStatus();

int EndRcvZFJB();


char 	fssjbh[3], jssjbh[3], c_fsxh[11];
int 	fsxh, nf;
long 	buf_length;
char 	*buf_hz, *buf, *data_type, *tmp;
int 	interval, rtn_code;

#endif


⌨️ 快捷键说明

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