mbgtools-lx  4.2.8

XMR statistics for a particular source. More...

#include <gpsdefs.h>

Data Fields

uint32_t timestamp
 time stamp when the record was taken, UTC, seconds since 1970 More...
 
NANO_TIME last_mue
 mean value (mue) of prev. interval More...
 
NANO_TIME last_sigma
 standard deviation (sigma) of prev. interval More...
 
NANO_TIME last_max
 maximum value within interval More...
 
NANO_TIME last_min
 minimum value within interval More...
 
NANO_TIME reserved_0
 currently reserved, unused, always 0 More...
 
NANO_TIME step_comp_val
 current step compensation value More...
 
NANO_TIME auto_bias
 current time automatic bias compensation More...
 
uint32_t reserved_1
 currently reserved, unused, always 0 More...
 
uint32_t reserved_2
 currently reserved, unused, always 0 More...
 
uint32_t flags
 see XMR_STATS_FLAGS_MSKS More...
 

Detailed Description

XMR statistics for a particular source.

This structure is only provided by an XMR source which has XMR_EXT_SRC_FEAT_FLAG_MSK_STATS set in XMR_EXT_SRC_INFO::feat_flags.

See also
XMR_STATS_IDX
XMR_EXT_SRC_INFO::feat_flags
XMR_EXT_SRC_FEAT_FLAG_MSK_STATS

Definition at line 7321 of file gpsdefs.h.

Field Documentation

◆ auto_bias

NANO_TIME XMR_STATS::auto_bias

current time automatic bias compensation

Definition at line 7330 of file gpsdefs.h.

◆ flags

uint32_t XMR_STATS::flags

see XMR_STATS_FLAGS_MSKS

Definition at line 7333 of file gpsdefs.h.

◆ last_max

NANO_TIME XMR_STATS::last_max

maximum value within interval

Definition at line 7326 of file gpsdefs.h.

◆ last_min

NANO_TIME XMR_STATS::last_min

minimum value within interval

Definition at line 7327 of file gpsdefs.h.

◆ last_mue

NANO_TIME XMR_STATS::last_mue

mean value (mue) of prev. interval

Definition at line 7324 of file gpsdefs.h.

◆ last_sigma

NANO_TIME XMR_STATS::last_sigma

standard deviation (sigma) of prev. interval

Definition at line 7325 of file gpsdefs.h.

◆ reserved_0

NANO_TIME XMR_STATS::reserved_0

currently reserved, unused, always 0

Definition at line 7328 of file gpsdefs.h.

◆ reserved_1

uint32_t XMR_STATS::reserved_1

currently reserved, unused, always 0

Definition at line 7331 of file gpsdefs.h.

◆ reserved_2

uint32_t XMR_STATS::reserved_2

currently reserved, unused, always 0

Definition at line 7332 of file gpsdefs.h.

◆ step_comp_val

NANO_TIME XMR_STATS::step_comp_val

current step compensation value

Definition at line 7329 of file gpsdefs.h.

◆ timestamp

uint32_t XMR_STATS::timestamp

time stamp when the record was taken, UTC, seconds since 1970

Definition at line 7323 of file gpsdefs.h.


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