C# 클래스 MOTMaster.MMDataIOHelper

파일 보기 프로젝트 열기: ColdMatter/EDMSuite 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

DisposeReplicaScript() 공개 메소드

public DisposeReplicaScript ( string folderPath ) : void
folderPath string
리턴 void

LoadDictionary() 공개 메소드

public LoadDictionary ( string dictionaryPath ) : object>.Dictionary
dictionaryPath string
리턴 object>.Dictionary

MMDataIOHelper() 공개 메소드

public MMDataIOHelper ( string motMasterDataPath, string element ) : System
motMasterDataPath string
element string
리턴 System

SelectSavedScriptPathDialog() 공개 메소드

public SelectSavedScriptPathDialog ( ) : string
리턴 string

StoreRun() 공개 메소드

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
리턴 void

StoreRun() 공개 메소드

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
리턴 void

UnzipFolder() 공개 메소드

public UnzipFolder ( string path ) : void
path string
리턴 void