2024-02-08 Fred Gleason <fredg@paravelsystems.com>

* Implemented the 'Load Message" ['LM'] RML.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2024-02-08 15:36:18 -05:00
parent 38ef094ba3
commit bfa31221f5
14 changed files with 248 additions and 78 deletions

View File

@@ -80,6 +80,7 @@ void RDMacro::setCommand(const QString &str)
case RDMacro::LB:
case RDMacro::LC:
case RDMacro::LL:
case RDMacro::LM:
case RDMacro::LO:
case RDMacro::MB:
case RDMacro::MD:
@@ -320,6 +321,7 @@ RDMacro RDMacro::fromString(const QString &str,RDMacro::Role role)
case RDMacro::LB:
case RDMacro::LC:
case RDMacro::LL:
case RDMacro::LM:
case RDMacro::LO:
case RDMacro::MB:
case RDMacro::MD: