C# Class MOTMaster.MMDataIOHelper

Show file Open project: ColdMatter/EDMSuite Class Usage Examples

Public Methods

Method Description
DisposeReplicaScript ( string folderPath ) : void
LoadDictionary ( string dictionaryPath ) : object>.Dictionary
MMDataIOHelper ( string motMasterDataPath, string element ) : System
SelectSavedScriptPathDialog ( ) : string
StoreRun ( string saveFolder, int batchNumber, string pathToPattern, string pathToHardwareClass, Object>.Dictionary dict, Object>.Dictionary report, string externalFilePattern ) : void
StoreRun ( string saveFolder, int batchNumber, string pathToPattern, string pathToHardwareClass, Object>.Dictionary dict, Object>.Dictionary report, string cameraAttributesPath, byte imageData, string externalFilePattern ) : void
UnzipFolder ( string path ) : void

Private Methods

Method Description
deleteFiles ( string files ) : void
getDataID ( string element, int batchNumber ) : string
putCopiesOfFilesToZip ( string saveFolder, string fileTag, string externalFilePattern ) : string[]
saveToFiles ( string fileTag, string saveFolder, int batchNumber, string pathToPattern, string pathToHardwareClass, Object>.Dictionary dict, Object>.Dictionary report ) : void
saveToFiles ( string fileTag, string saveFolder, int batchNumber, string pathToPattern, string pathToHardwareClass, Object>.Dictionary dict, Object>.Dictionary report, string cameraAttributesPath, byte imageData ) : void
storeCameraAttributes ( string savePath, string attributesPath ) : void
storeDictionary ( String dataStoreFilePath, object>.Dictionary dict ) : void
storeImage ( string savePath, byte imageData ) : void

Method Details

DisposeReplicaScript() public method

public DisposeReplicaScript ( string folderPath ) : void
folderPath string
return void

LoadDictionary() public method

public LoadDictionary ( string dictionaryPath ) : object>.Dictionary
dictionaryPath string
return object>.Dictionary

MMDataIOHelper() public method

public MMDataIOHelper ( string motMasterDataPath, string element ) : System
motMasterDataPath string
element string
return System

SelectSavedScriptPathDialog() public method

public SelectSavedScriptPathDialog ( ) : string
return string

StoreRun() public method

public StoreRun ( string saveFolder, int batchNumber, string pathToPattern, string pathToHardwareClass, Object>.Dictionary dict, Object>.Dictionary report, string externalFilePattern ) : void
saveFolder string
batchNumber int
pathToPattern string
pathToHardwareClass string
dict Object>.Dictionary
report Object>.Dictionary
externalFilePattern string
return void

StoreRun() public method

public StoreRun ( string saveFolder, int batchNumber, string pathToPattern, string pathToHardwareClass, Object>.Dictionary dict, Object>.Dictionary report, string cameraAttributesPath, byte imageData, string externalFilePattern ) : void
saveFolder string
batchNumber int
pathToPattern string
pathToHardwareClass string
dict Object>.Dictionary
report Object>.Dictionary
cameraAttributesPath string
imageData byte
externalFilePattern string
return void

UnzipFolder() public method

public UnzipFolder ( string path ) : void
path string
return void