FreeEMS
0.2.0-SNAPSHOT-285-g028e24c
|
Table struct typedefs. More...
Go to the source code of this file.
Data Structures | |
struct | twoDTableUS |
This block used for various curves. More... | |
struct | mainTable |
Main Table Structure definition. More... |
Macros | |
#define | TWODTABLEUS_LENGTH 16 |
#define | MAINTABLE_RPM_LENGTH 24 |
How many cells on the X axis. | |
#define | MAINTABLE_LOAD_LENGTH 19 |
How many cells on the Y axis. | |
#define | MAINTABLE_MAX_RPM_LENGTH 27 |
Max number of cells on the X axis. | |
#define | MAINTABLE_MAX_LOAD_LENGTH 21 |
Max number of cells on the Y axis. | |
#define | MAINTABLE_MAX_MAIN_LENGTH 462 |
924B 462 shorts maximum main table length |
Table struct typedefs.
This file contains all of the tabular struct typedefs.
Definition in file tableTypes.h.
#define TWODTABLEUS_LENGTH 16 |
Definition at line 45 of file tableTypes.h.
Referenced by validateTwoDTable().
#define MAINTABLE_RPM_LENGTH 24 |
How many cells on the X axis.
Definition at line 53 of file tableTypes.h.
#define MAINTABLE_LOAD_LENGTH 19 |
How many cells on the Y axis.
Definition at line 54 of file tableTypes.h.
#define MAINTABLE_MAX_RPM_LENGTH 27 |
Max number of cells on the X axis.
Definition at line 55 of file tableTypes.h.
Referenced by validateMainTable().
#define MAINTABLE_MAX_LOAD_LENGTH 21 |
Max number of cells on the Y axis.
Definition at line 56 of file tableTypes.h.
Referenced by validateMainTable().
#define MAINTABLE_MAX_MAIN_LENGTH 462 |
924B 462 shorts maximum main table length
Definition at line 57 of file tableTypes.h.
Referenced by validateMainTable().