mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-15 02:05:30 +00:00
Return updated AIS RecentEntry.
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
using ContainerType = std::list<AISRecentEntry>;
|
||||
using RangeType = std::pair<ContainerType::const_iterator, ContainerType::const_iterator>;
|
||||
|
||||
void on_packet(const ais::Packet& packet);
|
||||
const AISRecentEntry& on_packet(const ais::Packet& packet);
|
||||
|
||||
ContainerType::const_reference front() const {
|
||||
return entries.front();
|
||||
|
||||
Reference in New Issue
Block a user