C# Class PKStudio.Tools.KeilGenerator.Classes.MFuVisionGenerator

Exibir arquivo Open project: AlexandrSurkov/PKStudio

Public Methods

Method Description
EnqueueItem ( string Message, string CurrentDirectory, List ProjectBuildContext ) : void
Generate ( ) : void
MFuVisionGenerator ( ) : System
NewProject ( string ProjectPath ) : void

Protected Methods

Method Description
OnCompletedt ( List result ) : void
OnLogText ( string str ) : void

Private Methods

Method Description
AddCompileFile ( RequiredObject obj, Target target ) : void
AddHFiles ( string group, List list, uVisionProject project ) : void
AddObjFile ( RequiredObject reqobj ) : void
AnalizeInputLibraries ( RequiredLibrary>.SortedList Libraryes, IList LogMessages ) : void
AnalizeInputObjects ( RequiredObject>.SortedList Objects, IList LogMessages ) : void
CheckCryptoLib ( RequiredLibrary>.SortedList Libraryes, IList LogMessages ) : void
CheckFile ( string filePath, List list ) : bool
CreateLibraryTartet ( RequiredLibrary lib ) : void
CreateLinkTarget ( Link link, IList messages ) : void
CreateObjectTartet ( RequiredObject obj ) : void
ExpandPath ( string path ) : string
GetMFObjectFromProjectFile ( string path ) : object
m_worker_DoWork ( object sender, DoWorkEventArgs e ) : void
m_worker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

Method Details

EnqueueItem() public method

public EnqueueItem ( string Message, string CurrentDirectory, List ProjectBuildContext ) : void
Message string
CurrentDirectory string
ProjectBuildContext List
return void

Generate() public method

public Generate ( ) : void
return void

MFuVisionGenerator() public method

public MFuVisionGenerator ( ) : System
return System

NewProject() public method

public NewProject ( string ProjectPath ) : void
ProjectPath string
return void

OnCompletedt() protected method

protected OnCompletedt ( List result ) : void
result List
return void

OnLogText() protected method

protected OnLogText ( string str ) : void
str string
return void