Bela
Real-time, ultra-low-latency audio and sensor processing system for BeagleBone Black
Loading...
Searching...
No Matches
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=95 -5)
void create (std::string _name, std::function< void(std::string str)> callback, int _priority=95 -5)
void create (std::string _name, std::function< void(void *buf, int size)> callback, int _priority=95 -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: