git-svn-id: svn://db.shs.com.ru/pip@482 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -46,6 +46,7 @@ public:
|
||||
EVENT_HANDLER1(void, eh1, float, f) {piCout << "eh1" << f;}
|
||||
};
|
||||
*/
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
if (argc < 2) return 0;
|
||||
@@ -63,6 +64,7 @@ int main(int argc, char *argv[]) {
|
||||
PIByteArray rb(4);
|
||||
int rd = shm.read(rb.data(), rb.size_s());
|
||||
piCout << "readed" << rd << PIString(rb);
|
||||
|
||||
// PIFFTWf fft;
|
||||
// fft.preparePlan(50, PIFFTWf::foReal);
|
||||
// PIVector<complexf> out = fft.calcFFT(in);
|
||||
|
||||
Reference in New Issue
Block a user