PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <camera_capture.h>
Public Attributes | |
uint64_t | timestamp |
uint64_t | timestamp_utc |
double | lat |
double | lon |
uint32_t | seq |
float | alt |
float | ground_distance |
float | q [4] |
int8_t | result |
uint8_t | _padding0 [3] |
Definition at line 51 of file camera_capture.h.
uint8_t camera_capture_s::_padding0[3] |
Definition at line 62 of file camera_capture.h.
float camera_capture_s::alt |
Definition at line 58 of file camera_capture.h.
Referenced by MavlinkStreamCameraImageCaptured::send(), and CameraFeedback::task_main().
float camera_capture_s::ground_distance |
Definition at line 59 of file camera_capture.h.
Referenced by MavlinkStreamCameraImageCaptured::send(), and CameraFeedback::task_main().
double camera_capture_s::lat |
Definition at line 55 of file camera_capture.h.
Referenced by MavlinkStreamCameraImageCaptured::send(), and CameraFeedback::task_main().
double camera_capture_s::lon |
Definition at line 56 of file camera_capture.h.
Referenced by MavlinkStreamCameraImageCaptured::send(), and CameraFeedback::task_main().
float camera_capture_s::q[4] |
Definition at line 60 of file camera_capture.h.
Referenced by MavlinkStreamCameraImageCaptured::send(), and CameraFeedback::task_main().
int8_t camera_capture_s::result |
Definition at line 61 of file camera_capture.h.
Referenced by MavlinkStreamCameraImageCaptured::send(), and CameraFeedback::task_main().
uint32_t camera_capture_s::seq |
Definition at line 57 of file camera_capture.h.
Referenced by MavlinkStreamCameraImageCaptured::send(), and CameraFeedback::task_main().
uint64_t camera_capture_s::timestamp |
Definition at line 53 of file camera_capture.h.
Referenced by MavlinkStreamCameraImageCaptured::send(), and CameraFeedback::task_main().
uint64_t camera_capture_s::timestamp_utc |
Definition at line 54 of file camera_capture.h.
Referenced by MavlinkStreamCameraImageCaptured::send(), and CameraFeedback::task_main().