class documentation

class GPGSAFixTypes(Values): (source)

View In Hierarchy

The possible fix types of a GPGSA sentence.
Class Variable GSA_2D_FIX The sentence reports a 2D fix: position but no altitude.
Class Variable GSA_3D_FIX The sentence reports a 3D fix: position with altitude.
Class Variable GSA_NO_FIX The sentence reports no fix at all.
GSA_2D_FIX = (source)
The sentence reports a 2D fix: position but no altitude.
GSA_3D_FIX = (source)
The sentence reports a 3D fix: position with altitude.
GSA_NO_FIX = (source)
The sentence reports no fix at all.