📄 pcs_rcv_hz.h
字号:
#ifndef __PCS_RCV_HZ_H
#define __PCS_RCV_HZ_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_HZ 20
#define LEN_DATA_TYPE 20
#define ERROR_LOG_FILE "/usr/bkfx/log/errlog"
#define LOG_NORMAL "Pcs_Rcv_HZ<LOG_NORMAL>:"
#define LOG_ERROR "Pcs_Rcv_HZ<LOG_ERROR>:"
#define END ""
#define InitInterval 5
void ProcessError();
void Free_Mem();
int InitPCSRcvHZ();
int PCSRcvHZ();
int ReadPCSHZMsg();
int UpdatePCSRcvHZ();
int EndPCSRcvHZ();
char jssjbh[3], fssjbh[3];
int rtn_code, interval;
char *buf, * data_type, *tmp;
long buf_length, fsxh ;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -