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

#include <commands_3dm.hpp>

Classes

struct  Response
 

Public Attributes

FunctionSelector function = static_cast<FunctionSelector>(0)
 
uint8_t pin = 0
 GPIO pin number counting from 1. Cannot be 0. More...
 
bool state = 0
 The pin state. 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_GPIO_STATE
 
static const bool HAS_WRITE_FUNCTION = true
 
static const bool HAS_READ_FUNCTION = true
 
static const bool HAS_SAVE_FUNCTION = false
 
static const bool HAS_LOAD_FUNCTION = false
 
static const bool HAS_RESET_FUNCTION = false
 

Member Data Documentation

◆ DESCRIPTOR_SET

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

◆ FIELD_DESCRIPTOR

const uint8_t mip::commands_3dm::GpioState::FIELD_DESCRIPTOR = ::mip::commands_3dm::CMD_GPIO_STATE
static

◆ function

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

◆ HAS_LOAD_FUNCTION

const bool mip::commands_3dm::GpioState::HAS_LOAD_FUNCTION = false
static

◆ HAS_READ_FUNCTION

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

◆ HAS_RESET_FUNCTION

const bool mip::commands_3dm::GpioState::HAS_RESET_FUNCTION = false
static

◆ HAS_SAVE_FUNCTION

const bool mip::commands_3dm::GpioState::HAS_SAVE_FUNCTION = false
static

◆ HAS_WRITE_FUNCTION

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

◆ pin

uint8_t mip::commands_3dm::GpioState::pin = 0

GPIO pin number counting from 1. Cannot be 0.

◆ state

bool mip::commands_3dm::GpioState::state = 0

The pin state.


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