C# Class SharpTune.Core.LookupTable

Afficher le fichier Open project: Merp/SharpTune Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string
dataAddress uint
ramLimit System.UInt32
ramStart System.UInt32
romLimit System.UInt32
rowColLimit System.UInt16
tableTypes List

Méthodes publiques

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

Method Details

CheckData() public méthode

public CheckData ( ) : bool
Résultat bool

LookupTable() public méthode

public LookupTable ( ) : System
Résultat System

LookupTable() public méthode

public LookupTable ( string name, uint da ) : System
name string
da uint
Résultat System

TrySynthesizeLut() public static méthode

public static TrySynthesizeLut ( LookupTable &lut, string name, uint da ) : bool
lut LookupTable
name string
da uint
Résultat bool

Property Details

Name public_oe property

public string Name
Résultat string

dataAddress public_oe property

public uint dataAddress
Résultat uint

ramLimit public_oe property

public UInt32,System ramLimit
Résultat System.UInt32

ramStart public_oe property

public UInt32,System ramStart
Résultat System.UInt32

romLimit public_oe property

public UInt32,System romLimit
Résultat System.UInt32

rowColLimit public_oe property

public UInt16,System rowColLimit
Résultat System.UInt16

tableTypes public_oe property

public List tableTypes
Résultat List