MIP_SDK  v3.0.0
MicroStrain Communications Library for embedded systems
Classes | Typedefs | Functions
(0xFF,0xD2) Delta Ticks

Ticks since the last output of this field. More...

Classes

struct  mip::C::mip_shared_delta_ticks_data
 

Typedefs

typedef struct mip_shared_delta_ticks_data mip::C::mip_shared_delta_ticks_data
 

Functions

void mip::C::insert_mip_shared_delta_ticks_data (microstrain_serializer *serializer, const mip_shared_delta_ticks_data *self)
 
void mip::C::extract_mip_shared_delta_ticks_data (microstrain_serializer *serializer, mip_shared_delta_ticks_data *self)
 
bool mip::C::extract_mip_shared_delta_ticks_data_from_field (const mip_field_view *field, void *ptr)
 

Detailed Description

Ticks since the last output of this field.

This field can be used to track the amount of time passed between event occurrences. One tick is equivalent to one base period (reciprocal of the base rate).

Typedef Documentation

◆ mip_shared_delta_ticks_data

Function Documentation

◆ extract_mip_shared_delta_ticks_data()

void mip::C::extract_mip_shared_delta_ticks_data ( microstrain_serializer serializer,
mip_shared_delta_ticks_data self 
)

◆ extract_mip_shared_delta_ticks_data_from_field()

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

◆ insert_mip_shared_delta_ticks_data()

void mip::C::insert_mip_shared_delta_ticks_data ( microstrain_serializer serializer,
const mip_shared_delta_ticks_data self 
)