mbgtools-lx
4.2.8
|
PZF correlation status info. More...
#include <pcpsdefs.h>
Data Fields | |
uint8_t | val |
correlation value, or check count if status ==:: PZF_CORR_CHECK More... | |
uint8_t | status |
status codes, see PZF_CORR_STATES More... | |
char | corr_dir |
space, '<', or '>', just for information More... | |
PCPS_SIG_VAL | signal |
signal strength, see PCPS_SIG_VAL_DEFS More... | |
PZF correlation status info.
Definition at line 1562 of file pcpsdefs.h.
char CORR_INFO::corr_dir |
space, '<', or '>', just for information
Definition at line 1566 of file pcpsdefs.h.
Referenced by mbg_show_pzf_corr_info().
PCPS_SIG_VAL CORR_INFO::signal |
signal strength, see PCPS_SIG_VAL_DEFS
Definition at line 1567 of file pcpsdefs.h.
uint8_t CORR_INFO::status |
status codes, see PZF_CORR_STATES
Definition at line 1565 of file pcpsdefs.h.
Referenced by mbg_show_pzf_corr_info().
uint8_t CORR_INFO::val |
correlation value, or check count if status ==:: PZF_CORR_CHECK
Definition at line 1564 of file pcpsdefs.h.
Referenced by mbg_show_pzf_corr_info().