libamxo  4.3.4
Object Definition Language (ODL) parsing
issue_64_definition.odl
Go to the documentation of this file.
1 %define {
2  %persistent object TestRoot {
3  %persistent object TestInstances[] {
4  %persistent string Text = "" {
5  on action validate call check_text;
6  userflags %odl-creation-param;
7  }
8  }
9  }
10 }
include test_include odl
Definition: test_valid.odl:66
define
Definition: main.odl:1
static amxd_status_t check_text(amxd_object_t *object, amxd_param_t *param, amxd_action_t reason, const amxc_var_t *const args, amxc_var_t *const retval, void *priv)
Definition: test_issue_64.c:85