MIP_SDK  v3.0.0
MicroStrain Communications Library for embedded systems
Namespaces | Typedefs | Functions
mip_serialization.hpp File Reference
#include <microstrain/common/serialization.hpp>
#include <type_traits>
#include <stddef.h>

Go to the source code of this file.

Namespaces

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

Typedefs

using mip::Serializer = microstrain::BigEndianSerializer
 

Functions

template<class T >
bool mip::extract (T &object, const uint8_t *buffer, size_t bufferLength, size_t offset=0, bool exactSize=false)
 
template<class T >
bool mip::insert (const T &object, uint8_t *buffer, size_t bufferLength, size_t offset=0)