C# 클래스 LinkerScriptGenerator.LdsFileGenerator

상속: IDisposable
파일 보기 프로젝트 열기: sysprogs/BSPTools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GenerateSectionsForUnreferencedMemories bool
RedirectMainFLASHToRAM bool

공개 메소드들

메소드 설명
Dispose ( ) : void
GenerateLdsFile ( StreamWriter sw, IEnumerable extraLines = null ) : void
LdsFileGenerator ( LinkerScriptTemplate scriptTemplate, MemoryLayout memoryTemplate ) : System
OutputSectionDefinition ( StreamWriter sw, string padding, Section section ) : void

비공개 메소드들

메소드 설명
OutputDefinition ( StreamWriter sw, string name, string value, string padding = "" ) : string
OutputMemoryDefinition ( StreamWriter sw ) : void
OutputSectionDefinitions ( StreamWriter sw ) : void
OutputSectionReference ( StreamWriter sw, string padding, string namePattern, SectionReferenceFlags flags ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GenerateLdsFile() 공개 메소드

public GenerateLdsFile ( StreamWriter sw, IEnumerable extraLines = null ) : void
sw System.IO.StreamWriter
extraLines IEnumerable
리턴 void

LdsFileGenerator() 공개 메소드

public LdsFileGenerator ( LinkerScriptTemplate scriptTemplate, MemoryLayout memoryTemplate ) : System
scriptTemplate LinkerScriptTemplate
memoryTemplate MemoryLayout
리턴 System

OutputSectionDefinition() 공개 메소드

public OutputSectionDefinition ( StreamWriter sw, string padding, Section section ) : void
sw System.IO.StreamWriter
padding string
section Section
리턴 void

프로퍼티 상세

GenerateSectionsForUnreferencedMemories 공개적으로 프로퍼티

public bool GenerateSectionsForUnreferencedMemories
리턴 bool

RedirectMainFLASHToRAM 공개적으로 프로퍼티

public bool RedirectMainFLASHToRAM
리턴 bool