MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Classes | Typedefs | Functions
(0x0F,0x20) Prod Erase Storage [C]
Collaboration diagram for (0x0F,0x20) Prod Erase Storage [C]:

Classes

struct  mip::C::mip_rtk_prod_erase_storage_command
 

Typedefs

typedef struct mip_rtk_prod_erase_storage_command mip::C::mip_rtk_prod_erase_storage_command
 

Functions

void mip::C::insert_mip_rtk_prod_erase_storage_command (mip_serializer *serializer, const mip_rtk_prod_erase_storage_command *self)
 
void mip::C::extract_mip_rtk_prod_erase_storage_command (mip_serializer *serializer, mip_rtk_prod_erase_storage_command *self)
 
mip_cmd_result mip::C::mip_rtk_prod_erase_storage (struct mip_interface *device, mip_media_selector media)
 

Detailed Description

This command will erase the selected media to a raw and unitialized state. ALL DATA WILL BE LOST. This command is only available in calibration mode.

Typedef Documentation

◆ mip_rtk_prod_erase_storage_command

Function Documentation

◆ extract_mip_rtk_prod_erase_storage_command()

void mip::C::extract_mip_rtk_prod_erase_storage_command ( mip_serializer serializer,
mip_rtk_prod_erase_storage_command self 
)

◆ insert_mip_rtk_prod_erase_storage_command()

void mip::C::insert_mip_rtk_prod_erase_storage_command ( mip_serializer serializer,
const mip_rtk_prod_erase_storage_command self 
)

◆ mip_rtk_prod_erase_storage()

mip_cmd_result mip::C::mip_rtk_prod_erase_storage ( struct mip_interface device,
mip_media_selector  media 
)