mbgtools-lx  4.2.8
XBP_NODE_INFO Struct Reference

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...
 

Detailed Description

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.

Definition at line 18006 of file gpsdefs.h.

Field Documentation

◆ addr

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().

◆ flags

uint16_t XBP_NODE_INFO::flags

Currently reserved, always 0.

Definition at line 18021 of file gpsdefs.h.

◆ reserved

uint8_t XBP_NODE_INFO::reserved

Currently reserved, always 0.

Definition at line 18020 of file gpsdefs.h.

◆ ri

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().

◆ slot_type

uint8_t XBP_NODE_INFO::slot_type

The IMS slot type, see XBP_SLOT_TYPES.

Definition at line 18017 of file gpsdefs.h.

◆ slot_type_id

uint8_t XBP_NODE_INFO::slot_type_id

ID depending on the XBP_NODE_INFO::slot_type, i.e. 1 for CLK1.

Definition at line 18018 of file gpsdefs.h.

◆ state

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().


The documentation for this struct was generated from the following file: