From f97de5d4b6b6d77dfbe7e50432a8b3057e9361f8 Mon Sep 17 00:00:00 2001 From: KuntzeM Date: Tue, 17 Mar 2020 16:37:42 +0100 Subject: change FIG 0/0 alarm flag if an alarm cluster available in mux --- src/fig/FIG0_0.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fig') diff --git a/src/fig/FIG0_0.cpp b/src/fig/FIG0_0.cpp index 9a99984..a793b98 100644 --- a/src/fig/FIG0_0.cpp +++ b/src/fig/FIG0_0.cpp @@ -67,7 +67,7 @@ FillStatus FIG0_0::fill(uint8_t *buf, size_t max_size) fig0_0->EId = htons(m_rti->ensemble->id); fig0_0->Change = 0; - fig0_0->Al = 0; + fig0_0->Al = m_rti->ensemble->alarm_flag; fig0_0->CIFcnt_hight = (m_rti->currentFrame / 250) % 20; fig0_0->CIFcnt_low = (m_rti->currentFrame % 250); -- cgit v1.2.3