mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 14:52:43 +00:00
Beginning of code for the RSPduo + bugfix for the hackrf
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
namespace ImGui {
|
||||
class SymbolDiagram {
|
||||
public:
|
||||
SymbolDiagram();
|
||||
SymbolDiagram(float _scale = 1.0f);
|
||||
|
||||
void draw(const ImVec2& size_arg = ImVec2(0, 0));
|
||||
|
||||
@@ -19,6 +19,7 @@ namespace ImGui {
|
||||
private:
|
||||
std::mutex bufferMtx;
|
||||
float buffer[1024];
|
||||
float _scale;
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user