|
| AuxTaskNonRT (std::string _name, std::function< void()> callback) |
|
| AuxTaskNonRT (std::string _name, std::function< void(std::string str)> callback) |
|
| AuxTaskNonRT (std::string _name, std::function< void(void *buf, int size)> callback) |
|
void | create (std::string _name, std::function< void()> callback) |
|
void | create (std::string _name, std::function< void(std::string str)> callback) |
|
void | create (std::string _name, std::function< void(void *buf, int size)> callback) |
|
int | schedule (const void *ptr, size_t size) |
|
int | schedule (const char *str) |
|
int | schedule () |
|
The documentation for this class was generated from the following file: