#include <rc_sbus.h>
Definition at line 41 of file rc_sbus.h.
Enumerator |
---|
START_BYTE |
|
END_BYTE |
|
Definition at line 46 of file rc_sbus.h.
Enumerator |
---|
SBUS_SIGNAL_OK |
|
SBUS_SIGNAL_LOST |
|
SBUS_SIGNAL_FAILSAFE |
|
Definition at line 52 of file rc_sbus.h.
void RC_SBUS::decode_buffer |
( |
| ) |
|
|
private |
uint32_t RC_SBUS::get_errors |
( |
| ) |
|
|
inline |
void RC_SBUS::init |
( |
GPIO * |
inv_pin, |
|
|
UART * |
uart |
|
) |
| |
float RC_SBUS::read |
( |
uint8_t |
channel | ) |
|
|
virtual |
void RC_SBUS::read_cb |
( |
uint8_t |
byte | ) |
|
typedef RC_SBUS::__attribute__ |
|
private |
uint8_t RC_SBUS::buffer_[25] |
|
private |
uint8_t RC_SBUS::buffer_pos_ = 0 |
|
private |
uint32_t RC_SBUS::errors_ = 0 |
|
private |
uint32_t RC_SBUS::frame_start_ms_ = 0 |
|
private |
bool RC_SBUS::frame_started_ = false |
|
private |
uint8_t RC_SBUS::prev_byte_ = 0 |
|
private |
uint32_t RC_SBUS::raw_[18] |
|
private |
The documentation for this class was generated from the following files: