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

#include <data_system.hpp>

Public Attributes

uint8_t gpio_id = 0
 GPIO pin number starting with 1. More...
 
float value = 0
 Value of the GPIO line in scaled volts. More...
 

Static Public Attributes

static const uint8_t DESCRIPTOR_SET = ::mip::data_system::DESCRIPTOR_SET
 
static const uint8_t FIELD_DESCRIPTOR = ::mip::data_system::DATA_GPIO_ANALOG_VALUE
 
static const bool HAS_FUNCTION_SELECTOR = false
 

Member Data Documentation

◆ DESCRIPTOR_SET

const uint8_t mip::data_system::GpioAnalogValue::DESCRIPTOR_SET = ::mip::data_system::DESCRIPTOR_SET
static

◆ FIELD_DESCRIPTOR

const uint8_t mip::data_system::GpioAnalogValue::FIELD_DESCRIPTOR = ::mip::data_system::DATA_GPIO_ANALOG_VALUE
static

◆ gpio_id

uint8_t mip::data_system::GpioAnalogValue::gpio_id = 0

GPIO pin number starting with 1.

◆ HAS_FUNCTION_SELECTOR

const bool mip::data_system::GpioAnalogValue::HAS_FUNCTION_SELECTOR = false
static

◆ value

float mip::data_system::GpioAnalogValue::value = 0

Value of the GPIO line in scaled volts.


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