MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Classes | Functions
(0x0C,0x10) Factory Streaming [CPP]
Collaboration diagram for (0x0C,0x10) Factory Streaming [CPP]:

Classes

struct  mip::commands_3dm::FactoryStreaming
 

Functions

void mip::commands_3dm::insert (Serializer &serializer, const FactoryStreaming &self)
 
void mip::commands_3dm::extract (Serializer &serializer, FactoryStreaming &self)
 
CmdResult mip::commands_3dm::factoryStreaming (C::mip_interface &device, FactoryStreaming::Action action, uint8_t reserved)
 

Detailed Description

Configures the device for recording data for technical support.

This command will configure all available data streams to predefined formats designed to be used with technical support.

Function Documentation

◆ extract()

void mip::commands_3dm::extract ( Serializer serializer,
FactoryStreaming self 
)

◆ factoryStreaming()

CmdResult mip::commands_3dm::factoryStreaming ( C::mip_interface device,
FactoryStreaming::Action  action,
uint8_t  reserved 
)

◆ insert()

void mip::commands_3dm::insert ( Serializer serializer,
const FactoryStreaming self 
)