MIP_SDK
latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
|
#include "mip_field.hpp"
#include <mip/mip_packet.h>
#include <mip/mip_offsets.h>
#include <microstrain/common/serialization.hpp>
#include <assert.h>
#include <cstring>
Go to the source code of this file.
Classes | |
class | mip::PacketView |
C++ class representing a view of a MIP packet. More... | |
class | mip::PacketView::AllocatedField |
class | mip::PacketView::FieldIterator |
class | mip::SizedPacketBuf< BufferSize > |
A mip packet with a self-contained buffer (useful with std::vector). More... | |
Namespaces | |
mip | |
A collection of C++ classes and functions covering the full mip api. | |
Typedefs | |
typedef SizedPacketBuf< mip::PACKET_LENGTH_MAX > | mip::PacketBuf |
Typedef for SizedPacketBuf of max possible size. More... | |