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:
Douglas Clowes
2008-01-21 09:54:20 +11:00
parent 168e0d1bfa
commit 6016d8d46b
2 changed files with 33 additions and 5 deletions

View File

@@ -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);