mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-29 21:42:26 -04:00
DATV: leandvb dvbs2: update cstln object with MOCOD info
This commit is contained in:
parent
8a36adaeea
commit
f134f6b26b
@ -1054,6 +1054,9 @@ struct s2_frame_receiver : runnable
|
|||||||
// Constellation for data slots.
|
// Constellation for data slots.
|
||||||
dcstln = get_cstln(pls.modcod);
|
dcstln = get_cstln(pls.modcod);
|
||||||
cstln = dcstln; // Used by GUI
|
cstln = dcstln; // Used by GUI
|
||||||
|
cstln->m_rateCode = (int) mcinfo->rate;
|
||||||
|
cstln->m_typeCode = (int) mcinfo->c;
|
||||||
|
cstln->m_setByModcod = true;
|
||||||
// Output special slot with PLS information.
|
// Output special slot with PLS information.
|
||||||
pout->is_pls = true;
|
pout->is_pls = true;
|
||||||
pout->pls = pls;
|
pout->pls = pls;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user