MIP_SDK
v3.0.0
MicroStrain Communications Library for embedded systems
|
#include "mip_structures.hpp"
#include "mip_meta_utils.hpp"
#include <mip/mip_serialization.hpp>
#include <mip/mip_descriptors.hpp>
Go to the source code of this file.
Classes | |
struct | mip::metadata::MetadataFor< FieldType > |
struct | mip::metadata::MetadataFor< FunctionSelector > |
Namespaces | |
mip | |
A collection of C++ classes and functions covering the full mip api. | |
mip::metadata | |
Functions | |
void * | mip::metadata::accessFunctionSelector (void *p) |
template<size_t I, class FieldType > | |
auto & | mip::metadata::get (typename EnableForFieldTypes< FieldType >::type &field) |
Gets a reference to parameter 'I' in the struct for the given field. More... | |