|
libamxd
6.4.1
Data Model Manager
|
#include <stdlib.h>#include <amxc/amxc.h>#include <amxp/amxp_signal.h>#include <amxp/amxp_slot.h>#include <amxd/amxd_types.h>#include <amxd/amxd_dm.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 | |
| amxd_status_t PRIVATE | amxd_param_counter_destroy (UNUSED amxd_object_t *const object, amxd_param_t *param, amxd_action_t reason, UNUSED const amxc_var_t *const args, amxc_var_t *const retval, UNUSED void *priv) |
| amxd_status_t | amxd_action_param_destroy (UNUSED amxd_object_t *object, amxd_param_t *param, amxd_action_t reason, UNUSED const amxc_var_t *const args, UNUSED amxc_var_t *const retval, UNUSED void *priv) |
| amxd_status_t | amxd_param_delete (amxd_param_t **param) |
| amxd_status_t amxd_action_param_destroy | ( | UNUSED amxd_object_t * | object, |
| amxd_param_t * | param, | ||
| amxd_action_t | reason, | ||
| UNUSED const amxc_var_t *const | args, | ||
| UNUSED amxc_var_t *const | retval, | ||
| UNUSED void * | priv | ||
| ) |
Definition at line 92 of file amxd_action_param_destroy.c.
| amxd_status_t PRIVATE amxd_param_counter_destroy | ( | UNUSED amxd_object_t *const | object, |
| amxd_param_t * | param, | ||
| amxd_action_t | reason, | ||
| UNUSED const amxc_var_t *const | args, | ||
| amxc_var_t *const | retval, | ||
| UNUSED void * | priv | ||
| ) |
Definition at line 70 of file amxd_action_param_destroy.c.
| amxd_status_t amxd_param_delete | ( | amxd_param_t ** | param | ) |
Definition at line 109 of file amxd_action_param_destroy.c.