From f8a6003b68cd19d0e2b26d82ed15379d4753712e Mon Sep 17 00:00:00 2001 From: zhongjin Date: Wed, 30 Nov 2022 22:54:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Network/fgcom.hxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Network/fgcom.hxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Network/fgcom.hxx b/src/Network/fgcom.hxx index e510271..58bd36d 100644 --- a/src/Network/fgcom.hxx +++ b/src/Network/fgcom.hxx @@ -99,10 +99,13 @@ private: double getCurrentFrequencyKhz() const; double getCurrentCommVolume() const; bool isInRange(const double& freq) const; - + bool lib_hangup(); + void updateCall(); void connectToCommFrequency(); void testMode(bool testMode); + + }; #endif // of FG_FGCOM_HXX