初始化提交
仓库转移到Gitea,初始化提交,可能丢失以前的git版本日志
This commit is contained in:
15
AUTS_AOI/IStatisticsObserver.vb
Normal file
15
AUTS_AOI/IStatisticsObserver.vb
Normal file
@@ -0,0 +1,15 @@
|
||||
Public Interface IStatisticsObserver
|
||||
Sub UpdateFailCount(failCount As Integer)
|
||||
|
||||
Sub UpdatePassCount(passCount As Integer)
|
||||
|
||||
|
||||
Sub UpdateValidCount(validCount As Integer)
|
||||
|
||||
Sub UpdateInvalidCount(invalidCount As Integer)
|
||||
|
||||
Sub UpdateSumCount(sumCount As Integer)
|
||||
|
||||
|
||||
Sub UpdateYield(yield As Double)
|
||||
End Interface
|
||||
Reference in New Issue
Block a user