[gbx] - more generalized routing info in cw msg
[oscam.git] / module-cw-cycle-check.h
blob8534e8053aeb5f7312a8442af0a54aa89899c3c0
1 #ifndef MODULE_CW_CYCLE_CHECK_H_
2 #define MODULE_CW_CYCLE_CHECK_H_
4 uint8_t checkcwcycle(struct s_client *client, ECM_REQUEST *er, struct s_reader *reader, uint8_t *cw, int8_t rc, uint8_t cycletime_fr, uint8_t next_cw_cycle_fr);
6 #ifdef CW_CYCLE_CHECK
7 void cleanupcwcycle(void);
8 #else
9 static inline void cleanupcwcycle(void) { }
10 #endif
12 #endif