30 APP_DWORD APP_FAR ase_mrp_init (
LPST_MSG* ppMsg);
31 APP_DWORD APP_FAR ase_mrp_exit (
LPST_MSG* ppMsg);
32 APP_DWORD APP_FAR ase_mrm_start (
LPST_MSG* ppMsg);
33 APP_DWORD APP_FAR ase_mrm_stop (
LPST_MSG* ppMsg);
34 APP_DWORD APP_FAR ase_mrm_read (
LPST_MSG* ppMsg);
35 APP_DWORD APP_FAR ase_mrc_start (
LPST_MSG* ppMsg);
36 APP_DWORD APP_FAR ase_mrc_stop (
LPST_MSG* ppMsg);
37 APP_DWORD APP_FAR ase_mrc_read (
LPST_MSG* ppMsg);
38 APP_DWORD APP_FAR ase_mrp_rcv_pdu (
LPST_MSG* ppMsg);
39 APP_DWORD APP_FAR ase_mrp_local_link_change (
LPST_MSG* ppMsg);
40 APP_DWORD APP_FAR ase_mrp_timer (
LPST_MSG* ppMsg);
45 APP_WORD wRing_port_1_id;
46 APP_WORD wRing_port_2_id;
48 APP_WORD wManager_priority;
49 APP_WORD wTopology_change_interval;
50 APP_WORD wTopology_change_repeat_count;
51 APP_WORD wShort_test_interval;
52 APP_WORD wDefault_test_interval;
53 APP_WORD wTest_monitoring_count;
54 APP_BOOL bNon_blocking_MRC_supported;
55 APP_WORD wTest_monitoring_extended_count;
56 APP_BYTE bReact_on_link_change;
57 APP_BYTE wCheck_media_redundancy;
58 APP_BYTE byDomainName[240];
59 APP_BYTE byDomainNameLen;
66 APP_WORD wRing_port_1_id;
67 APP_WORD wRing_port_2_id;
69 APP_WORD wLink_down_interval;
70 APP_WORD wLink_up_interval;
71 APP_WORD wLink_change_count;
72 APP_BOOL bBlocked_state_supported;
73 APP_BYTE byDomainName[240];
74 APP_BYTE byDomainNameLen;
97 APP_BYTE byMrpDomainNameLen;
98 APP_BYTE byMrpDomainName[240];
102 typedef struct _ST_MRP_PDINTERFACE_DATA_ADJUST (ST_MRP_PDINTERFACE_DATA_ADJUST), APP_FAR * LPST_MRP_PDINTERFACE_DATA_ADJUST;
120 APP_WORD wMrpTopChangeT;
121 APP_WORD wMrpTopNrMax;
122 APP_WORD wMrpTstShortT;
123 APP_WORD wMrpTstDefaultT;
124 APP_WORD wMrpTstNrMax;
128 typedef struct _ST_MRP_MANAGER_PARAM (ST_MRP_MANAGER_PARAM), APP_FAR * LPST_MRP_MANAGER_PARAM;
140 APP_WORD wMrpLnkDownT;
142 APP_WORD wMrpLnkNRmax;
145 typedef struct _ST_MRP_CLIENT_PARAM (ST_MRP_CLIENT_PARAM), APP_FAR * LPST_MRP_CLIENT_PARAM;
150 ST_MRP_PDINTERFACE_DATA_ADJUST stMrpPdiDa;
151 ST_MRP_MANAGER_PARAM stMrpMp;
152 ST_MRP_CLIENT_PARAM stMrpCp;
153 APP_BYTE bCheckMrManager;
156 typedef struct _ST_MRP_ALL_DATA (ST_MRP_ALL_DATA), APP_FAR * LPST_MRP_ALL_DATA;
163 APP_BYTE byDomainName[240];
164 APP_BYTE byDomainNameLen;
167 typedef struct _ST_MRP_STORAGE (ST_MRP_STORAGE), APP_FAR * LPST_MRP_STORAGE;
170 APP_DWORD APP_FAR mrpReadInternal (LPST_MRP_ALL_DATA lpstMrpData);
Definition: msg_mrp.h:148
Definition: message.h:1163
Definition: msg_mrp.h:138
Definition: msg_mrp.h:159
Definition: msg_mrp.h:117