Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Thick-Common
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
潘栩锋
Thick-Common
Commits
53387cb3
Commit
53387cb3
authored
May 24, 2023
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 AD盒.B2 SetOutPorts 不使用BuildMultiTrans。 之前提示多线程操作异常。
parent
2908173d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
FlyAd2021B2.cs
Project.FLY.FlyADBase/FlyAd2021.B2/FlyAd2021B2.cs
+2
-7
No files found.
Project.FLY.FlyADBase/FlyAd2021.B2/FlyAd2021B2.cs
View file @
53387cb3
...
...
@@ -896,14 +896,9 @@ namespace FlyADBase
/// <param name="enable"></param>
public
void
SetOutput
(
UInt16
mask
,
UInt16
enable
)
{
#if ENABLE_MULTI_TRANS
core
.
BuildMultiTrans
(()
=>{
#endif
core
.
SetOutPorts
(
mask
,
enable
,
null
,
null
);
core
.
SetOutPorts
(
mask
,
enable
,
(
asyncContext
,
retData
)
=>
{
GetOut
();
#if ENABLE_MULTI_TRANS
});
#endif
},
null
);
}
#region 速度参数
...
...
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