Bela
Real-time, ultra-low-latency audio and sensor processing system for BeagleBone Black
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
PruBinary.h
1 namespace NonIrqPruCode
2 {
3  const unsigned int* getBinary();
4  unsigned int getBinarySize();
5 }
6 
7 namespace IrqPruCode
8 {
9  const unsigned int* getBinary();
10  unsigned int getBinarySize();
11 }
12