Added message to dummy data for testing
This commit is contained in:
parent
66835ce6ec
commit
14df03379a
@ -1629,8 +1629,10 @@ void MainWindow::initializeDummyData(){
|
|||||||
// qDebug() << Varicode::unpackAlphaNumeric50(Varicode::packAlphaNumeric50("@GROUP/42"));
|
// qDebug() << Varicode::unpackAlphaNumeric50(Varicode::packAlphaNumeric50("@GROUP/42"));
|
||||||
// qDebug() << Varicode::unpackAlphaNumeric50(Varicode::packAlphaNumeric50("SP1ATOM"));
|
// qDebug() << Varicode::unpackAlphaNumeric50(Varicode::packAlphaNumeric50("SP1ATOM"));
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
QList<QString> calls = {
|
QList<QString> calls = {
|
||||||
"@GROUP/42",
|
"@GROUP42",
|
||||||
"KN4CRD",
|
"KN4CRD",
|
||||||
"VE7/KN4CRD",
|
"VE7/KN4CRD",
|
||||||
"KN4CRD/P",
|
"KN4CRD/P",
|
||||||
@ -1673,6 +1675,15 @@ void MainWindow::initializeDummyData(){
|
|||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CommandDetail cmd = {};
|
||||||
|
cmd.cmd = ">";
|
||||||
|
cmd.to = m_config.my_callsign();
|
||||||
|
cmd.from = "N0JDS";
|
||||||
|
cmd.relayPath = "N0JDS>OH8STN";
|
||||||
|
cmd.text = "HELLO BRAVE SOUL";
|
||||||
|
cmd.utcTimestamp = dt;
|
||||||
|
addCommandToMyInbox(cmd);
|
||||||
|
|
||||||
displayTextForFreq("KN4CRD: @ALLCALL? \u2301 ", 42, DriftingDateTime::currentDateTimeUtc().addSecs(-315), true, true, true);
|
displayTextForFreq("KN4CRD: @ALLCALL? \u2301 ", 42, DriftingDateTime::currentDateTimeUtc().addSecs(-315), true, true, true);
|
||||||
displayTextForFreq("J1Y: KN4CRD SNR -05 \u2301 ", 42, DriftingDateTime::currentDateTimeUtc().addSecs(-300), false, true, true);
|
displayTextForFreq("J1Y: KN4CRD SNR -05 \u2301 ", 42, DriftingDateTime::currentDateTimeUtc().addSecs(-300), false, true, true);
|
||||||
displayTextForFreq("HELLO BRAVE NEW WORLD \u2301 ", 42, DriftingDateTime::currentDateTimeUtc().addSecs(-300), false, true, true);
|
displayTextForFreq("HELLO BRAVE NEW WORLD \u2301 ", 42, DriftingDateTime::currentDateTimeUtc().addSecs(-300), false, true, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user