mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-12 07:06:11 -05:00
iq data operator
This commit is contained in:
parent
43b30367d9
commit
fc9ff9c877
@ -71,6 +71,13 @@ public:
|
||||
|
||||
}
|
||||
|
||||
DemodulatorThreadIQData & operator=(const DemodulatorThreadIQData &other) {
|
||||
frequency = other.frequency;
|
||||
sampleRate = other.sampleRate;
|
||||
data.assign(other.data.begin(), other.data.end());
|
||||
return *this;
|
||||
}
|
||||
|
||||
~DemodulatorThreadIQData() {
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user