MIP_SDK
latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
|
Go to the documentation of this file.
14 template<
class FieldType>
41 static constexpr
inline ParameterInfo FUNCTION_SELECTOR_PARAM = {
43 "Standard MIP function selector",
46 {
true,
true,
true,
true,
true},
66 template<
size_t I,
class FieldType>
71 return *
static_cast<T*
>(paramInfo.accessor(&field));
std::enable_if< isField< T >::value, T > EnableForFieldTypes
Definition: mip_descriptors.hpp:56
Definition: mip_structures.hpp:67
FunctionSelector
Definition: mip_descriptors.hpp:66