mbgtools-lx
4.2.8
|
Information on an XBP node with specific index. More...
#include <gpsdefs.h>
Data Fields | |
uint32_t | idx |
node index, 0..XBP_NODE_LIMITS::node_count-1 More... | |
XBP_NODE_INFO | node_info |
RECEIVER_INFO of the device behind this node More... | |
Information on an XBP node with specific index.
Only supported if XBP_FEAT_MASK_NODES is set in XBP_LIMITS::features.
uint32_t XBP_NODE_INFO_IDX::idx |
node index, 0..XBP_NODE_LIMITS::node_count-1
Definition at line 18046 of file gpsdefs.h.
Referenced by mbgextio_setup_xbp_node_list().
XBP_NODE_INFO XBP_NODE_INFO_IDX::node_info |
RECEIVER_INFO of the device behind this node
Definition at line 18047 of file gpsdefs.h.
Referenced by mbgextio_setup_xbp_node_list().