MIP_SDK  latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
Classes | Typedefs | Functions
(0xFF,0xD6) Reference Time Delta

Delta time since the last packet. More...

Classes

struct  mip::C::mip_shared_reference_time_delta_data
 

Typedefs

typedef struct mip_shared_reference_time_delta_data mip::C::mip_shared_reference_time_delta_data
 

Functions

void mip::C::insert_mip_shared_reference_time_delta_data (microstrain_serializer *serializer, const mip_shared_reference_time_delta_data *self)
 
void mip::C::extract_mip_shared_reference_time_delta_data (microstrain_serializer *serializer, mip_shared_reference_time_delta_data *self)
 
bool mip::C::extract_mip_shared_reference_time_delta_data_from_field (const mip_field_view *field, void *ptr)
 

Detailed Description

Delta time since the last packet.

Difference between the time as reported by the shared reference time field, 0xD5, and the previous output of this delta quantity within the same descriptor set and event instance.

The delta is based on the reference time which never jumps. The value is always valid.

This can be used to track the amount of time passed between event occurrences. See the manual page on delta time quantities.

Typedef Documentation

◆ mip_shared_reference_time_delta_data

Function Documentation

◆ extract_mip_shared_reference_time_delta_data()

void mip::C::extract_mip_shared_reference_time_delta_data ( microstrain_serializer serializer,
mip_shared_reference_time_delta_data self 
)

◆ extract_mip_shared_reference_time_delta_data_from_field()

bool mip::C::extract_mip_shared_reference_time_delta_data_from_field ( const mip_field_view field,
void *  ptr 
)

◆ insert_mip_shared_reference_time_delta_data()

void mip::C::insert_mip_shared_reference_time_delta_data ( microstrain_serializer serializer,
const mip_shared_reference_time_delta_data self 
)