MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Classes | Public Attributes | Static Public Attributes | List of all members
mip::data_gnss::GpsTime Struct Reference

#include <data_gnss.hpp>

Collaboration diagram for mip::data_gnss::GpsTime:
Collaboration graph
[legend]

Classes

struct  ValidFlags
 

Public Attributes

double tow = 0
 GPS Time of week [seconds]. More...
 
uint16_t week_number = 0
 GPS Week since 1980 [weeks]. More...
 
ValidFlags valid_flags
 

Static Public Attributes

static const uint8_t DESCRIPTOR_SET = ::mip::data_gnss::DESCRIPTOR_SET
 
static const uint8_t FIELD_DESCRIPTOR = ::mip::data_gnss::DATA_GPS_TIME
 
static const bool HAS_FUNCTION_SELECTOR = false
 

Member Data Documentation

◆ DESCRIPTOR_SET

const uint8_t mip::data_gnss::GpsTime::DESCRIPTOR_SET = ::mip::data_gnss::DESCRIPTOR_SET
static

◆ FIELD_DESCRIPTOR

const uint8_t mip::data_gnss::GpsTime::FIELD_DESCRIPTOR = ::mip::data_gnss::DATA_GPS_TIME
static

◆ HAS_FUNCTION_SELECTOR

const bool mip::data_gnss::GpsTime::HAS_FUNCTION_SELECTOR = false
static

◆ tow

double mip::data_gnss::GpsTime::tow = 0

GPS Time of week [seconds].

◆ valid_flags

ValidFlags mip::data_gnss::GpsTime::valid_flags

◆ week_number

uint16_t mip::data_gnss::GpsTime::week_number = 0

GPS Week since 1980 [weeks].


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