|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
78 #define MAX_SUPPORTED_RC_CHANNEL_COUNT 18
80 #define NON_AUX_CHANNEL_COUNT 4
81 #define MAX_AUX_CHANNEL_COUNT (MAX_SUPPORTED_RC_CHANNEL_COUNT - NON_AUX_CHANNEL_COUNT)
rcProcessFrameFnPtr rcProcessFrameFn
void setRssi(uint16_t rssiValue, rssiSource_e source)
bool(* rcProcessFrameFnPtr)(const struct rxRuntimeConfig_s *rxRuntimeConfig)
void setRssiDirect(uint16_t newRssi, rssiSource_e source)
@ SERIALRX_XBUS_MODE_B_RJ01
uint16_t(* rcReadRawDataFnPtr)(const struct rxRuntimeConfig_s *rxRuntimeConfig, uint8_t chan)
rcFrameStatusFnPtr rcFrameStatusFn
@ RSSI_SOURCE_RX_PROTOCOL
SerialRXType serialrxProvider
struct rxRuntimeConfig_s rxRuntimeConfig_t
uint8_t(* rcFrameStatusFnPtr)(struct rxRuntimeConfig_s *rxRuntimeConfig)
rcReadRawDataFnPtr rcReadRawFn
@ RSSI_SOURCE_FRAME_ERRORS
void rxInit(void)
!TODO remove this extern, only needed once for channelCount
@ RSSI_SOURCE_RX_PROTOCOL_CRSF
rxRuntimeConfig_t rxRuntimeConfig
@ RX_PROVIDER_PARALLEL_PWM
@ RX_FRAME_PROCESSING_REQUIRED