Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
ScanMaster
DataStore
C# Class ScanMaster.DataStore
The controller has an instance of this class. It contains the current scan, and a running total scan which is used to derive the average.
Inheritance:
System.MarshalByRefObject
Afficher le fichier
Open project: ColdMatter/EDMSuite
Méthodes publiques
Méthode
Description
AddScanPoint
(
ScanPoint
sp
) :
void
ClearAll
( ) :
void
ClearCurrentScan
( ) :
void
UpdateTotal
( ) :
void
Method Details
AddScanPoint()
public
méthode
public
AddScanPoint
(
ScanPoint
sp
) :
void
sp
Data.Scans.ScanPoint
Résultat
void
ClearAll()
public
méthode
public
ClearAll
( ) :
void
Résultat
void
ClearCurrentScan()
public
méthode
public
ClearCurrentScan
( ) :
void
Résultat
void
UpdateTotal()
public
méthode
public
UpdateTotal
( ) :
void
Résultat
void