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

#include <commands_3dm.hpp>

Public Types

enum class  Action : uint8_t { OVERWRITE = 0 , MERGE = 1 , ADD = 2 }
 

Public Attributes

Action action = static_cast<Action>(0)
 
uint8_t reserved = 0
 Reserved. Set to 0x00. 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_CONFIGURE_FACTORY_STREAMING
 
static const bool HAS_FUNCTION_SELECTOR = false
 

Member Enumeration Documentation

◆ Action

Enumerator
OVERWRITE 

Replaces the message format(s), removing any existing descriptors.

MERGE 

Merges support descriptors into existing format(s). May reorder descriptors.

ADD 

Adds descriptors to the current message format(s) without changing existing descriptors. May result in duplicates.

Member Data Documentation

◆ action

Action mip::commands_3dm::FactoryStreaming::action = static_cast<Action>(0)

◆ DESCRIPTOR_SET

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

◆ FIELD_DESCRIPTOR

const uint8_t mip::commands_3dm::FactoryStreaming::FIELD_DESCRIPTOR = ::mip::commands_3dm::CMD_CONFIGURE_FACTORY_STREAMING
static

◆ HAS_FUNCTION_SELECTOR

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

◆ reserved

uint8_t mip::commands_3dm::FactoryStreaming::reserved = 0

Reserved. Set to 0x00.


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