# lus_core **Repository Path**: zhaojun_chao/lus_core ## Basic Information - **Project Name**: lus_core - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lus core 模块 ## 特性 - 实现固件版本管理 - 远程固件升级 - 采集板级信息并发送信号 ## 信号和槽函数说明 - SLOT: void timer_send_dbinfo(); void lus_exec_pack(QString fileName); 收到pack包时调用此槽exec pack - SIGNAL: void lus_requst_send(QByteArray cmd) LUS请求发生信息到服务器 ## 如何使用: 1. 实例化lus core ,lus_prase *my_lus = new lus_prase; 2. 调用初始化, my_lus->init_prase(); 3. 连接对应信号与槽