Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
thick-casting
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-casting
Commits
96a1aa4d
Commit
96a1aa4d
authored
Jul 07, 2021
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 FlyADIODefine 使用方式
parent
0a2abf41
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
9 deletions
+3
-9
FlyADIODefine.cs
...FilmCasting/FLY.Thick.FilmCasting/Common/FlyADIODefine.cs
+1
-8
TDGage.cs
....Thick.FilmCasting/FLY.Thick.FilmCasting/Server/TDGage.cs
+1
-0
thick_public
thick_public
+1
-1
No files found.
Project.FLY.Thick.FilmCasting/FLY.Thick.FilmCasting/Common/FlyADIODefine.cs
View file @
96a1aa4d
...
...
@@ -9,7 +9,7 @@ namespace FLY.Thick.FilmCasting.Common
{
public
class
FlyADIODefine
:
FLY
.
Thick
.
Base
.
Common
.
FlyADIODefine
{
public
static
new
FlyADIODefine
Instance
{
get
;
}
=
new
FlyADIODefine
()
;
public
static
new
FlyADIODefine
Instance
=>
(
FlyADIODefine
)
instance
;
protected
override
List
<
string
>
GetInputPropertyNames
()
{
...
...
@@ -32,12 +32,5 @@ namespace FLY.Thick.FilmCasting.Common
nameof
(
OutNo_Alarm
)
};
}
public
override
void
SerVersion
(
int
version
)
{
base
.
SerVersion
(
version
);
FLY
.
Thick
.
Base
.
Common
.
FlyADIODefine
.
Instance
.
SerVersion
(
version
);
}
}
}
Project.FLY.Thick.FilmCasting/FLY.Thick.FilmCasting/Server/TDGage.cs
View file @
96a1aa4d
...
...
@@ -394,6 +394,7 @@ namespace FLY.Thick.FilmCasting.Server
flyAd
.
Connect
();
Misc
.
BindingOperations
.
SetBinding
(
flyAd
,
nameof
(
flyAd
.
HardwareVersion
),
()
=>
{
FlyADIODefine
.
SetInstance
(
new
FlyADIODefine
());
FlyADIODefine
.
Instance
.
SerVersion
(
flyAd
.
HardwareVersion
);
});
...
...
thick_public
@
8a75715a
Subproject commit
0733b5933b497a657888c12eca4c185006ed3eb1
Subproject commit
8a75715ab789e1ce34bf259776ea6ad9eb5dc68b
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