📄 systemconfig.~h
字号:
//---------------------------------------------------------------------------
#ifndef SystemConfigH
#define SystemConfigH
#include <stdio.h>
#include <Classes.hpp>
#include <Controls.hpp>
class SystemConfig
{
public:
String ComBaud;
int ComPort;
String DataPath[8];
int ADChanelCount;
int ADSampleRate;
int *DataBuff[8];
int DataBuffLength;
float DispTime;
int DispCount;
SystemConfig();
bool UpdateConfig();
};
extern SystemConfig syscfg;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -