mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-12 19:27:11 +01:00
Merge branch 'master' of https://github.com/AlexandreRouma/SDRPlusPlus
This commit is contained in:
commit
0a6fbdb393
@ -2,6 +2,7 @@
|
|||||||
#include <utils/net.h>
|
#include <utils/net.h>
|
||||||
#include <dsp/stream.h>
|
#include <dsp/stream.h>
|
||||||
#include <dsp/types.h>
|
#include <dsp/types.h>
|
||||||
|
#include <thread>
|
||||||
|
|
||||||
namespace rtltcp {
|
namespace rtltcp {
|
||||||
#pragma pack(push, 1)
|
#pragma pack(push, 1)
|
||||||
@ -41,4 +42,4 @@ namespace rtltcp {
|
|||||||
};
|
};
|
||||||
|
|
||||||
std::shared_ptr<Client> connect(dsp::stream<dsp::complex_t>* stream, std::string host, int port = 1234);
|
std::shared_ptr<Client> connect(dsp::stream<dsp::complex_t>* stream, std::string host, int port = 1234);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user