abb_b23_4_sm.h 321 B

1234567891011121314151617181920
  1. #ifndef __ABB_B23_4_SM_H__
  2. #define __ABB_B23_4_SM_H__
  3. enum abb_b23_4_err_t{
  4. ABB_B23_4ERR_NONE = 0,
  5. // launch
  6. ABB_B23_4ERR_LAUNCH_COMMERR,
  7. // ready
  8. ABB_B23_4ERR_READY_COMMERR,
  9. // err
  10. ABB_B23_4ERR_ERR_COMMERR,
  11. };
  12. int abb_b23_4_sm_init(int idx);
  13. void abb_b23_4_sm( int idx );
  14. #endif