C# Class SharpTune.Core.LookupTable

Datei anzeigen Open project: Merp/SharpTune Class Usage Examples

Public Properties

Property Type Description
Name string
dataAddress uint
ramLimit System.UInt32
ramStart System.UInt32
romLimit System.UInt32
rowColLimit System.UInt16
tableTypes List

Public Methods

Method Description
CheckData ( ) : bool
LookupTable ( ) : System
LookupTable ( string name, uint da ) : System
TrySynthesizeLut ( LookupTable &lut, string name, uint da ) : bool

Method Details

CheckData() public method

public CheckData ( ) : bool
return bool

LookupTable() public method

public LookupTable ( ) : System
return System

LookupTable() public method

public LookupTable ( string name, uint da ) : System
name string
da uint
return System

TrySynthesizeLut() public static method

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

Property Details

Name public_oe property

public string Name
return string

dataAddress public_oe property

public uint dataAddress
return uint

ramLimit public_oe property

public UInt32,System ramLimit
return System.UInt32

ramStart public_oe property

public UInt32,System ramStart
return System.UInt32

romLimit public_oe property

public UInt32,System romLimit
return System.UInt32

rowColLimit public_oe property

public UInt16,System rowColLimit
return System.UInt16

tableTypes public_oe property

public List tableTypes
return List