MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Classes | Typedefs | Functions
(0xFF,0xD5) Reference Timestamp [C]
Collaboration diagram for (0xFF,0xD5) Reference Timestamp [C]:

Classes

struct  mip::C::mip_shared_reference_timestamp_data
 

Typedefs

typedef struct mip_shared_reference_timestamp_data mip::C::mip_shared_reference_timestamp_data
 

Functions

void mip::C::insert_mip_shared_reference_timestamp_data (mip_serializer *serializer, const mip_shared_reference_timestamp_data *self)
 
void mip::C::extract_mip_shared_reference_timestamp_data (mip_serializer *serializer, mip_shared_reference_timestamp_data *self)
 
bool mip::C::extract_mip_shared_reference_timestamp_data_from_field (const struct mip_field *field, void *ptr)
 

Detailed Description

Internal reference timestamp.

This timestamp represents the time at which the corresponding data was sampled, according to the internal reference clock.

This is a monotonic clock which never jumps. The value is always valid.

For events, this is the time of the event trigger.

Typedef Documentation

◆ mip_shared_reference_timestamp_data

Function Documentation

◆ extract_mip_shared_reference_timestamp_data()

void mip::C::extract_mip_shared_reference_timestamp_data ( mip_serializer serializer,
mip_shared_reference_timestamp_data self 
)

◆ extract_mip_shared_reference_timestamp_data_from_field()

bool mip::C::extract_mip_shared_reference_timestamp_data_from_field ( const struct mip_field field,
void *  ptr 
)

◆ insert_mip_shared_reference_timestamp_data()

void mip::C::insert_mip_shared_reference_timestamp_data ( mip_serializer serializer,
const mip_shared_reference_timestamp_data self 
)