RDS radiotext and time group generators

This commit is contained in:
furrtek 2016-12-08 21:08:53 +01:00
parent 28ea2179f4
commit 843c465c73
4 changed files with 111 additions and 40 deletions

View file

@ -27,6 +27,9 @@
#include "ui_receiver.hpp"
#include "ui_textentry.hpp"
#include "message.hpp"
#include "rds.hpp"
using namespace rds;
namespace ui {
@ -44,6 +47,7 @@ private:
char PSN[9];
char RadioText[25];
bool txing = false;
RDS_flags rds_flags;
uint16_t message_length;