mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-09 00:13:48 +00:00
Add MMDVM status JSON messages.
This commit is contained in:
parent
54d01ba7c5
commit
b7761a4e8a
3 changed files with 30 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2015-2021 by Jonathan Naylor G4KLX
|
||||
* Copyright (C) 2015-2021,2023 by Jonathan Naylor G4KLX
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -142,6 +142,8 @@ private:
|
|||
|
||||
void createLockFile(const char* mode) const;
|
||||
void removeLockFile() const;
|
||||
|
||||
void writeJSON(const std::string& mode);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue