libamxo
4.3.4
Object Definition Language (ODL) parsing
|
#include <stdlib.h>
#include <stdio.h>
#include <amxc/amxc.h>
#include <amxp/amxp_signal.h>
#include <amxp/amxp_slot.h>
#include <amxd/amxd_dm.h>
#include <amxd/amxd_object.h>
#include <amxd/amxd_action.h>
#include <amxd/amxd_transaction.h>
#include <amxo/amxo.h>
#include <amxc/amxc_macros.h>
Go to the source code of this file.
Functions | |
int | _test_entry_point (int reason, amxd_dm_t *dm, amxo_parser_t *parser) |
int | _test_failing_entry_point (UNUSED int reason, UNUSED amxd_dm_t *dm, UNUSED amxo_parser_t *parser) |
amxd_status_t | _test_func (amxd_object_t *object, amxd_function_t *func, amxc_var_t *args, amxc_var_t *ret) |
amxd_status_t | _TestObject_TestFunc1 (amxd_object_t *object, amxd_function_t *func, amxc_var_t *args, amxc_var_t *ret) |
amxd_status_t | _TestObject_TestFunc2 (amxd_object_t *object, amxd_function_t *func, amxc_var_t *args, amxc_var_t *ret) |
amxd_status_t | _TestObject_TestFunc4 (amxd_object_t *object, amxd_function_t *func, amxc_var_t *args, amxc_var_t *ret) |
amxd_status_t | __TestObject_TestFunc1 (amxd_object_t *object, amxd_function_t *func, amxc_var_t *args, amxc_var_t *ret) |
amxd_status_t | TestObject_TestFunc2 (amxd_object_t *object, amxd_function_t *func, amxc_var_t *args, amxc_var_t *ret) |
amxd_status_t | __TestFunc3 (amxd_object_t *object, amxd_function_t *func, amxc_var_t *args, amxc_var_t *ret) |
amxd_status_t | TestFunc4 (amxd_object_t *object, amxd_function_t *func, amxc_var_t *args, amxc_var_t *ret) |
amxd_status_t | _test_dummy_action (amxd_object_t *const object, amxd_param_t *const param, amxd_action_t reason, const amxc_var_t *const args, amxc_var_t *const retval, void *priv) |
int | _test_entry_point (UNUSED int reason, UNUSED amxd_dm_t *dm, UNUSED amxo_parser_t *parser) |
Variables | |
static amxo_parser_t * | local_parser = NULL |
amxd_status_t __TestFunc3 | ( | amxd_object_t * | object, |
amxd_function_t * | func, | ||
amxc_var_t * | args, | ||
amxc_var_t * | ret | ||
) |
Definition at line 175 of file test_plugin.c.
amxd_status_t __TestObject_TestFunc1 | ( | amxd_object_t * | object, |
amxd_function_t * | func, | ||
amxc_var_t * | args, | ||
amxc_var_t * | ret | ||
) |
Definition at line 161 of file test_plugin.c.
amxd_status_t _test_dummy_action | ( | amxd_object_t *const | object, |
amxd_param_t *const | param, | ||
amxd_action_t | reason, | ||
const amxc_var_t *const | args, | ||
amxc_var_t *const | retval, | ||
void * | priv | ||
) |
int _test_entry_point | ( | int | reason, |
amxd_dm_t * | dm, | ||
amxo_parser_t * | parser | ||
) |
int _test_entry_point | ( | UNUSED int | reason, |
UNUSED amxd_dm_t * | dm, | ||
UNUSED amxo_parser_t * | parser | ||
) |
Definition at line 190 of file test_plugin.c.
int _test_failing_entry_point | ( | UNUSED int | reason, |
UNUSED amxd_dm_t * | dm, | ||
UNUSED amxo_parser_t * | parser | ||
) |
Definition at line 205 of file test_plugin.c.
amxd_status_t _test_func | ( | amxd_object_t * | object, |
amxd_function_t * | func, | ||
amxc_var_t * | args, | ||
amxc_var_t * | ret | ||
) |
Definition at line 120 of file test_plugin.c.
amxd_status_t _TestObject_TestFunc1 | ( | amxd_object_t * | object, |
amxd_function_t * | func, | ||
amxc_var_t * | args, | ||
amxc_var_t * | ret | ||
) |
Definition at line 137 of file test_plugin.c.
amxd_status_t _TestObject_TestFunc2 | ( | amxd_object_t * | object, |
amxd_function_t * | func, | ||
amxc_var_t * | args, | ||
amxc_var_t * | ret | ||
) |
Definition at line 144 of file test_plugin.c.
amxd_status_t _TestObject_TestFunc4 | ( | amxd_object_t * | object, |
amxd_function_t * | func, | ||
amxc_var_t * | args, | ||
amxc_var_t * | ret | ||
) |
Definition at line 151 of file test_plugin.c.
amxd_status_t TestFunc4 | ( | amxd_object_t * | object, |
amxd_function_t * | func, | ||
amxc_var_t * | args, | ||
amxc_var_t * | ret | ||
) |
Definition at line 182 of file test_plugin.c.
amxd_status_t TestObject_TestFunc2 | ( | amxd_object_t * | object, |
amxd_function_t * | func, | ||
amxc_var_t * | args, | ||
amxc_var_t * | ret | ||
) |
Definition at line 168 of file test_plugin.c.
|
static |
Definition at line 69 of file test_plugin.c.