#include <data_sensor.hpp>
◆ Type
◆ _enumType
| Enumerator | 
|---|
| NONE |  | 
| PPS_VALID | True when the PPS signal is present.  | 
| TIME_REFRESH | Toggles each time the time is updated via internal GPS or the GPS Time Update command (0x01, 0x72).  | 
| TIME_INITIALIZED | True if the time has ever been set.  | 
| TOW_VALID | True if the time of week is valid.  | 
| WEEK_NUMBER_VALID | True if the week number is valid.  | 
| ALL |  | 
 
 
◆ ValidFlags() [1/2]
  
  | 
        
          | constexpr mip::data_sensor::GpsTimestamp::ValidFlags::ValidFlags | ( |  | ) |  |  | inlineconstexpr | 
 
 
◆ ValidFlags() [2/2]
  
  | 
        
          | constexpr mip::data_sensor::GpsTimestamp::ValidFlags::ValidFlags | ( | int | val | ) |  |  | inlineconstexpr | 
 
 
◆ operator uint16_t()
  
  | 
        
          | constexpr mip::data_sensor::GpsTimestamp::ValidFlags::operator uint16_t | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ operator=() [1/2]
  
  | 
        
          | constexpr ValidFlags& mip::data_sensor::GpsTimestamp::ValidFlags::operator= | ( | uint16_t | val | ) |  |  | inlineconstexpr | 
 
 
◆ operator=() [2/2]
  
  | 
        
          | constexpr ValidFlags& mip::data_sensor::GpsTimestamp::ValidFlags::operator= | ( | int | val | ) |  |  | inlineconstexpr | 
 
 
◆ operator|=()
  
  | 
        
          | constexpr ValidFlags& mip::data_sensor::GpsTimestamp::ValidFlags::operator|= | ( | uint16_t | val | ) |  |  | inlineconstexpr | 
 
 
◆ operator&=()
  
  | 
        
          | constexpr ValidFlags& mip::data_sensor::GpsTimestamp::ValidFlags::operator&= | ( | uint16_t | val | ) |  |  | inlineconstexpr | 
 
 
◆ ppsValid() [1/2]
  
  | 
        
          | constexpr bool mip::data_sensor::GpsTimestamp::ValidFlags::ppsValid | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ ppsValid() [2/2]
  
  | 
        
          | constexpr void mip::data_sensor::GpsTimestamp::ValidFlags::ppsValid | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ timeRefresh() [1/2]
  
  | 
        
          | constexpr bool mip::data_sensor::GpsTimestamp::ValidFlags::timeRefresh | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ timeRefresh() [2/2]
  
  | 
        
          | constexpr void mip::data_sensor::GpsTimestamp::ValidFlags::timeRefresh | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ timeInitialized() [1/2]
  
  | 
        
          | constexpr bool mip::data_sensor::GpsTimestamp::ValidFlags::timeInitialized | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ timeInitialized() [2/2]
  
  | 
        
          | constexpr void mip::data_sensor::GpsTimestamp::ValidFlags::timeInitialized | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ towValid() [1/2]
  
  | 
        
          | constexpr bool mip::data_sensor::GpsTimestamp::ValidFlags::towValid | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ towValid() [2/2]
  
  | 
        
          | constexpr void mip::data_sensor::GpsTimestamp::ValidFlags::towValid | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ weekNumberValid() [1/2]
  
  | 
        
          | constexpr bool mip::data_sensor::GpsTimestamp::ValidFlags::weekNumberValid | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ weekNumberValid() [2/2]
  
  | 
        
          | constexpr void mip::data_sensor::GpsTimestamp::ValidFlags::weekNumberValid | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ allSet()
  
  | 
        
          | constexpr bool mip::data_sensor::GpsTimestamp::ValidFlags::allSet | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ setAll()
  
  | 
        
          | constexpr void mip::data_sensor::GpsTimestamp::ValidFlags::setAll | ( |  | ) |  |  | inlineconstexpr | 
 
 
◆ value
      
        
          | uint16_t mip::data_sensor::GpsTimestamp::ValidFlags::value = NONE | 
      
 
 
The documentation for this struct was generated from the following file: