Свойство | Type | Description | |
---|---|---|---|
endian | string |
Свойство | Type | Description | |
---|---|---|---|
countX | int | ||
hasMAC | bool | ||
location | int | ||
multiplier | float | ||
posMax | int | ||
posMin | int | ||
rangeX | Range | ||
selected | bool | ||
tableType | TableType | ||
title | string | ||
typeUncertain | bool | ||
valuesX | float[] |
Méthode | Description | |
---|---|---|
CalcMinMaxAverage ( float values, float &minimum, float &maximum, float &average ) : void | ||
ChangeTypeToAndReload ( TableType newType, System stream ) : void | ||
CheckAxisArray ( float floats ) : bool |
Values must increase steadily (required for ROM interpolation sub to work).
|
|
CheckFloatArray ( float floats ) : bool | ||
CommentValuesStats ( float min, float max ) : System.Xml.Linq.XComment | ||
CommentValuesStats ( float min, float max, float avg ) : System.Xml.Linq.XComment | ||
CopyTableRomRaider ( ) : string | ||
GenerateExpression ( string varName ) : string | ||
GenerateExpressionReverse ( string varName ) : string | ||
HexNum ( int value ) : string | ||
IsFloatValid ( float value ) : bool | ||
IsRecordValid ( ) : bool | ||
RRXml ( ) : System.Xml.Linq.XElement | ||
RRXmlAxis ( AxisType axisType, string name, string unit, TableType tableType, Range range, float axis, float min, float max ) : System.Xml.Linq.XElement | ||
RRXmlScaling ( string units, string expr, string to_byte, string format, float fineincrement, float coarseincrement ) : System.Xml.Linq.XElement | ||
ReadValidateValues ( System stream ) : bool | ||
ReadValues ( System stream, Range range, TableType tableType ) : |
||
ReadValuesFloat ( System stream, Range range ) : float[] | ||
ReadValuesInt16 ( System stream, Range range ) : short[] | ||
ReadValuesInt8 ( System stream, Range range ) : sbyte[] | ||
ReadValuesUInt16 ( System stream, Range range ) : ushort[] | ||
ReadValuesUInt32 ( System stream, Range range ) : uint[] | ||
ReadValuesUInt8 ( System stream, Range range ) : byte[] | ||
Reset ( ) : void | ||
TunerProXdf ( int categoryID ) : System.Xml.Linq.XElement |
Méthode | Description | |
---|---|---|
AxisXdf ( AxisType axisType, TableType tableType, int count, int address, string units ) : System.Xml.Linq.XElement | ||
CategoryXdf ( int categoryID ) : System.Xml.Linq.XElement | ||
CheckMAC ( ) : void | ||
EmbeddedDataXdf ( TableType tableType, int colcount, int rowcount, int address ) : System.Xml.Linq.XElement | ||
EmptyXAxisXdf ( ) : System.Xml.Linq.XElement | ||
ThrowInvalidTableType ( TableType tableType ) : void | ||
ValuesAsFloats ( |
||
ValuesFromTypeFloat ( |
||
ValuesFromTypeInt16 ( |
||
ValuesFromTypeInt8 ( |
||
ValuesFromTypeUInt16 ( |
||
ValuesFromTypeUInt32 ( |
||
ValuesFromTypeUInt8 ( |
||
ZAxisXdf ( TableType tableType, int colcount, int rowcount, int address, string units, string equation ) : System.Xml.Linq.XElement | ||
mmedtypeflagsXdf ( TableType tableType, MajorOrderXdf majorOrder ) : int |
protected static AxisXdf ( AxisType axisType, TableType tableType, int count, int address, string units ) : System.Xml.Linq.XElement | ||
axisType | AxisType | |
tableType | TableType | |
count | int | |
address | int | |
units | string | |
Résultat | System.Xml.Linq.XElement |
public static CalcMinMaxAverage ( float values, float &minimum, float &maximum, float &average ) : void | ||
values | float | |
minimum | float | |
maximum | float | |
average | float | |
Résultat | void |
protected static CategoryXdf ( int categoryID ) : System.Xml.Linq.XElement | ||
categoryID | int | |
Résultat | System.Xml.Linq.XElement |
public abstract ChangeTypeToAndReload ( TableType newType, System stream ) : void | ||
newType | TableType | |
stream | System | |
Résultat | void |
public static CheckAxisArray ( float floats ) : bool | ||
floats | float |
/// A |
Résultat | bool |
public static CheckFloatArray ( float floats ) : bool | ||
floats | float | |
Résultat | bool |
public static CommentValuesStats ( float min, float max ) : System.Xml.Linq.XComment | ||
min | float | |
max | float | |
Résultat | System.Xml.Linq.XComment |
public static CommentValuesStats ( float min, float max, float avg ) : System.Xml.Linq.XComment | ||
min | float | |
max | float | |
avg | float | |
Résultat | System.Xml.Linq.XComment |
public abstract CopyTableRomRaider ( ) : string | ||
Résultat | string |
protected static EmbeddedDataXdf ( TableType tableType, int colcount, int rowcount, int address ) : System.Xml.Linq.XElement | ||
tableType | TableType | |
colcount | int | |
rowcount | int | |
address | int | |
Résultat | System.Xml.Linq.XElement |
protected static EmptyXAxisXdf ( ) : System.Xml.Linq.XElement | ||
Résultat | System.Xml.Linq.XElement |
public GenerateExpression ( string varName ) : string | ||
varName | string | |
Résultat | string |
public GenerateExpressionReverse ( string varName ) : string | ||
varName | string | |
Résultat | string |
public static HexNum ( int value ) : string | ||
value | int | |
Résultat | string |
public static IsFloatValid ( float value ) : bool | ||
value | float | |
Résultat | bool |
public abstract RRXml ( ) : System.Xml.Linq.XElement | ||
Résultat | System.Xml.Linq.XElement |
public RRXmlAxis ( AxisType axisType, string name, string unit, TableType tableType, Range range, float axis, float min, float max ) : System.Xml.Linq.XElement | ||
axisType | AxisType | |
name | string | |
unit | string | |
tableType | TableType | |
range | Range | |
axis | float | |
min | float | |
max | float | |
Résultat | System.Xml.Linq.XElement |
public static RRXmlScaling ( string units, string expr, string to_byte, string format, float fineincrement, float coarseincrement ) : System.Xml.Linq.XElement | ||
units | string | |
expr | string | |
to_byte | string | |
format | string | |
fineincrement | float | |
coarseincrement | float | |
Résultat | System.Xml.Linq.XElement |
public abstract ReadValidateValues ( System stream ) : bool | ||
stream | System | |
Résultat | bool |
public static ReadValues ( System stream, Range range, TableType tableType ) : |
||
stream | System | |
range | Range | |
tableType | TableType | |
Résultat |
public static ReadValuesFloat ( System stream, Range range ) : float[] | ||
stream | System | |
range | Range | |
Résultat | float[] |
public static ReadValuesInt16 ( System stream, Range range ) : short[] | ||
stream | System | |
range | Range | |
Résultat | short[] |
public static ReadValuesInt8 ( System stream, Range range ) : sbyte[] | ||
stream | System | |
range | Range | |
Résultat | sbyte[] |
public static ReadValuesUInt16 ( System stream, Range range ) : ushort[] | ||
stream | System | |
range | Range | |
Résultat | ushort[] |
public static ReadValuesUInt32 ( System stream, Range range ) : uint[] | ||
stream | System | |
range | Range | |
Résultat | uint[] |
public static ReadValuesUInt8 ( System stream, Range range ) : byte[] | ||
stream | System | |
range | Range | |
Résultat | byte[] |
protected static ThrowInvalidTableType ( TableType tableType ) : void | ||
tableType | TableType | |
Résultat | void |
public abstract TunerProXdf ( int categoryID ) : System.Xml.Linq.XElement | ||
categoryID | int | |
Résultat | System.Xml.Linq.XElement |
protected ValuesAsFloats ( |
||
array | ||
Résultat | float[] |
protected ValuesFromTypeFloat ( |
||
array | ||
Résultat | float[] |
protected ValuesFromTypeInt16 ( |
||
array | ||
Résultat | float[] |
protected ValuesFromTypeInt8 ( |
||
array | ||
Résultat | float[] |
protected ValuesFromTypeUInt16 ( |
||
array | ||
Résultat | float[] |
protected ValuesFromTypeUInt32 ( |
||
array | ||
Résultat | float[] |
protected ValuesFromTypeUInt8 ( |
||
array | ||
Résultat | float[] |
protected static ZAxisXdf ( TableType tableType, int colcount, int rowcount, int address, string units, string equation ) : System.Xml.Linq.XElement | ||
tableType | TableType | |
colcount | int | |
rowcount | int | |
address | int | |
units | string | |
equation | string | |
Résultat | System.Xml.Linq.XElement |
protected static mmedtypeflagsXdf ( TableType tableType, MajorOrderXdf majorOrder ) : int | ||
tableType | TableType | |
majorOrder | MajorOrderXdf | |
Résultat | int |