Added start/stop commands to the rigctl server

This commit is contained in:
AlexandreRouma
2021-11-05 19:42:49 +01:00
parent a938324886
commit 927115b50b
3 changed files with 26 additions and 9 deletions

View File

@ -23,6 +23,7 @@ public:
// TODO: Replace with it's own class
void setVFO(double freq);
void setPlayState(bool _playing);
bool isPlaying();
bool lockWaterfallControls = false;