Configuration value structure as returned by parser.
More...
#include <cfg.h>
|
| uint32_t | key |
| | Configuration key ID.
|
| |
| union { | |
| |
| uint8_t l | |
| |
| uint8_t u1 | |
| |
| uint8_t e1 | |
| |
| uint8_t x1 | |
| |
| int8_t i1 | |
| |
| uint16_t u2 | |
| |
| uint16_t e2 | |
| |
| uint16_t x2 | |
| |
| int16_t i2 | |
| |
| uint32_t u4 | |
| |
| uint32_t e4 | |
| |
| uint32_t x4 | |
| |
| int32_t i4 | |
| |
| float r4 | |
| |
| uint64_t u8 | |
| |
| uint64_t e8 | |
| |
| uint64_t x8 | |
| |
| int64_t i8 | |
| |
| double r8 | |
| |
| } | val | |
| | Configuration key value.
|
| |
Configuration value structure as returned by parser.
◆ e1
◆ e2
◆ e4
◆ e8
◆ i1
◆ i2
◆ i4
◆ i8
◆ key
| uint32_t ubx_cfg_val::key |
◆ r4
◆ r8
◆ u1
◆ u2
◆ u4
◆ u8
◆ [union]
| union { ... } ubx_cfg_val::val |
◆ x1
◆ x2
◆ x4
◆ x8
The documentation for this struct was generated from the following file: