APM:Libraries
|
Go to the source code of this file.
Classes | |
struct | EEPROM_header |
struct | Param_header |
Enumerations | |
enum | ap_var_type { AP_PARAM_NONE = 0, AP_PARAM_INT8, AP_PARAM_INT16, AP_PARAM_INT32, AP_PARAM_FLOAT, AP_PARAM_VECTOR3F, AP_PARAM_GROUP, AP_PARAM_NONE = 0, AP_PARAM_INT8, AP_PARAM_INT16, AP_PARAM_INT32, AP_PARAM_FLOAT, AP_PARAM_VECTOR3F, AP_PARAM_VECTOR6F, AP_PARAM_MATRIX3F, AP_PARAM_GROUP } |
Functions | |
static uint8_t | type_size (enum ap_var_type type) |
static void | fail (const char *why) |
int | main (int argc, char *argv[]) |
Variables | |
uint8_t | eeprom [0x1000] |
static const uint16_t | k_EEPROM_magic0 = 0x50 |
static const uint16_t | k_EEPROM_magic1 = 0x41 |
static const uint16_t | k_EEPROM_revision = 6 |
static const char * | type_names [8] |
static const uint8_t | _sentinal_key = 0xFF |
static const uint8_t | _sentinal_type = 0xFF |
static const uint8_t | _sentinal_group = 0xFF |
enum ap_var_type |
Definition at line 21 of file eedump_apparam.c.
|
static |
Definition at line 74 of file eedump_apparam.c.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
|
static |
Definition at line 48 of file eedump_apparam.c.
Referenced by main().
|
static |
Definition at line 46 of file eedump_apparam.c.
Referenced by main().
|
static |
Definition at line 44 of file eedump_apparam.c.
Referenced by main().
|
static |
Definition at line 45 of file eedump_apparam.c.
Referenced by main().
uint8_t eeprom[0x1000] |
Definition at line 9 of file eedump_apparam.c.
Referenced by main().
|
static |
Definition at line 17 of file eedump_apparam.c.
Referenced by main().
|
static |
Definition at line 18 of file eedump_apparam.c.
Referenced by main().
|
static |
Definition at line 19 of file eedump_apparam.c.
Referenced by main().
|
static |
Definition at line 33 of file eedump_apparam.c.
Referenced by main().