|
MIP_SDK
v4.0.0-234-g2b06a940
MicroStrain Communications Library for embedded systems
|
#include <mip_structures.hpp>
Public Types | |
| enum | Type : uint8_t { Type::NONE = 0, Type::ENUM = 1 } |
Public Member Functions | |
| constexpr bool | hasCondition () const |
Public Attributes | |
| Type | type = Type::NONE |
| Type of condition. More... | |
| microstrain::Id | paramIdx = {} |
| Index of enum parameter identifying whether this parameter is enabled. More... | |
| uint16_t | value = 0 |
| Value of the enum parameter which activates this parameter. More... | |
|
strong |
|
inlineconstexpr |
| Type mip::metadata::ParameterInfo::Condition::type = Type::NONE |
| microstrain::Id mip::metadata::ParameterInfo::Condition::paramIdx = {} |
| uint16_t mip::metadata::ParameterInfo::Condition::value = 0 |
1.8.17