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

#include <commands_3dm.hpp>

Public Attributes

uint8_t desc_set = 0
 Data descriptor set. Must be supported. More...
 
bool suppress_ack = 0
 Suppress the usual ACK/NACK reply. More...
 
uint8_t num_descriptors = 0
 Number of descriptors in the format list. More...
 
uint8_t * descriptors = {nullptr}
 Descriptor format list. 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_POLL_DATA
 
static const bool HAS_FUNCTION_SELECTOR = false
 

Member Data Documentation

◆ desc_set

uint8_t mip::commands_3dm::PollData::desc_set = 0

Data descriptor set. Must be supported.

◆ DESCRIPTOR_SET

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

◆ descriptors

uint8_t* mip::commands_3dm::PollData::descriptors = {nullptr}

Descriptor format list.

◆ FIELD_DESCRIPTOR

const uint8_t mip::commands_3dm::PollData::FIELD_DESCRIPTOR = ::mip::commands_3dm::CMD_POLL_DATA
static

◆ HAS_FUNCTION_SELECTOR

const bool mip::commands_3dm::PollData::HAS_FUNCTION_SELECTOR = false
static

◆ num_descriptors

uint8_t mip::commands_3dm::PollData::num_descriptors = 0

Number of descriptors in the format list.

◆ suppress_ack

bool mip::commands_3dm::PollData::suppress_ack = 0

Suppress the usual ACK/NACK reply.


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