libamxp
1.4.0
Patterns C Implementation
|
Structure containing the signal information. More...
#include <amxp_signal.h>
Data Fields | |
amxc_htable_it_t | hit |
amxc_llist_t | slots |
const char * | name |
amxp_signal_mngr_t * | mngr |
bool | triggered |
Structure containing the signal information.
Definition at line 119 of file amxp_signal.h.
amxc_htable_it_t _amxp_signal::hit |
Hash table iterator
Definition at line 120 of file amxp_signal.h.
amxp_signal_mngr_t* _amxp_signal::mngr |
Pointer to the signal manager containin the signal
Definition at line 123 of file amxp_signal.h.
const char* _amxp_signal::name |
Unique name of the signal
Definition at line 122 of file amxp_signal.h.
amxc_llist_t _amxp_signal::slots |
Linked list containig callback functions
Definition at line 121 of file amxp_signal.h.
bool _amxp_signal::triggered |
Is set to true while being triggered
Definition at line 124 of file amxp_signal.h.