HH:MM in POCSAG RX

This commit is contained in:
furrtek 2016-08-23 14:35:14 +02:00
parent 0a549c8192
commit 1b9465716f
8 changed files with 27 additions and 10 deletions

View file

@ -35,6 +35,7 @@ std::string to_string_dec_int(const int32_t n, const int32_t l = 0, const char f
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_time(const rtc::RTC& value);
std::string to_string_timestamp(const rtc::RTC& value);
#endif/*__STRING_FORMAT_H__*/