MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Classes | Public Attributes | Static Public Attributes | List of all members
mip::commands_3dm::SensorRange Struct Reference

#include <commands_3dm.hpp>

Classes

struct  Response
 

Public Attributes

FunctionSelector function = static_cast<FunctionSelector>(0)
 
SensorRangeType sensor = static_cast<SensorRangeType>(0)
 Which type of sensor will get the new range value. More...
 
uint8_t setting = 0
 Use the 3DM Get Calibrated Sensor Ranges (0x0C,0x53) command to determine this value. More...
 

Static Public Attributes

static const uint8_t DESCRIPTOR_SET = ::mip::commands_3dm::DESCRIPTOR_SET
 
static const uint8_t FIELD_DESCRIPTOR = ::mip::commands_3dm::CMD_SENSOR_RANGE
 
static const bool HAS_WRITE_FUNCTION = true
 
static const bool HAS_READ_FUNCTION = true
 
static const bool HAS_SAVE_FUNCTION = true
 
static const bool HAS_LOAD_FUNCTION = true
 
static const bool HAS_RESET_FUNCTION = true
 

Member Data Documentation

◆ DESCRIPTOR_SET

const uint8_t mip::commands_3dm::SensorRange::DESCRIPTOR_SET = ::mip::commands_3dm::DESCRIPTOR_SET
static

◆ FIELD_DESCRIPTOR

const uint8_t mip::commands_3dm::SensorRange::FIELD_DESCRIPTOR = ::mip::commands_3dm::CMD_SENSOR_RANGE
static

◆ function

FunctionSelector mip::commands_3dm::SensorRange::function = static_cast<FunctionSelector>(0)

◆ HAS_LOAD_FUNCTION

const bool mip::commands_3dm::SensorRange::HAS_LOAD_FUNCTION = true
static

◆ HAS_READ_FUNCTION

const bool mip::commands_3dm::SensorRange::HAS_READ_FUNCTION = true
static

◆ HAS_RESET_FUNCTION

const bool mip::commands_3dm::SensorRange::HAS_RESET_FUNCTION = true
static

◆ HAS_SAVE_FUNCTION

const bool mip::commands_3dm::SensorRange::HAS_SAVE_FUNCTION = true
static

◆ HAS_WRITE_FUNCTION

const bool mip::commands_3dm::SensorRange::HAS_WRITE_FUNCTION = true
static

◆ sensor

SensorRangeType mip::commands_3dm::SensorRange::sensor = static_cast<SensorRangeType>(0)

Which type of sensor will get the new range value.

◆ setting

uint8_t mip::commands_3dm::SensorRange::setting = 0

Use the 3DM Get Calibrated Sensor Ranges (0x0C,0x53) command to determine this value.


The documentation for this struct was generated from the following file: