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
Public Member Functions | List of all members
AuxTaskRT Class Reference

Public Member Functions

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

The documentation for this class was generated from the following file: