MIP_SDK  v3.0.0
MicroStrain Communications Library for embedded systems
Classes | Functions
(0x0E,0x10) Rtk Dongle Configuration

Configure the communications with the RTK Dongle connected to the device. More...

Classes

struct  mip::commands_gnss::RtkDongleConfiguration
 

Functions

TypedResult< RtkDongleConfigurationmip::commands_gnss::writeRtkDongleConfiguration (C::mip_interface &device, uint8_t enable, const uint8_t *reserved)
 
TypedResult< RtkDongleConfigurationmip::commands_gnss::readRtkDongleConfiguration (C::mip_interface &device, uint8_t *enableOut, uint8_t *reservedOut)
 
TypedResult< RtkDongleConfigurationmip::commands_gnss::saveRtkDongleConfiguration (C::mip_interface &device)
 
TypedResult< RtkDongleConfigurationmip::commands_gnss::loadRtkDongleConfiguration (C::mip_interface &device)
 
TypedResult< RtkDongleConfigurationmip::commands_gnss::defaultRtkDongleConfiguration (C::mip_interface &device)
 

Detailed Description

Configure the communications with the RTK Dongle connected to the device.

Function Documentation

◆ defaultRtkDongleConfiguration()

TypedResult< RtkDongleConfiguration > mip::commands_gnss::defaultRtkDongleConfiguration ( C::mip_interface device)

◆ loadRtkDongleConfiguration()

TypedResult< RtkDongleConfiguration > mip::commands_gnss::loadRtkDongleConfiguration ( C::mip_interface device)

◆ readRtkDongleConfiguration()

TypedResult< RtkDongleConfiguration > mip::commands_gnss::readRtkDongleConfiguration ( C::mip_interface device,
uint8_t *  enableOut,
uint8_t *  reservedOut 
)

◆ saveRtkDongleConfiguration()

TypedResult< RtkDongleConfiguration > mip::commands_gnss::saveRtkDongleConfiguration ( C::mip_interface device)

◆ writeRtkDongleConfiguration()

TypedResult< RtkDongleConfiguration > mip::commands_gnss::writeRtkDongleConfiguration ( C::mip_interface device,
uint8_t  enable,
const uint8_t *  reserved 
)