Add the concept of fixed modes.

This commit is contained in:
Jonathan Naylor
2019-01-18 15:57:05 +00:00
parent 76badb28f1
commit b16aaa653c
2 changed files with 51 additions and 12 deletions

View File

@@ -103,6 +103,7 @@ private:
std::string m_lockFileName;
CMobileGPS* m_mobileGPS;
CRemoteControl* m_remoteControl;
bool m_fixedMode;
void readParams();
bool createModem();