FreeEMS  0.2.0-SNAPSHOT-282-g9efc524
Data Structures | Macros
tableTypes.h File Reference

Table struct typedefs. More...

This graph shows which files directly or indirectly include this file:

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

Detailed Description

Table struct typedefs.

This file contains all of the tabular struct typedefs.

Definition in file tableTypes.h.

Macro Definition Documentation

#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().