MIP_SDK  latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
Namespaces | Functions
data_shared.c File Reference
#include "data_shared.h"
#include <mip/mip_serialization.h>
#include <mip/mip_interface.h>
#include <assert.h>

Namespaces

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

Functions

void mip::C::insert_mip_shared_event_source_data (microstrain_serializer *serializer, const mip_shared_event_source_data *self)
 
void mip::C::extract_mip_shared_event_source_data (microstrain_serializer *serializer, mip_shared_event_source_data *self)
 
bool mip::C::extract_mip_shared_event_source_data_from_field (const mip_field_view *field, void *ptr)
 
void mip::C::insert_mip_shared_ticks_data (microstrain_serializer *serializer, const mip_shared_ticks_data *self)
 
void mip::C::extract_mip_shared_ticks_data (microstrain_serializer *serializer, mip_shared_ticks_data *self)
 
bool mip::C::extract_mip_shared_ticks_data_from_field (const mip_field_view *field, void *ptr)
 
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)
 
void mip::C::insert_mip_shared_gps_timestamp_data (microstrain_serializer *serializer, const mip_shared_gps_timestamp_data *self)
 
void mip::C::extract_mip_shared_gps_timestamp_data (microstrain_serializer *serializer, mip_shared_gps_timestamp_data *self)
 
bool mip::C::extract_mip_shared_gps_timestamp_data_from_field (const mip_field_view *field, void *ptr)
 
void mip::C::insert_mip_shared_delta_time_data (microstrain_serializer *serializer, const mip_shared_delta_time_data *self)
 
void mip::C::extract_mip_shared_delta_time_data (microstrain_serializer *serializer, mip_shared_delta_time_data *self)
 
bool mip::C::extract_mip_shared_delta_time_data_from_field (const mip_field_view *field, void *ptr)
 
void mip::C::insert_mip_shared_reference_timestamp_data (microstrain_serializer *serializer, const mip_shared_reference_timestamp_data *self)
 
void mip::C::extract_mip_shared_reference_timestamp_data (microstrain_serializer *serializer, mip_shared_reference_timestamp_data *self)
 
bool mip::C::extract_mip_shared_reference_timestamp_data_from_field (const mip_field_view *field, void *ptr)
 
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)
 
void mip::C::insert_mip_shared_external_timestamp_data (microstrain_serializer *serializer, const mip_shared_external_timestamp_data *self)
 
void mip::C::extract_mip_shared_external_timestamp_data (microstrain_serializer *serializer, mip_shared_external_timestamp_data *self)
 
bool mip::C::extract_mip_shared_external_timestamp_data_from_field (const mip_field_view *field, void *ptr)
 
void mip::C::insert_mip_shared_external_time_delta_data (microstrain_serializer *serializer, const mip_shared_external_time_delta_data *self)
 
void mip::C::extract_mip_shared_external_time_delta_data (microstrain_serializer *serializer, mip_shared_external_time_delta_data *self)
 
bool mip::C::extract_mip_shared_external_time_delta_data_from_field (const mip_field_view *field, void *ptr)