Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
GC_Branch
Project
Project
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
周磊
GC_Branch
Commits
9de2ecab
Commit
9de2ecab
authored
Aug 14, 2018
by
wangwanxh@sina.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
14
parent
017b67c6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
MDIBase.cs
GcDevicePc/MDIBase.cs
+2
-0
Data.cs
SharedSpace/Data.cs
+2
-3
CKVocAnalyzer.dll
dll/CKVocAnalyzer.dll
+0
-0
No files found.
GcDevicePc/MDIBase.cs
View file @
9de2ecab
...
@@ -2091,12 +2091,14 @@ namespace GcDevicePc
...
@@ -2091,12 +2091,14 @@ namespace GcDevicePc
{
{
SharedSpace
.
MControl
.
SetOut
=
false
;
SharedSpace
.
MControl
.
SetOut
=
false
;
SharedSpace
.
MControl
.
SetRun
=
false
;
SharedSpace
.
MControl
.
SetRun
=
false
;
SharedSpace
.
Data
.
typesint
=
0
;
Trace
.
WriteLine
(
"强制校准结束"
,
"sys"
);
Trace
.
WriteLine
(
"强制校准结束"
,
"sys"
);
}
}
if
(
SharedSpace
.
MControl
.
MethodType
==
2
)
if
(
SharedSpace
.
MControl
.
MethodType
==
2
)
{
{
SharedSpace
.
MControl
.
SetOut
=
false
;
SharedSpace
.
MControl
.
SetOut
=
false
;
SharedSpace
.
MControl
.
SetRun
=
false
;
SharedSpace
.
MControl
.
SetRun
=
false
;
SharedSpace
.
Data
.
typesint
=
0
;
Trace
.
WriteLine
(
"强制校准结束"
,
"sys"
);
Trace
.
WriteLine
(
"强制校准结束"
,
"sys"
);
}
}
...
...
SharedSpace/Data.cs
View file @
9de2ecab
...
@@ -23,9 +23,8 @@ namespace SharedSpace
...
@@ -23,9 +23,8 @@ namespace SharedSpace
/// </summary>
/// </summary>
public
static
bool
ReadChange
=
false
;
public
static
bool
ReadChange
=
false
;
/// <summary>
/// <summary>
/// 自动校准 0 正常采样 1 校准开始 2 校准中 3 以校准
/// 自动校准 0 正常采样 1 手动 2 定时 3 校准成功 4 校准失败
/// </summary>
/// /// </summary>
public
static
int
typesint
=
0
;
public
static
int
typesint
=
0
;
/// <summary>
/// <summary>
/// 二次校准系数
/// 二次校准系数
...
...
dll/CKVocAnalyzer.dll
View file @
9de2ecab
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