dRonin
adbada4
dRonin firmware
|
Include file of the UAVTalk library. More...
Go to the source code of this file.
Data Structures | |
struct | UAVTalkStats |
Tracking statistics for a UAVTalk connection. More... | |
Typedefs | |
typedef int32_t(* | UAVTalkOutputCb )(void *ctx, uint8_t *data, int32_t length) |
typedef void(* | UAVTalkAckCb )(void *ctx, uint32_t obj_id, uint16_t inst_id) |
typedef void(* | UAVTalkReqCb )(void *ctx, uint32_t obj_id, uint16_t inst_id) |
typedef int32_t(* | UAVTalkFileCb )(void *ctx, uint8_t *buf, uint32_t file_id, uint32_t offset, uint32_t len) |
typedef void * | UAVTalkConnection |
Include file of the UAVTalk library.
Definition in file uavtalk.h.