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

#include <data_system.hpp>

Public Attributes

bool time_sync = 0
 True if sync with the PPS signal is currently valid. False if PPS feature is disabled or a PPS signal is not detected. More...
 
uint8_t last_pps_rcvd = 0
 Elapsed time in seconds since last PPS was received, with a maximum value of 255. More...
 

Static Public Attributes

static const uint8_t DESCRIPTOR_SET = ::mip::data_system::DESCRIPTOR_SET
 
static const uint8_t FIELD_DESCRIPTOR = ::mip::data_system::DATA_TIME_SYNC_STATUS
 
static const bool HAS_FUNCTION_SELECTOR = false
 

Member Data Documentation

◆ DESCRIPTOR_SET

const uint8_t mip::data_system::TimeSyncStatus::DESCRIPTOR_SET = ::mip::data_system::DESCRIPTOR_SET
static

◆ FIELD_DESCRIPTOR

const uint8_t mip::data_system::TimeSyncStatus::FIELD_DESCRIPTOR = ::mip::data_system::DATA_TIME_SYNC_STATUS
static

◆ HAS_FUNCTION_SELECTOR

const bool mip::data_system::TimeSyncStatus::HAS_FUNCTION_SELECTOR = false
static

◆ last_pps_rcvd

uint8_t mip::data_system::TimeSyncStatus::last_pps_rcvd = 0

Elapsed time in seconds since last PPS was received, with a maximum value of 255.

◆ time_sync

bool mip::data_system::TimeSyncStatus::time_sync = 0

True if sync with the PPS signal is currently valid. False if PPS feature is disabled or a PPS signal is not detected.


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