mbgtools-lx
4.2.8
|
Information on a specific XBP node. More...
#include <gpsdefs.h>
Data Fields | |
XBP_ADDR | addr |
The address of the specific node. More... | |
RECEIVER_INFO | ri |
uint8_t | state |
The device state, see XBP_DEVICE_STATES. More... | |
uint8_t | slot_type |
The IMS slot type, see XBP_SLOT_TYPES. More... | |
uint8_t | slot_type_id |
ID depending on the XBP_NODE_INFO::slot_type, i.e. 1 for CLK1. More... | |
uint8_t | reserved |
Currently reserved, always 0. More... | |
uint16_t | flags |
Currently reserved, always 0. More... | |
Information on a specific XBP node.
Only supported if XBP_FEAT_MASK_NODES is set in XBP_LIMITS::features. The number of instances supported by a device is specified in XBP_NODE_LIMITS::node_count.
XBP_ADDR XBP_NODE_INFO::addr |
The address of the specific node.
Definition at line 18008 of file gpsdefs.h.
Referenced by handle_xbp_node().
uint16_t XBP_NODE_INFO::flags |
uint8_t XBP_NODE_INFO::reserved |
RECEIVER_INFO XBP_NODE_INFO::ri |
RECEIVER_INFO of the device connected to this node. If no device is available then RECEIVER_INFO::model_code is set to GPS_MODEL_UNKNOWN (== 0).
Definition at line 18013 of file gpsdefs.h.
Referenced by handle_xbp_node().
uint8_t XBP_NODE_INFO::slot_type |
The IMS slot type, see XBP_SLOT_TYPES.
uint8_t XBP_NODE_INFO::slot_type_id |
ID depending on the XBP_NODE_INFO::slot_type, i.e. 1 for CLK1.
uint8_t XBP_NODE_INFO::state |
The device state, see XBP_DEVICE_STATES.
Definition at line 18015 of file gpsdefs.h.
Referenced by handle_xbp_node().