Ai
2 Star 1 Fork 0

长江/oscam-nx111

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
module-cccam-cacheex.h 949 Bytes
一键复制 编辑 原始数据 按行查看 历史
gorgone 提交于 2020-09-23 22:43 +08:00 . #4815
#ifndef MODULE_CCCAM_CACHEEX_H_
#define MODULE_CCCAM_CACHEEX_H_
#ifdef CS_CACHEEX
void cc_cacheex_filter_out(struct s_client *cl);
void cc_cacheex_filter_in(struct s_client *cl, uint8_t *buf);
void cc_cacheex_push_in(struct s_client *cl, uint8_t *buf);
void cc_cacheex_module_init(struct s_module *ph);
#ifdef CS_CACHEEX_AIO
void cc_cacheex_feature_request(struct s_client *cl);
void cc_cacheex_feature_request_reply(struct s_client *cl);
void cc_cacheex_feature_request_save(struct s_client *cl, uint8_t *buf);
void cc_cacheex_feature_trigger_in(struct s_client *cl, uint8_t *buf);
#endif
#else
static inline void cc_cacheex_filter_out(struct s_client *UNUSED(cl)) { }
static inline void cc_cacheex_filter_in(struct s_client *UNUSED(cl), uint8_t *UNUSED(buf)) { }
static inline void cc_cacheex_push_in(struct s_client *UNUSED(cl), uint8_t *UNUSED(buf)) { }
static inline void cc_cacheex_module_init(struct s_module *UNUSED(ph)) { }
#endif
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/4a02/oscam-nx111.git
git@gitee.com:4a02/oscam-nx111.git
4a02
oscam-nx111
oscam-nx111
master

搜索帮助