MIP_SDK  v3.0.0-192-g8bd7933
MicroStrain Communications Library for embedded systems
Namespaces | Functions
mip_interface.cpp File Reference
#include "mip_interface.hpp"
#include <microstrain/connections/connection.hpp>

Namespaces

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

Functions

void mip::connect_interface (mip::Interface &device, Connection &conn)
 Sets up the mip interface callbacks to point at this object. More...
 
bool mip::recv_from_connection (Connection *conn, Span< uint8_t > buffer, Timeout timeout, bool, size_t *length_out, Timestamp *timestamp_out)
 Adapts microstrain::Connection::recvFromDeviceSpan to a signature compatible with mip interface receive callbacks. More...