init ems server code

This commit is contained in:
2024-09-27 15:39:34 +08:00
parent 9d4009aaca
commit 9930e4e58f
1551 changed files with 110216 additions and 102864 deletions

View File

@@ -0,0 +1,9 @@
#ifndef _M2UA_FSM__H
#define _M2UA_FSM__H
int m2ua_sg_fsm(WORD sg_id);
int m2ua_fsm(WORD sg_id);
int rel_sid(WORD sg, BYTE lk);
#endif