#include <worker.hpp>
|
| WorkerRespond (LV2_Handle instance, LV2_Worker_Respond_Function wrfunc, LV2_Worker_Respond_Handle handle) |
|
WorkerStatus | operator() (uint32_t size, const void *data) const |
|
Worker reponse. This wraps an LV2_Worker_Respond_Function and exeucutes via operator ()
- Examples:
- workhorse.cpp.
WorkerStatus operator() |
( |
uint32_t |
size, |
|
|
const void * |
data |
|
) |
| const |
|
inline |
Execute the worker retrieval functor.
- Parameters
-
- Returns
- WORKER_SUCCESS on success
The documentation for this struct was generated from the following file: