Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SigerCalculation
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TCS-eConfigTool
SigerCalculation
Commits
9a09981c
Commit
9a09981c
authored
Nov 26, 2025
by
lvshi.gong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
联调处理调试信息
parent
cf5889e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
RamdomForestCalculate.cpp
SigerCalculation/RadomForestSAC/RamdomForestCalculate.cpp
+6
-1
SigerCalculation
SigerCalculation/package/E3/SigerCalculation
+0
-0
No files found.
SigerCalculation/RadomForestSAC/RamdomForestCalculate.cpp
View file @
9a09981c
...
...
@@ -142,9 +142,11 @@ int RamdomForestCalculate::Save_SACDATA(const Dc_SacData &sacdata)
{
std
::
array
<
std
::
vector
<
float
>
,
3
>
raw
;
QString
FilePath
=
QString
(
"/home/pi/SigerTMS/stream/SAC/%1"
).
arg
(
sacdata
.
sacFile
);
//step1: 读取二进制原始文件
VibrationDataReader
reader
;
if
(
reader
.
readFileRaw
(
"GLSTest.dat"
))
{
if
(
reader
.
readFileRaw
(
FilePath
))
{
reader
.
printDataInfo
();
}
...
...
@@ -204,6 +206,9 @@ int RamdomForestCalculate::Save_SACDATA(const Dc_SacData &sacdata)
dbFunc
->
addDataToQueue
(
data
);
//step4: 删除二进制文件
QFile
::
remove
(
FilePath
);
return
0
;
}
...
...
SigerCalculation/package/E3/SigerCalculation
View file @
9a09981c
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment