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


Public Member Functions | |
| WaveDataProviderTrigger (const std::string &saleaeDirectoryPath, const QList< WaveData * > &wdList, const QList< int > &toValue, WaveData *filter=nullptr) | |
| virtual | ~WaveDataProviderTrigger () |
| 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 the points in time at which a set of nets shows the configured transition.
Definition at line 158 of file wave_data_provider.h.
| hal::WaveDataProviderTrigger::WaveDataProviderTrigger | ( | const std::string & | saleaeDirectoryPath, |
| const QList< WaveData * > & | wdList, | ||
| const QList< int > & | toValue, | ||
| WaveData * | filter = nullptr |
||
| ) |
Definition at line 308 of file wave_data_provider.cpp.
References QList::at(), hal::WaveData::id(), hal::WaveData::name(), hal::SaleaeParser::register_callback(), QList::size(), and QString::toStdString().
|
virtual |
Definition at line 340 of file wave_data_provider.cpp.
|
overridevirtual |
Implements hal::WaveDataProvider.
Definition at line 361 of file wave_data_provider.cpp.
|
overridevirtual |
Implements hal::WaveDataProvider.
Definition at line 346 of file wave_data_provider.cpp.