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

#include <commands_base.hpp>

Classes

struct  Response
 

Public Attributes

FunctionSelector function = static_cast<FunctionSelector>(0)
 
uint8_t port = 0
 Port ID number, starting with 1. When function is SAVE, LOAD, or DEFAULT, this can be 0 to apply to all ports. See the device user manual for details. More...
 
uint32_t baud = 0
 Port baud rate. Must be a supported rate. More...
 

Static Public Attributes

static const uint8_t DESCRIPTOR_SET = ::mip::commands_base::DESCRIPTOR_SET
 
static const uint8_t FIELD_DESCRIPTOR = ::mip::commands_base::CMD_COMM_SPEED
 
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
 
static const uint32_t ALL_PORTS = 0
 

Member Data Documentation

◆ ALL_PORTS

const uint32_t mip::commands_base::CommSpeed::ALL_PORTS = 0
static

◆ baud

uint32_t mip::commands_base::CommSpeed::baud = 0

Port baud rate. Must be a supported rate.

◆ DESCRIPTOR_SET

const uint8_t mip::commands_base::CommSpeed::DESCRIPTOR_SET = ::mip::commands_base::DESCRIPTOR_SET
static

◆ FIELD_DESCRIPTOR

const uint8_t mip::commands_base::CommSpeed::FIELD_DESCRIPTOR = ::mip::commands_base::CMD_COMM_SPEED
static

◆ function

FunctionSelector mip::commands_base::CommSpeed::function = static_cast<FunctionSelector>(0)

◆ HAS_LOAD_FUNCTION

const bool mip::commands_base::CommSpeed::HAS_LOAD_FUNCTION = true
static

◆ HAS_READ_FUNCTION

const bool mip::commands_base::CommSpeed::HAS_READ_FUNCTION = true
static

◆ HAS_RESET_FUNCTION

const bool mip::commands_base::CommSpeed::HAS_RESET_FUNCTION = true
static

◆ HAS_SAVE_FUNCTION

const bool mip::commands_base::CommSpeed::HAS_SAVE_FUNCTION = true
static

◆ HAS_WRITE_FUNCTION

const bool mip::commands_base::CommSpeed::HAS_WRITE_FUNCTION = true
static

◆ port

uint8_t mip::commands_base::CommSpeed::port = 0

Port ID number, starting with 1. When function is SAVE, LOAD, or DEFAULT, this can be 0 to apply to all ports. See the device user manual for details.


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