- use Processor::Buffer for collecting symbol error

- Constellation diagram uses Processor::Buffer 

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@1076 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-24 11:29:51 +00:00
parent 0795d0c75b
commit 4f19435059
5 changed files with 26 additions and 48 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ public:
//==============================================================================
//[UserMethods] -- You can add your own custom methods in this section.
void pointAdd(sym_err_t *pPoint, uint32_t numPoints);
void pointAdd(Processor::Buffer<sym_err_t> &points);
void trackerPointEnable(uint32_t id, juce::Colour color, cpx_t pos, float size);
void trackerPointDisable(uint32_t id);
//[/UserMethods]