MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / fillIDHash

Method fillIDHash

frameplaybackwindow.cpp:418–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418void FramePlaybackWindow::fillIDHash(SequenceItem &item)
419{
420 int id;
421
422 item.idFilters.clear();
423
424 for (int i = 0; i < item.data.count(); i++)
425 {
426 id = item.data[i].ID;
427 if (!item.idFilters.contains(id))
428 {
429 item.idFilters.insert(id, true);
430 }
431 }
432}
433
434void FramePlaybackWindow::useOrigTimingClicked()
435{

Callers

nothing calls this directly

Calls 3

containsMethod · 0.80
insertMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected