整合GPS同步并修复UI刷新bug
- 将InitSystemParams功能整合到SetupSubscriptions中 - 修复Widget_M300RTK运算符错误(&改为&&) - 添加UI定时刷新功能Slot_flash_screen - 添加密码保护功能(123456) - WDA传感器添加结束符格式TODO注释 - 调整widget控件索引映射
This commit is contained in:
@ -70,7 +70,7 @@ private:
|
||||
int SetupWidget();
|
||||
///
|
||||
public:///for test
|
||||
int InitSystemParams();
|
||||
// int InitSystemParams();
|
||||
int SetupSubscriptions();
|
||||
///
|
||||
public:///for test
|
||||
@ -84,7 +84,7 @@ signals:
|
||||
int Signal_StartCapture();
|
||||
int Signal_StopCapture();
|
||||
|
||||
void Signal_UpdateVehicleMessage(QString qstrMessage);
|
||||
void Signal_UpdateVehicleMessage(QString qstrMessage,int lineid);
|
||||
public slots:
|
||||
int Slot_OnChangeCaptureMode(char cMode);
|
||||
///for test
|
||||
|
||||
Reference in New Issue
Block a user