mbgtools-lx
4.2.8
|
Entry for a table to specify model-depending built-in features. More...
Data Fields | |
uint16_t | model_code |
Model code according to RECEIVER_INFO::model_code, see GPS_MODEL_CODES. More... | |
BUILTIN_FEATURE_MASK | feature_mask |
Entry for a table to specify model-depending built-in features.
Definition at line 41 of file xdevfeat.c.
BUILTIN_FEATURE_MASK BUILTIN_FEATURE_TABLE_ENTRY::feature_mask |
A combination of GPS_FEATURE_MASKS bit masks specifying the built-in features supported by the specified device model.
Definition at line 48 of file xdevfeat.c.
Referenced by check_builtin_feature().
uint16_t BUILTIN_FEATURE_TABLE_ENTRY::model_code |
Model code according to RECEIVER_INFO::model_code, see GPS_MODEL_CODES.
Definition at line 44 of file xdevfeat.c.
Referenced by check_builtin_feature().