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

#include <commands_3dm.hpp>

Collaboration diagram for mip::commands_3dm::NmeaPollData:
Collaboration graph
[legend]

Public Attributes

bool suppress_ack = 0
 Suppress the usual ACK/NACK reply. More...
 
uint8_t count = 0
 Number of format entries (limited by payload size) More...
 
NmeaMessageformat_entries = {nullptr}
 List of format entries. 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_NMEA_MESSAGE
 
static const bool HAS_FUNCTION_SELECTOR = false
 

Member Data Documentation

◆ count

uint8_t mip::commands_3dm::NmeaPollData::count = 0

Number of format entries (limited by payload size)

◆ DESCRIPTOR_SET

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

◆ FIELD_DESCRIPTOR

const uint8_t mip::commands_3dm::NmeaPollData::FIELD_DESCRIPTOR = ::mip::commands_3dm::CMD_POLL_NMEA_MESSAGE
static

◆ format_entries

NmeaMessage* mip::commands_3dm::NmeaPollData::format_entries = {nullptr}

List of format entries.

◆ HAS_FUNCTION_SELECTOR

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

◆ suppress_ack

bool mip::commands_3dm::NmeaPollData::suppress_ack = 0

Suppress the usual ACK/NACK reply.


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