Textify logging for binary protocols
r2286 | dcl | 2008-01-21 09:54:20 +1100 (Mon, 21 Jan 2008) | 2 lines
This commit is contained in:
@@ -53,6 +53,8 @@ struct statemachine_s {
|
||||
const char* (*event_name)(pEvtEvent event, char* text, int length);
|
||||
};
|
||||
|
||||
char* fsm_textify(const char* pInp, int inp_len, char* pOut, int out_len);
|
||||
|
||||
int fsm_msg_callback(pAsyncTxn pCmd);
|
||||
int fsm_tmr_callback(void* ctx, int mode);
|
||||
int fsm_cmd_execute(pStateMachine self, const void* cmd);
|
||||
|
||||
Reference in New Issue
Block a user