mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-06 08:45:01 -04:00
RecentEntries: Extract more algorithms.
This commit is contained in:
parent
c8f7863c83
commit
bd785d8bf4
4 changed files with 36 additions and 36 deletions
|
@ -336,7 +336,7 @@ void AISAppView::on_packet(const ais::Packet& packet) {
|
|||
logger->on_packet(packet);
|
||||
}
|
||||
|
||||
auto& entry = recent.on_packet(packet.source_id());
|
||||
auto& entry = ::on_packet(recent, packet.source_id());
|
||||
entry.update(packet);
|
||||
recent_entries_view.set_dirty();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue