MIP_SDK  v3.0.0
MicroStrain Communications Library for embedded systems
Classes | Namespaces | Enumerations | Functions
commands_system.hpp File Reference
#include <mip/definitions/common.hpp>
#include <mip/mip_descriptors.hpp>
#include <mip/mip_result.hpp>
#include <mip/mip_interface.hpp>
#include <stdint.h>
#include <stddef.h>

Go to the source code of this file.

Classes

struct  mip::commands_system::CommMode
 
struct  mip::commands_system::CommMode::Response
 

Namespaces

 mip
 A collection of C++ classes and functions covering the full mip api.
 
 mip::C
 
 mip::commands_system
 

Enumerations

enum  {
  mip::commands_system::DESCRIPTOR_SET = 0x7F, mip::commands_system::CMD_ENUMERATE = 0x01, mip::commands_system::CMD_COM_MODE = 0x10, mip::commands_system::CMD_HARDWARE_CONTROL = 0x11,
  mip::commands_system::CMD_HARDWARE_CONTROL_2 = 0x12, mip::commands_system::REPLY_COM_MODE = 0x90, mip::commands_system::REPLY_HARDWARE_CONTROL = 0x91, mip::commands_system::REPLY_HARDWARE_CONTROL_2 = 0x92
}
 

Functions

TypedResult< CommMode > mip::commands_system::writeCommMode (C::mip_interface &device, uint8_t mode)
 
TypedResult< CommMode > mip::commands_system::readCommMode (C::mip_interface &device, uint8_t *modeOut)
 
TypedResult< CommMode > mip::commands_system::defaultCommMode (C::mip_interface &device)