pda_cmd.h
来自「嵌入式LINUX的智能家居系统源码」· C头文件 代码 · 共 25 行
H
25 行
#include<qtimer.h>#include"cmd_config.h"class pda_cmd : public QObject{ Q_OBJECTpublic: pda_cmd(); ~pda_cmd();public slots: void pda_cmd_proxy(int);//treat cmd from BT local ui //treat cmd from local executor //if needed pass cmd to ker_cmdsignals: void sig_cmd_local_ui(int cmd); void sig_cmd_BT(int cmd); void sig_cmd_ker(int cmd);//pass cmd to BT to transmit it to ker_cmd,and pass it to where it should be private: bool KER_connected; void ker_connecting();};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?