hw_irman.h
来自「很少见的linux下的红外口的工具」· C头文件 代码 · 共 26 行
H
26 行
/* $Id: hw_irman.h,v 5.1 1999/09/06 14:56:04 columbus Exp $ *//**************************************************************************** ** hw_irman.h ************************************************************** **************************************************************************** * * routines for Irman * * Copyright (C) 1999 Christoph Bartelmus <lirc@bartelmus.de> * */#ifndef _HW_IRMAN_H#define _HW_IRMAN_H#include "drivers/lirc.h"int irman_decode(struct ir_remote *remote, ir_code *prep,ir_code *codep,ir_code *postp, int *repeat_flagp,lirc_t *remaining_gapp);int irman_init(void);int irman_deinit(void);char *irman_rec(struct ir_remote *remotes);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?