Move entry update code into AISRecentEntry.

This commit is contained in:
Jared Boone
2016-01-13 22:27:30 -08:00
parent 8efeb049ca
commit 8a30003ab6
2 changed files with 41 additions and 36 deletions

View File

@@ -61,6 +61,8 @@ struct AISRecentEntry {
navigational_status { -1 }
{
}
void update(const ais::Packet& packet);
};
class AISRecentEntries {