- 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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user