|
APM:Libraries
|
#include <AP_HAL/AP_HAL.h>#include <px4_defines.h>#include <px4_posix.h>#include <stdio.h>#include "systemlib/param/param.h"#include "uORB/uORB.h"#include "uORB/topics/parameter_update.h"Go to the source code of this file.
Functions | |
| ORB_DEFINE (parameter_update, struct parameter_update_s) | |
| param_t | param_find (const char *name) |
| int | param_get (param_t param, void *val) |
| int | param_set (param_t param, const void *val) |
| int | param_set_no_notification (param_t param, const void *val) |
| ORB_DEFINE | ( | parameter_update | , |
| struct parameter_update_s | |||
| ) |
parameter update topic
| param_t param_find | ( | const char * | name | ) |
| int param_get | ( | param_t | param, |
| void * | val | ||
| ) |
Definition at line 32 of file px4_param.cpp.
| int param_set | ( | param_t | param, |
| const void * | val | ||
| ) |
Definition at line 37 of file px4_param.cpp.
Referenced by loop().
| int param_set_no_notification | ( | param_t | param, |
| const void * | val | ||
| ) |
Definition at line 43 of file px4_param.cpp.
1.8.13