MIP_SDK
v3.0.0-208-gdb90bae
MicroStrain Communications Library for embedded systems
|
Go to the documentation of this file.
12 template<
class FieldType>
38 static constexpr
inline ParameterInfo FUNCTION_SELECTOR_PARAM = {
40 "Standard MIP function selector",
43 {
true,
true,
true,
true,
true},
61 template<
size_t I,
class FieldType>
66 return *
static_cast<T*
>(paramInfo.accessor(&field));
std::enable_if< isField< T >::value, T > EnableForFieldTypes
Definition: mip_descriptors.hpp:56
Definition: mip_structures.hpp:65
FunctionSelector
Definition: mip_descriptors.hpp:66