C# Class ATML1671Allocator.allocator.ATMLAllocator

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Méthodes publiques

Свойство Type Description
SOURCE string

Méthodes publiques

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

Méthodes protégées

Méthode 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

Méthode 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 méthode

public AddAvailableInstrument ( TestStationInstrumentData instrumentDescription ) : void
instrumentDescription TestStationInstrumentData
Résultat void

AddSelectedTestStation() public méthode

AnalyzeRequiredSignals() public méthode

public AnalyzeRequiredSignals ( string testDescriptionXml ) : void
testDescriptionXml string
Résultat void

ClearAvailableInstruments() public méthode

public ClearAvailableInstruments ( ) : void
Résultat void

ClearSelectedTestStations() public méthode

public ClearSelectedTestStations ( ) : void
Résultat void

LoadXML() public méthode

public LoadXML ( string xmlDocument ) : void
xmlDocument string
Résultat void

OnClosed() protected méthode

protected OnClosed ( ) : void
Résultat void

OnInstrumentsCleared() protected méthode

protected OnInstrumentsCleared ( ) : void
Résultat void

OnSignalAnalysisPerformed() protected méthode

protected OnSignalAnalysisPerformed ( FileInfo fileinfo, byte content ) : void
fileinfo System.IO.FileInfo
content byte
Résultat void

OnTestConfigurationOpened() protected méthode

protected OnTestConfigurationOpened ( FileInfo fileinfo, byte content ) : void
fileinfo System.IO.FileInfo
content byte
Résultat void

OnTestDescriptionChanged() protected méthode

protected OnTestDescriptionChanged ( TestDescription testdescription ) : void
testdescription ATMLModelLibrary.model.TestDescription
Résultat void

OnTestDescriptionOpened() protected méthode

protected OnTestDescriptionOpened ( FileInfo fileinfo, byte content ) : void
fileinfo System.IO.FileInfo
content byte
Résultat void

OnTestStationSelected() public static méthode

public static OnTestStationSelected ( ) : void
Résultat void

Property Details

SOURCE public_oe static_oe property

public static string SOURCE
Résultat string