MIP_SDK  latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
Classes | Typedefs | Functions
(0x0F,0x20) Prod Erase Storage

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

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 (microstrain_serializer *serializer, const mip_rtk_prod_erase_storage_command *self)
 
void mip::C::extract_mip_rtk_prod_erase_storage_command (microstrain_serializer *serializer, mip_rtk_prod_erase_storage_command *self)
 
mip_cmd_result mip::C::mip_rtk_prod_erase_storage (mip_interface *device, mip_media_selector media)
 

Detailed Description

This command will erase the selected media to a raw and uninitialized 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 ( microstrain_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 ( microstrain_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 ( mip_interface device,
mip_media_selector  media 
)