📄 pcs_rd_bk_qyx.h
字号:
#ifndef _h_rbkq_yx
#define _h_rbkq_yx
#define MAX_LINE_LEN 1000
#define MID_LEN 100
#define SHORT_LEN 10
#define DATATYPE_YX '7'
#define WAITFORCONVERT '2'
#define MAX 60000
#define LEN_BUF_MSG_YX 50000
#define MESSAGEYX "/usr/users/still/bin/messageyx"
static FILE *fp;
struct stYXMsg
{
char fsxh[11];
char sjbh[3];
char wjbh[3];
char yxxl[4];
char zh[4];
char yxnr[LEN_BUF_MSG_YX+1];
};
struct stYXSJ
{
char yxxl[4];
char wjbh[3];
long int jsxh;
char sjbh[3];
};
void sqlerror(void);
int InitPcsRcvYX(void);
int myapi_ReadString(char *Pstring,char *Cstring,int m,int n);
void trim(char *CAline);
int YXRcv( char *message, struct stYXMsg *YXMsg );
int YXSJConv( struct stYXMsg YXMsg, struct stYXSJ *YXSJ );
int InsertZCSJ( struct stYXMsg YXMsg );
int InsertYXSJ( struct stYXSJ YXSJ );
int CreateRecLogRec(char datatype, char *fssbh ,long int lg_Key );
int UpdateJSRZ_rec( long int lg_key );
int MQBKSend(void);
int PcsRcvYX( char *message, int msg_len );
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -