C# 클래스 SharpTuneCore.StaticAxis

Static Axes SubClass
상속: Axis
파일 보기 프로젝트 열기: Merp/SharpTune 1 사용 예제들

공개 메소드들

메소드 설명
GetScalingDisplayName ( ) : string
Read ( ECU image ) : void
StaticAxis ( System.Xml.Linq.XElement xel, TableMetaData table ) : System
Write ( ) : void

보호된 메소드들

메소드 설명
CreateECUFlashXML ( ) : System.Xml.Linq.XElement

메소드 상세

CreateECUFlashXML() 보호된 메소드

protected CreateECUFlashXML ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement

GetScalingDisplayName() 공개 메소드

public GetScalingDisplayName ( ) : string
리턴 string

Read() 공개 메소드

public Read ( ECU image ) : void
image ECU
리턴 void

StaticAxis() 공개 메소드

public StaticAxis ( System.Xml.Linq.XElement xel, TableMetaData table ) : System
xel System.Xml.Linq.XElement
table TableMetaData
리턴 System

Write() 공개 메소드

public Write ( ) : void
리턴 void