Add AIS last position timestamp to details view.

This commit is contained in:
Jared Boone 2016-01-15 18:15:34 -08:00
parent 6ead63d02d
commit 93aea59847
3 changed files with 11 additions and 0 deletions

View file

@ -35,6 +35,7 @@ std::string to_string_dec_uint(const uint32_t n, const int32_t l = 0, const char
std::string to_string_dec_int(const int32_t n, const int32_t l = 0, const char fill = 0);
std::string to_string_hex(const uint32_t n, const int32_t l = 0);
std::string to_string_datetime(const rtc::RTC& value);
std::string to_string_timestamp(const rtc::RTC& value);
#endif/*__STRING_FORMAT_H__*/