Fixposition SDK 0.0.0-heads/main-0-g7b59b93
Collection of c++ libraries and apps for use with Fixposition products
|
Common types. More...
Enumerations | |
enum class | GnssFixType : int8_t { FIX_UNKNOWN = 0 , FIX_NOFIX = 1 , FIX_DRONLY = 2 , FIX_TIME = 3 , FIX_2D = 4 , FIX_3D = 5 , FIX_3D_DR = 6 , FIX_RTK_FLOAT = 7 , FIX_RTK_FIXED = 8 , FIX_RTK_FLOAT_DR = 9 , FIX_RTK_FIXED_DR = 10 } |
GNSS fix types. More... | |
Functions | |
template<typename T , typename = typename std::enable_if<std::is_enum<T>::value, T>::type> | |
constexpr std::underlying_type< T >::type | EnumToVal (T enum_val) |
Convert enum class constant to the underlying integral type value. | |
const char * | GnssFixTypeStr (const GnssFixType fix_type) |
Stringify GNSS fix type. | |
Common types.
|
strong |
GNSS fix types.
|
constexpr |
const char * fpsdk::common::types::GnssFixTypeStr | ( | const GnssFixType | fix_type | ) |
Stringify GNSS fix type.
[in] | fix_type | The fix type |