MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Namespaces | Functions
mip_device.cpp File Reference
#include "mip_device.hpp"
Include dependency graph for mip_device.cpp:

Namespaces

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

Functions

bool mip::C::mip_interface_user_recv_from_device (mip_interface *device, uint8_t *buffer, size_t max_length, size_t *out_length, timestamp_type *timestamp_out)
 Receives new data from the device. Called repeatedly by mip_interface_update() while waiting for command responses. More...
 
bool mip::C::mip_interface_user_send_to_device (mip_interface *device, const uint8_t *data, size_t length)