|
libamxd
6.4.1
Data Model Manager
|
#include <amxc/amxc.h>#include <amxp/amxp_signal.h>#include <amxd/amxd_types.h>#include <amxd/amxd_common.h>#include <amxd/amxd_dm.h>#include <amxd/amxd_object.h>#include <amxd/amxd_action.h>#include <amxd/amxd_parameter.h>#include "amxd_priv.h"#include "amxd_assert.h"Go to the source code of this file.
Functions | |
| static void | amxd_param_describe_actions (amxd_object_t *object, amxd_param_t *param, amxc_var_t *actions, amxd_action_t action) |
| void | amxd_param_build_description (amxc_var_t *description, const char *name, uint32_t type_id, uint32_t attrs, amxc_var_t *flags) |
| amxd_status_t | amxd_action_param_describe (amxd_object_t *object, amxd_param_t *param, amxd_action_t reason, const amxc_var_t *const args, amxc_var_t *const retval, UNUSED void *priv) |
| amxd_status_t | amxd_param_describe (amxd_param_t *const param, amxc_var_t *const value) |
| amxd_status_t amxd_action_param_describe | ( | amxd_object_t * | object, |
| amxd_param_t * | param, | ||
| amxd_action_t | reason, | ||
| const amxc_var_t *const | args, | ||
| amxc_var_t *const | retval, | ||
| UNUSED void * | priv | ||
| ) |
Definition at line 141 of file amxd_action_param_describe.c.
| void amxd_param_build_description | ( | amxc_var_t * | description, |
| const char * | name, | ||
| uint32_t | type_id, | ||
| uint32_t | attrs, | ||
| amxc_var_t * | flags | ||
| ) |
Definition at line 109 of file amxd_action_param_describe.c.
| amxd_status_t amxd_param_describe | ( | amxd_param_t *const | param, |
| amxc_var_t *const | value | ||
| ) |
Definition at line 181 of file amxd_action_param_describe.c.
|
static |
Definition at line 68 of file amxd_action_param_describe.c.