partiallaly complete merging of radar data

This commit is contained in:
AdenKoperczak 2025-04-06 16:09:48 -04:00
parent ac6d6093ec
commit 8b7a3e9781
No known key found for this signature in database
GPG key ID: 9843017036F62EE7
4 changed files with 157 additions and 2 deletions

View file

@ -32,6 +32,8 @@ public:
Ar2vFile(Ar2vFile&&) noexcept;
Ar2vFile& operator=(Ar2vFile&&) noexcept;
Ar2vFile(std::shared_ptr<Ar2vFile> current, std::shared_ptr<Ar2vFile> last);
std::uint32_t julian_date() const;
std::uint32_t milliseconds() const;
std::string icao() const;