C# 클래스 ATML1671Allocator.allocator.ATMLAllocator

파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench

공개 프로퍼티들

프로퍼티 타입 설명
SOURCE string

공개 메소드들

메소드 설명
AddAvailableInstrument ( TestStationInstrumentData instrumentDescription ) : void
AddSelectedTestStation ( TestStationDescription11 testStation ) : void
AnalyzeRequiredSignals ( string testDescriptionXml ) : void
ClearAvailableInstruments ( ) : void
ClearSelectedTestStations ( ) : void
LoadXML ( string xmlDocument ) : void
OnTestStationSelected ( ) : void

보호된 메소드들

메소드 설명
OnClosed ( ) : void
OnInstrumentsCleared ( ) : void
OnSignalAnalysisPerformed ( FileInfo fileinfo, byte content ) : void
OnTestConfigurationOpened ( FileInfo fileinfo, byte content ) : void
OnTestDescriptionChanged ( TestDescription testdescription ) : void
OnTestDescriptionOpened ( FileInfo fileinfo, byte content ) : void

비공개 메소드들

메소드 설명
ATMLAllocator ( ) : System
Instance_TestDescriptionDocumentAdded ( FileInfo fi, string documentType ) : void
LoadTestConfigurationFile ( string fileName ) : void
LoadTestDescriptionFile ( string fileName ) : void
OnProjectClosed ( ) : void
OnProjectOpened ( string testProgramSetName ) : void

메소드 상세

AddAvailableInstrument() 공개 메소드

public AddAvailableInstrument ( TestStationInstrumentData instrumentDescription ) : void
instrumentDescription TestStationInstrumentData
리턴 void

AddSelectedTestStation() 공개 메소드

AnalyzeRequiredSignals() 공개 메소드

public AnalyzeRequiredSignals ( string testDescriptionXml ) : void
testDescriptionXml string
리턴 void

ClearAvailableInstruments() 공개 메소드

public ClearAvailableInstruments ( ) : void
리턴 void

ClearSelectedTestStations() 공개 메소드

public ClearSelectedTestStations ( ) : void
리턴 void

LoadXML() 공개 메소드

public LoadXML ( string xmlDocument ) : void
xmlDocument string
리턴 void

OnClosed() 보호된 메소드

protected OnClosed ( ) : void
리턴 void

OnInstrumentsCleared() 보호된 메소드

protected OnInstrumentsCleared ( ) : void
리턴 void

OnSignalAnalysisPerformed() 보호된 메소드

protected OnSignalAnalysisPerformed ( FileInfo fileinfo, byte content ) : void
fileinfo System.IO.FileInfo
content byte
리턴 void

OnTestConfigurationOpened() 보호된 메소드

protected OnTestConfigurationOpened ( FileInfo fileinfo, byte content ) : void
fileinfo System.IO.FileInfo
content byte
리턴 void

OnTestDescriptionChanged() 보호된 메소드

protected OnTestDescriptionChanged ( TestDescription testdescription ) : void
testdescription ATMLModelLibrary.model.TestDescription
리턴 void

OnTestDescriptionOpened() 보호된 메소드

protected OnTestDescriptionOpened ( FileInfo fileinfo, byte content ) : void
fileinfo System.IO.FileInfo
content byte
리턴 void

OnTestStationSelected() 공개 정적인 메소드

public static OnTestStationSelected ( ) : void
리턴 void

프로퍼티 상세

SOURCE 공개적으로 정적으로 프로퍼티

public static string SOURCE
리턴 string