|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include <hal_core/netlist/event_system/event_handler.h>

Public Types | |
| enum class | event { created , removed , name_changed , location_changed , boolean_function_changed } |
Holds the enumeration of all events that a gate can emit.
Definition at line 71 of file event_handler.h.
|
strong |
| Enumerator | |
|---|---|
| created | no associated_data |
| removed | no associated_data |
| name_changed | no associated_data |
| location_changed | no associated_data |
| boolean_function_changed | no associated_data |
Definition at line 74 of file event_handler.h.