23 commits | 59 files changed | 0 commit comments | 2 contributors |
|
20231129 增加udp client的配置 | 59327ee |
|
20230705 窗口固定大小,可拖动 | 4fd9660 |
|
20230630 mock数据取消 | a1a0101 |
|
20230630 添加弹窗提示,去掉补偿时延 | 1b0bc1f |
|
20230630 适配串口 | b6cd5e2 |
|
20230420 增加串口配置 | f685157 |
|
20220218 修改稳定度计算值偏大的逻辑 | c5c0932 |
|
20220218 稳定度计算缓存平方和以减小计算量 | 0016188 |
|
20220213 修改时差数据解析bug | 60e16b1 |
|
20220209 修复计算稳定度时内存泄漏的问题 | e6315ad |
|
20220208 绘制图表的时候也过滤前几个数据 | c569b7c |
|
20220207 细节完善 | 1f74180 |
|
css | f1a84cc |
|
20220206 修改样式及图表绘制完善 仍有部分细节待完善 | 3623862 |
|
20220129 图表功能初步 | 3143e79 |
|
20220128 使用QCustomPlot绘制稳定度图 | 4945a31 |
|
编号遮挡 | cc2f755 |
|
20220118 现场打包版本 1)通道补偿修改为可以为负; 2)时差值显示3位小数以看出变化 | 82a959c |
|
20220118 跳过开始采集之后的前几个数据以避免稳定度计算不准 | f8bdd75 |
|
稳定度、日志、皮秒、存储时延补偿 | 7596164 |
|
20220104 udp test | bc3cd59 |
|
20211228 实时更新测量数据 | 097292e |
|
first commit | 48519b9 |
AppConstant.h 0 → 100644 |
---|
AppInit.cpp 0 → 100644 |
---|
AppInit.h 0 → 100644 |
---|
ChannelCharts.cpp 0 → 100644 |
---|
ChannelCharts.h 0 → 100644 |
---|
ChannelCharts.ui 0 → 100644 |
---|
ChannelItem.cpp |
---|
ChannelItem.h |
---|
ChannelItem.ui |
---|
DataProcessAlgorithm.cpp 0 → 100644 |
---|
DataProcessAlgorithm.h 0 → 100644 |
---|
DoubleClickInput.cpp 0 → 100644 |
---|
DoubleClickInput.h 0 → 100644 |
---|
IconHelper.cpp 0 → 100644 |
---|
IconHelper.h 0 → 100644 |
---|
PhaseDevice.cpp |
---|
PhaseDevice.h |
---|
PhaseMeasure.pro |
---|
PhaseMeasure.pro.user 100644 → 0 |
---|
PhaseWindow.cpp |
---|
PhaseWindow.h |
---|
PhaseWindow.ui |
---|
QCustomPlot/QCustomPlot.pri 0 → 100644 |
---|
QCustomPlot/qcustomplot.cpp 0 → 100644 |
---|
Not supported
|
QCustomPlot/qcustomplot.h 0 → 100644 |
---|
SetConfig.cpp 0 → 100644 |
---|
SetConfig.h 0 → 100644 |
---|
SetConfig.ui 0 → 100644 |
---|
common/common.pri |
---|
common/utils/QLogUtil.cpp |
---|
common/utils/QSerialPortUtil.cpp |
---|
common/utils/QSerialPortUtil.h |
---|
common/utils/SettingConfig.cpp |
---|
common/utils/SettingConfig.h |
---|
common/utils/UDPClientUtil.cpp |
---|
common/utils/UDPClientUtil.h |
---|
conf/config.ini |
---|
images.qrc |
---|
images/add_bottom.png 0 → 100644 |
---|
|
images/add_top.png 0 → 100644 |
---|
|
images/chart.png 0 → 100644 |
---|
|
images/clear.png 0 → 100644 |
---|
|
images/config.png 0 → 100644 |
---|
|
images/fontawesome-webfont.ttf 0 → 100644 |
---|
Not supported
|
images/green.png |
---|
|
images/main_config.png 0 → 100644 |
---|
|
images/phaseMeasure.png 0 → 100644 |
---|
|
images/start.png 0 → 100644 |
---|
|
images/stop.png 0 → 100644 |
---|
|
images/white.png |
---|
|
main.cpp |
---|
protocol/PhaseProtocolBM.cpp |
---|
protocol/PhaseProtocolBM.h |
---|
protocol/dto/PhaseDataDto.cpp 100644 → 0 |
---|
protocol/dto/PhaseDataDto.h |
---|
protocol/protocol.pri |
---|
qss.qrc 0 → 100644 |
---|
qss/dlgdark.css 0 → 100644 |
---|
qss/pmdark.css 0 → 100644 |
---|