HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
hal::NetEvent Class Reference

#include <hal_core/netlist/event_system/event_handler.h>

Collaboration diagram for hal::NetEvent:
Collaboration graph

Public Types

enum class  event {
  created , removed , name_changed , src_added ,
  src_removed , dst_added , dst_removed
}
 

Detailed Description

Holds the enumeration of all events that a net can emit.

Definition at line 90 of file event_handler.h.

Member Enumeration Documentation

◆ event

enum hal::NetEvent::event
strong
Enumerator
created 

no associated_data

removed 

no associated_data

name_changed 

no associated_data

src_added 

associated_data = id of src gate

src_removed 

associated_data = id of src gate

dst_added 

associated_data = id of dst gate

dst_removed 

associated_data = id of dst gate

Definition at line 93 of file event_handler.h.


The documentation for this class was generated from the following file: