From d1cda0acec9d7c7d09d597a85d3375ccd90e8702 Mon Sep 17 00:00:00 2001 From: Tobias Blomberg Date: Sun, 20 Oct 2019 19:37:01 +0200 Subject: [PATCH] Add code doc for LogicBase::setReceivedTg --- src/svxlink/svxlink/LogicBase.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/svxlink/svxlink/LogicBase.h b/src/svxlink/svxlink/LogicBase.h index a2869822..1ae172f7 100644 --- a/src/svxlink/svxlink/LogicBase.h +++ b/src/svxlink/svxlink/LogicBase.h @@ -295,6 +295,13 @@ class LogicBase : public sigc::trackable } } + /** + * @brief Used by a logic to indicate received talk group + * @param tg The received talk group + * + * This function is used by a logic implementation to set which talk group + * that local traffic is received on. + */ void setReceivedTg(uint32_t tg) { m_received_tg = tg;