NinjaFlight
|
#include <rc.h>
Data Fields | |
struct rc_command | rc_command |
uint32_t | boxes |
struct rx * | rx |
struct rc_event_listener * | evl |
uint8_t | key_mask [RC_NUM_KEYS/8+1] |
holds the key bits. This mask grows as we add more keys. More... | |
uint8_t | key_enabled_mask [RC_NUM_KEYS/8+1] |
uint32_t | range_mask |
const struct config * | config |
uint32_t rc::boxes |
const struct config* rc::config |
struct rc_event_listener* rc::evl |
uint8_t rc::key_enabled_mask[RC_NUM_KEYS/8+1] |
uint8_t rc::key_mask[RC_NUM_KEYS/8+1] |
holds the key bits. This mask grows as we add more keys.
uint32_t rc::range_mask |
struct rc_command rc::rc_command |
struct rx* rc::rx |