mrs_modules_msgs/TrackstatChannel Message

File: mrs_modules_msgs/TrackstatChannel.msg

Raw Message Definition

# A submessage of Trackstat that contains all of the data about a single hardware channel

# Satellite PRN number
int16 prn

# GLONASS Frequency +7
int16 glofreq

# Channel tracking status
uint32 ch_tr_status

# Pseudorange (m)
float64 psr

# Doppler frequency (Hz)
float32 doppler

# Carrier to noise density ratio (dB-Hz)
float32 c_no

# Number of seconds of continuous tracking (no cycle slips)
float32 locktime

# Pseudorange residual from pseudorange filter (m)
float32 psr_res

# Range reject code from pseudorange filter
string reject

# Pseudorange filter weighting
float32 psr_weight

Compact Message Definition

int16 prn
int16 glofreq
uint32 ch_tr_status
float64 psr
float32 doppler
float32 c_no
float32 locktime
float32 psr_res
string reject
float32 psr_weight