MIP_SDK  latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
Public Member Functions | Public Attributes | List of all members
mip::commands_3dm::EventAction::MessageParams Struct Reference

#include <commands_3dm.hpp>

Public Member Functions

void insert (Serializer &serializer) const
 Serialization. More...
 
void extract (Serializer &serializer)
 

Public Attributes

uint8_t desc_set = 0
 Parameters. More...
 
uint16_t decimation = 0
 Decimation from the base rate. If 0, a packet is emitted each time the trigger activates. Otherwise, packets will be streamed while the trigger is active. The internal decimation counter is reset if the trigger deactivates. More...
 
uint8_t num_fields = 0
 Number of mip fields in the packet. Limited to 12. More...
 
uint8_t descriptors [20] = {0}
 List of field descriptors. More...
 

Member Function Documentation

◆ extract()

void mip::commands_3dm::EventAction::MessageParams::extract ( Serializer serializer)

◆ insert()

void mip::commands_3dm::EventAction::MessageParams::insert ( Serializer serializer) const

Serialization.

Member Data Documentation

◆ decimation

uint16_t mip::commands_3dm::EventAction::MessageParams::decimation = 0

Decimation from the base rate. If 0, a packet is emitted each time the trigger activates. Otherwise, packets will be streamed while the trigger is active. The internal decimation counter is reset if the trigger deactivates.

◆ desc_set

uint8_t mip::commands_3dm::EventAction::MessageParams::desc_set = 0

Parameters.

MIP data descriptor set.

◆ descriptors

uint8_t mip::commands_3dm::EventAction::MessageParams::descriptors[20] = {0}

List of field descriptors.

◆ num_fields

uint8_t mip::commands_3dm::EventAction::MessageParams::num_fields = 0

Number of mip fields in the packet. Limited to 12.


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