|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|


Public Member Functions | |
| WaveDataProviderMap (const QMap< u64, int > &dmap) | |
| virtual SaleaeDataTuple | startValue (u64 t) override |
| virtual SaleaeDataTuple | nextPoint () override |
Public Member Functions inherited from hal::WaveDataProvider | |
| WaveDataProvider () | |
| virtual | ~WaveDataProvider () |
| bool | isGroup () const |
| bool | isBoolean () const |
| bool | isTrigger () const |
| int | bits () const |
| int | valueBase () const |
| void | setWaveType (WaveData::NetType type, int bts=1, int base=16) |
Provides waveform transitions from a map that is already held in memory.
Definition at line 66 of file wave_data_provider.h.
Definition at line 71 of file wave_data_provider.h.
|
overridevirtual |
Implements hal::WaveDataProvider.
Definition at line 45 of file wave_data_provider.cpp.
References QMap::constEnd(), QMap::key(), and QMap::value().
|
overridevirtual |
Implements hal::WaveDataProvider.
Definition at line 15 of file wave_data_provider.cpp.
References QMap::constBegin(), QMap::constEnd(), QMap::key(), QMap::lowerBound(), hal::SaleaeDataTuple::mTime, hal::SaleaeDataTuple::mValue, and QMap::value().