MIP_SDK
latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
|
Go to the documentation of this file.
70 const char*
name =
nullptr;
71 const char*
docs =
nullptr;
74 const char*
name =
nullptr;
75 const char*
docs =
nullptr;
84 if(entry.value == value)
129 constexpr
ParamAttributes(
bool w,
bool r,
bool s,
bool l,
bool d,
bool e=
false,
bool x=
false) :
FunctionBits(w,r,s,l,d)
157 static constexpr
inline FunctionBits ALL_FUNCTIONS = {
true,
true,
true,
true,
true};
158 static constexpr
inline FunctionBits NO_FUNCTIONS = {
false,
false,
false,
false,
false};
165 constexpr
Count() =
default;
constexpr bool isAssigned() const
Definition: index.hpp:93
Implementation of std::span from C++20.
Definition: span.hpp:40
Definition: mip_structures.hpp:67
uint32_t value
Definition: mip_structures.hpp:69
FunctionSelector
Definition: mip_descriptors.hpp:66
const char * docs
Definition: mip_structures.hpp:71
Representes an ID number ranging from 1..N including N.
Definition: index.hpp:75
Convenience struct holding both descriptor set and field descriptor.
Definition: mip_descriptors.hpp:21
const char * name
Definition: mip_structures.hpp:70