C# Class GeneratorSampleStm32.Program

Afficher le fichier Open project: sysprogs/BSPTools

Méthodes publiques

Méthode Description
GetInfoProjectFromMDK ( string pDirPrj, string topLevelDir, List extraIncludeDirs ) : List
ToAbsolutePath ( string dir, string topLevelDir, List lstDir ) : List

Private Methods

Méthode Description
BuildOrLoadSampleDirectory ( string SDKdir, string outputDir, string sampleListFile ) : ConstructedVendorSampleDirectory
ExtractFirstSubdir ( string dir ) : string
Main ( string args ) : void
ParseVendorSamples ( string SDKdir ) : List

Method Details

GetInfoProjectFromMDK() static public méthode

static public GetInfoProjectFromMDK ( string pDirPrj, string topLevelDir, List extraIncludeDirs ) : List
pDirPrj string
topLevelDir string
extraIncludeDirs List
Résultat List

ToAbsolutePath() static public méthode

static public ToAbsolutePath ( string dir, string topLevelDir, List lstDir ) : List
dir string
topLevelDir string
lstDir List
Résultat List