📄 acctrl.h
字号:
#ifndef _ACCTRL_H
#define _ACCTRL_H
void ACCtrlInit(void);
uint8 NS_ACCtrl_Req(PSock psock, uint16 src_app, uint16 src_obj, uint16 dst_app, uint16 dst_obj, uint8 srv_id, uint8 com_type);
uint8 NS_ACCtrl_Chk(uint16 local_app, uint16 local_obj, uint16 rmt_app, uint16 rmt_obj, uint8 srv_id) ;
void NS_ACCtrl_Input(PSock psock, uint8 com_type, uint16 msg_id);
void NS_ACCtrl_Pos_Output(uint16 dst_app, uint16 msg_id, uint16 dst_port, uint32 dst_ip);
void NS_ACCtrl_Pos_Input(PSock psock, uint8 com_type, uint16 msg_id);
void NS_ACCtrl_Neg_Output(uint16 src_app, uint8 err_class, uint8 err_code, uint8 add_code, uint16 msg_id, uint16 dst_port, uint32 dst_ip);
void NS_ACCtrl_Neg_Input(PSock psock, uint8 com_type, uint16 msg_id);
#endif // _ACCTRL_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -