42 lines
1.1 KiB
C
42 lines
1.1 KiB
C
![]() |
|
|||
|
#ifndef IEC103_CLN_PROT_123_INCLUDED
|
|||
|
#define IEC103_CLN_PROT_123_INCLUDED
|
|||
|
|
|||
|
//<2F><><EFBFBD><EFBFBD><EFBFBD>Ƿ<EFBFBD><C7B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><F2A3ACB6>屾<EFBFBD><E5B1BE>
|
|||
|
//#define IEC60870_RELEASE
|
|||
|
|
|||
|
#include "iec103_service_cln.h"
|
|||
|
|
|||
|
|
|||
|
#ifdef __cplusplus
|
|||
|
extern "C" {
|
|||
|
#endif
|
|||
|
/************************************************************************/
|
|||
|
|
|||
|
|
|||
|
|
|||
|
ST_RET iec103_cln_prot_init( IEC103_SERVICE_CLN_TCP *iec103_cln_prot );
|
|||
|
ST_RET iec103_cln_prot_release( IEC103_SERVICE_CLN_TCP *iec103_cln_prot );
|
|||
|
|
|||
|
ST_RET iec103_cln_prot_handle( IEC103_SERVICE_CLN_TCP *iec103_cln_prot );
|
|||
|
|
|||
|
|
|||
|
/*** <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>µ<EFBFBD>ָ<EFBFBD><D6B8><EFBFBD><EFBFBD><EFBFBD>ӷ<EFBFBD><D3B7><EFBFBD>I֡<49><D6A1><EFBFBD><EFBFBD><EFBFBD>͵<EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>·<EFBFBD><C2B7><EFBFBD><EFBFBD>Ϣ(ti<74><69>ǰ)<29><>У<EFBFBD><D0A3><EFBFBD>롢<EFBFBD><EBA1A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ***/
|
|||
|
/*** <20><><EFBFBD><EFBFBD>linkIndex=-1<><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӷ<EFBFBD><D3B7><EFBFBD> ***/
|
|||
|
/*** asduLen<65>ǰ<EFBFBD><C7B0><EFBFBD>У<EFBFBD><D0A3><EFBFBD><EFBFBD><EFBFBD>ͽ<EFBFBD><CDBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڵı<DAB5><C4B1><EFBFBD><EFBFBD>ܳ<EFBFBD><DCB3><EFBFBD> ***/
|
|||
|
ST_RET iec103_cln_prot_asdu_send( int linkIndex, unsigned char *asdu, int asduLen, IEC103_I_CMD_TYPE type );
|
|||
|
|
|||
|
|
|||
|
ST_RET iec103_cln_prot_asdu_send_ver_call( int linkIndex );
|
|||
|
ST_RET iec103_cln_prot_get_verinfo( const ST_UCHAR **verInfo, ST_UCHAR *devAddr );
|
|||
|
|
|||
|
|
|||
|
/************************************************************************/
|
|||
|
#ifdef __cplusplus
|
|||
|
}
|
|||
|
#endif
|
|||
|
|
|||
|
|
|||
|
#endif
|
|||
|
|