|
Sensor Fusion Library 0.6.1
Orientation sensing for Espressif (ESP32, ESP8266) processors
|
The ControlSubsystem encapsulates command and data streaming functions. More...
#include <control.h>
Public Attributes | |
| quaternion_type | DefaultQuaternionPacketType |
| volatile quaternion_type | QuaternionPacketType |
| volatile uint8_t | AngularVelocityPacketOn |
| volatile uint8_t | DebugPacketOn |
| volatile uint8_t | RPCPacketOn |
| volatile uint8_t | AltPacketOn |
| volatile int8_t | AccelCalPacketOn |
| uint8_t * | serial_out_buf |
| uint16_t | bytes_to_send |
| const void * | serial_port |
| const void * | tcp_client |
| writePort_t * | write |
| readCommand_t * | readCommands |
| injectCommand_t * | injectCommand |
| streamData_t * | stream |
The ControlSubsystem encapsulates command and data streaming functions.
The ControlSubsystem encapsulates command and data streaming functions for the library. A C++-like typedef structure which includes executable methods for the subsystem is defined here.
| quaternion_type ControlSubsystem::DefaultQuaternionPacketType |
| volatile quaternion_type ControlSubsystem::QuaternionPacketType |