MIP_SDK  latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
Classes | Namespaces | Enumerations
data_shared.hpp File Reference
#include <mip/definitions/common.hpp>
#include <mip/mip_descriptors.hpp>
#include <mip/mip_result.hpp>
#include <mip/mip_interface.hpp>
#include <stdint.h>
#include <stddef.h>

Go to the source code of this file.

Classes

struct  mip::data_shared::EventSource
 
struct  mip::data_shared::Ticks
 
struct  mip::data_shared::DeltaTicks
 
struct  mip::data_shared::GpsTimestamp
 
struct  mip::data_shared::GpsTimestamp::ValidFlags
 
struct  mip::data_shared::DeltaTime
 
struct  mip::data_shared::ReferenceTimestamp
 
struct  mip::data_shared::ReferenceTimeDelta
 
struct  mip::data_shared::ExternalTimestamp
 
struct  mip::data_shared::ExternalTimestamp::ValidFlags
 
struct  mip::data_shared::ExternalTimeDelta
 
struct  mip::data_shared::ExternalTimeDelta::ValidFlags
 

Namespaces

 mip
 A collection of C++ classes and functions covering the full mip api.
 
 mip::C
 
 mip::data_shared
 

Enumerations

enum  {
  mip::data_shared::DESCRIPTOR_SET = 0xFF, mip::data_shared::DATA_EVENT_SOURCE = 0xD0, mip::data_shared::DATA_TICKS = 0xD1, mip::data_shared::DATA_DELTA_TICKS = 0xD2,
  mip::data_shared::DATA_GPS_TIME = 0xD3, mip::data_shared::DATA_DELTA_TIME = 0xD4, mip::data_shared::DATA_REFERENCE_TIME = 0xD5, mip::data_shared::DATA_REF_TIME_DELTA = 0xD6,
  mip::data_shared::DATA_EXTERNAL_TIME = 0xD7, mip::data_shared::DATA_SYS_TIME_DELTA = 0xD8, mip::data_shared::DATA_DEBUG_TICKS = 0xFF
}