1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-08-24 14:56:34 -04:00
Commit Graph

11 Commits

Author SHA1 Message Date
Jon Beniston
05fce637bc Add support for message pipes from features to channels 2021-10-12 11:18:29 +01:00
Jon Beniston
0ab857c358 Add PipeEndPoint class, that both ChannelAPI and Feature can inherit
from, to allow either to be used as pipe sources.
Add MsgMapItem, MsgPacket and MsgTargetAzimuthElevation messages that
can be passed between channels and features via pipes.
2021-01-13 17:07:38 +00:00
Jon Beniston
4217c6bbf9 Remove use of uninitialised variable 2021-01-08 13:43:57 +00:00
Jon Beniston
4a3072343d Check consumer exists before sending a message 2021-01-08 13:43:08 +00:00
f4exb
321cffc9c7 Demod Analyzer implementation with AM modulator and demodulator 2020-12-20 18:31:59 +01:00
f4exb
af3f016f0b Implemented data pipes with generic element pipes 2020-12-20 18:31:59 +01:00
f4exb
ee0e5fc777 AFC: implemented message pipes for sending back channel settings. Implemented in all relevant channel plugins. Removed obsolete methods 2020-12-13 13:04:36 +01:00
f4exb
dbe3892d52 Message pipes: fixed MSVC compilation 2020-12-12 20:04:15 +01:00
f4exb
38a06c4f69 Added MessagePipes garbage collector. Updated versions and changelogs 2020-12-12 16:31:38 +01:00
f4exb
6c02a78d62 VOR single channel: first working release of VOR localizer feature plugin 2020-12-07 19:32:43 +01:00
f4exb
38787f2a19 VOR single channel: added REST API and channel report message 2020-11-29 09:26:32 +01:00