2018-06-23 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in ripcd(8) that caused process of the 'Air Gate' ['AG']
	RML to fail.
This commit is contained in:
Fred Gleason
2018-08-23 20:02:40 +00:00
parent 58fa103f6e
commit 0e6372464f
4 changed files with 34 additions and 16 deletions

View File

@@ -93,6 +93,7 @@ class MainObject : public QObject
QString StripPoint(QString);
void LoadLocalMacros();
void RunLocalMacros(RDMacro *rml);
bool CheckAirGate(RDMacro *rml);
void LoadGpiTable();
void SendGpi(int ch,int matrix);
void SendGpo(int ch,int matrix);