47 #include <mathlib/mathlib.h> 51 #include <px4_platform_common/px4_config.h> 52 #include <px4_platform_common/defines.h> 53 #include <px4_platform_common/tasks.h> 54 #include <px4_platform_common/posix.h> int start()
Start the task.
void stop()
Stop the task.
API for the uORB lightweight object broker.
bool _task_should_exit
if true, task should exit
High-resolution timer with callouts and timekeeping.
Global flash based parameter store.
orb_advert_t _capture_pub
param_t _p_camera_capture_feedback
CameraFeedback()
Constructor.
int32_t _camera_capture_feedback
Simple error/warning functions, heavily inspired by the BSD functions of the same names...
~CameraFeedback()
Destructor, also kills task.
__BEGIN_DECLS typedef void * orb_advert_t
ORB topic advertiser handle.
int _main_task
handle for task
static int task_main_trampoline(int argc, char *argv[])
Shim for calling task_main from task_create.
uint32_t param_t
Parameter handle.