|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include </home/runner/work/hal/hal/plugins/simulator/waveform_viewer/include/waveform_viewer/wave_item.h>

Public Types | |
| enum | IndexType { Invalid , Wire , Trig , Bool , Group } |
Public Member Functions | |
| WaveItemIndex (u32 inx=0, IndexType tp=Invalid, u32 pid=0) | |
| bool | isValid () const |
| bool | isGroup () const |
| bool | isWire () const |
| u32 | intType () const |
| u32 | index () const |
| u32 | parentId () const |
| bool | operator== (const WaveItemIndex &other) const |
The key under which a rendered waveform is cached, i.e., its kind together with its ID.
Definition at line 45 of file wave_item.h.
| Enumerator | |
|---|---|
| Invalid | |
| Wire | |
| Trig | |
| Bool | |
| Group | |
Definition at line 48 of file wave_item.h.
Definition at line 54 of file wave_item.h.
|
inline |
Definition at line 60 of file wave_item.h.
Referenced by hal::qHash().
|
inline |
Definition at line 59 of file wave_item.h.
Referenced by hal::qHash().
|
inline |
Definition at line 57 of file wave_item.h.
References Group.
|
inline |
|
inline |
Definition at line 58 of file wave_item.h.
References Wire.
| bool hal::WaveItemIndex::operator== | ( | const WaveItemIndex & | other | ) | const |
Definition at line 284 of file wave_item.cpp.
|
inline |
Definition at line 61 of file wave_item.h.
Referenced by hal::qHash().