MIP_SDK
v3.0.0
MicroStrain Communications Library for embedded systems
|
Welcome to the official MIP Software Development Kit. This software package provides everything you need to communicate with any MIP-compatible MicroStrain inertial sensor.
All C++ functions and classes reside within the mip namespace. The C functions can be accessed via the mip::C namespace. Within this documentation, links to C++ entities are shown in green.
C does not support the equivalent of C++ namespaces, so all definitions are global. Most names start with mip_
to avoid conflicts. In these documentation pages, objects are referred to by their fully- qualified C++ names for clarity. Within this documentation, links to C entities are shown in red.