C# 클래스 SharpTune.Core.LookupTable

파일 보기 프로젝트 열기: Merp/SharpTune 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string
dataAddress uint
ramLimit System.UInt32
ramStart System.UInt32
romLimit System.UInt32
rowColLimit System.UInt16
tableTypes List

공개 메소드들

메소드 설명
CheckData ( ) : bool
LookupTable ( ) : System
LookupTable ( string name, uint da ) : System
TrySynthesizeLut ( LookupTable &lut, string name, uint da ) : bool

메소드 상세

CheckData() 공개 메소드

public CheckData ( ) : bool
리턴 bool

LookupTable() 공개 메소드

public LookupTable ( ) : System
리턴 System

LookupTable() 공개 메소드

public LookupTable ( string name, uint da ) : System
name string
da uint
리턴 System

TrySynthesizeLut() 공개 정적인 메소드

public static TrySynthesizeLut ( LookupTable &lut, string name, uint da ) : bool
lut LookupTable
name string
da uint
리턴 bool

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

dataAddress 공개적으로 프로퍼티

public uint dataAddress
리턴 uint

ramLimit 공개적으로 프로퍼티

public UInt32,System ramLimit
리턴 System.UInt32

ramStart 공개적으로 프로퍼티

public UInt32,System ramStart
리턴 System.UInt32

romLimit 공개적으로 프로퍼티

public UInt32,System romLimit
리턴 System.UInt32

rowColLimit 공개적으로 프로퍼티

public UInt16,System rowColLimit
리턴 System.UInt16

tableTypes 공개적으로 프로퍼티

public List tableTypes
리턴 List