libamxd
6.4.1
Data Model Manager
|
#include <amxd/amxd_types.h>
Go to the source code of this file.
Macros | |
#define | SET_BIT(x) (1 << x) |
#define | IS_BIT_SET(b, f) ((b & (1 << f)) != 0) |
Functions | |
const char * | amxd_status_string (const amxd_status_t status) |
bool | amxd_name_is_valid (const char *name) |
amxd_status_t | amxd_action_describe_action (amxd_action_t reason, amxc_var_t *const retval, const char *description, void *priv) |
#define IS_BIT_SET | ( | b, | |
f | |||
) | ((b & (1 << f)) != 0) |
Definition at line 66 of file amxd_common.h.
#define SET_BIT | ( | x | ) | (1 << x) |
Definition at line 65 of file amxd_common.h.
amxd_status_t amxd_action_describe_action | ( | amxd_action_t | reason, |
amxc_var_t *const | retval, | ||
const char * | description, | ||
void * | priv | ||
) |
Definition at line 142 of file amxd_common.c.
bool amxd_name_is_valid | ( | const char * | name | ) |
Definition at line 115 of file amxd_common.c.
const char* amxd_status_string | ( | const amxd_status_t | status | ) |
Definition at line 134 of file amxd_common.c.