SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
sdrbase
dsp
nullsink.h
Go to the documentation of this file.
1
#ifndef INCLUDE_NULLSINK_H
2
#define INCLUDE_NULLSINK_H
3
4
#include <
dsp/basebandsamplesink.h
>
5
#include "
export.h
"
6
7
class
Message
;
8
9
class
SDRBASE_API
NullSink
:
public
BasebandSampleSink
{
10
public
:
11
12
NullSink
();
13
virtual
~
NullSink
();
14
15
virtual
bool
init(
const
Message
& cmd);
16
virtual
void
feed
(
const
SampleVector::const_iterator& begin,
const
SampleVector::const_iterator& end,
bool
positiveOnly);
17
virtual
void
start
();
18
virtual
void
stop
();
19
virtual
bool
handleMessage
(
const
Message
& message);
20
};
21
22
#endif // INCLUDE_NULLSINK_H
Message
Definition:
message.h:25
export.h
BasebandSampleSink::feed
virtual void feed(const SampleVector::const_iterator &begin, const SampleVector::const_iterator &end, bool positiveOnly)=0
BasebandSampleSink::start
virtual void start()=0
BasebandSampleSink::handleMessage
virtual bool handleMessage(const Message &cmd)=0
Processing of a message. Returns true if message has actually been processed.
basebandsamplesink.h
BasebandSampleSink
Definition:
basebandsamplesink.h:30
NullSink
Definition:
nullsink.h:9
SDRBASE_API
#define SDRBASE_API
Definition:
export.h:40
BasebandSampleSink::stop
virtual void stop()=0
Generated on Fri Aug 2 2019 17:56:33 for SDRAngel by
1.8.13