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
AuxTaskRT Member List

This is the complete list of members for AuxTaskRT, including all inherited members.

AuxTaskRT() (defined in AuxTaskRT)AuxTaskRTinline
AuxTaskRT(std::string _name, std::function< void()> callback) (defined in AuxTaskRT)AuxTaskRTinline
AuxTaskRT(std::string _name, std::function< void(std::string str)> callback) (defined in AuxTaskRT)AuxTaskRTinline
AuxTaskRT(std::string _name, std::function< void(void *buf, int size)> callback) (defined in AuxTaskRT)AuxTaskRTinline
create(std::string _name, std::function< void()> callback, int _priority=BELA_AUDIO_PRIORITY-5) (defined in AuxTaskRT)AuxTaskRT
create(std::string _name, std::function< void(std::string str)> callback, int _priority=BELA_AUDIO_PRIORITY-5) (defined in AuxTaskRT)AuxTaskRT
create(std::string _name, std::function< void(void *buf, int size)> callback, int _priority=BELA_AUDIO_PRIORITY-5) (defined in AuxTaskRT)AuxTaskRT
schedule(void *buf, size_t size) (defined in AuxTaskRT)AuxTaskRT
schedule(const char *str) (defined in AuxTaskRT)AuxTaskRT
schedule() (defined in AuxTaskRT)AuxTaskRT
~AuxTaskRT() (defined in AuxTaskRT)AuxTaskRTinline