C# Class ATML1671Allocator.allocator.ATMLAllocator

Mostra file Open project: UtrsSoftware/ATMLWorkBench

Public Properties

Property Type Description
SOURCE string

Public Methods

Method Description
AddAvailableInstrument ( TestStationInstrumentData instrumentDescription ) : void
AddSelectedTestStation ( TestStationDescription11 testStation ) : void
AnalyzeRequiredSignals ( string testDescriptionXml ) : void
ClearAvailableInstruments ( ) : void
ClearSelectedTestStations ( ) : void
LoadXML ( string xmlDocument ) : void
OnTestStationSelected ( ) : void

Protected Methods

Method Description
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

Private Methods

Method Description
ATMLAllocator ( ) : System
Instance_TestDescriptionDocumentAdded ( FileInfo fi, string documentType ) : void
LoadTestConfigurationFile ( string fileName ) : void
LoadTestDescriptionFile ( string fileName ) : void
OnProjectClosed ( ) : void
OnProjectOpened ( string testProgramSetName ) : void

Method Details

AddAvailableInstrument() public method

public AddAvailableInstrument ( TestStationInstrumentData instrumentDescription ) : void
instrumentDescription TestStationInstrumentData
return void

AddSelectedTestStation() public method

AnalyzeRequiredSignals() public method

public AnalyzeRequiredSignals ( string testDescriptionXml ) : void
testDescriptionXml string
return void

ClearAvailableInstruments() public method

public ClearAvailableInstruments ( ) : void
return void

ClearSelectedTestStations() public method

public ClearSelectedTestStations ( ) : void
return void

LoadXML() public method

public LoadXML ( string xmlDocument ) : void
xmlDocument string
return void

OnClosed() protected method

protected OnClosed ( ) : void
return void

OnInstrumentsCleared() protected method

protected OnInstrumentsCleared ( ) : void
return void

OnSignalAnalysisPerformed() protected method

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

OnTestConfigurationOpened() protected method

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

OnTestDescriptionChanged() protected method

protected OnTestDescriptionChanged ( TestDescription testdescription ) : void
testdescription ATMLModelLibrary.model.TestDescription
return void

OnTestDescriptionOpened() protected method

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

OnTestStationSelected() public static method

public static OnTestStationSelected ( ) : void
return void

Property Details

SOURCE public_oe static_oe property

public static string SOURCE
return string