|
API Documentation
|
|
|
static nkScripts::OutputValue getInputUserData(const nkScripts::DataStack &stack)
static void setWorkFunc(const nkScripts::DataStack &stack)
Encompasses the wrapping of nkTasks for scripting.
Definition: Constants.h:7
static void destructor(void *toDestroy)
Defines an environment in which scripts can execute.
Definition: Environment.h:14
static nkScripts::OutputValue getOutputUserData(const nkScripts::DataStack &stack)
static nkScripts::OutputValue getOutputBinaryData(void *data)
static void setOutputBinaryData(const nkScripts::DataStack &stack)
static nkScripts::OutputValue addInputUserData(const nkScripts::DataStack &stack)
A view over data.
Definition: BufferView.h:18
static void setInitScript(const nkScripts::DataStack &stack)
static void updateEnvironment(nkScripts::Environment *env, LogManager *targetLogManager)
Wraps a nkTasks::Task and offers functions for use in scripting.
Definition: SchedulerTaskWrapper.h:24
static nkScripts::OutputValue getInputBinaryData(void *data)
A function parameter, used within the stack of arguments.
Definition: FunctionParameter.h:25
Responsible for logging all messages from the component. By registering a nkLog::Logger inside,...
Definition: LogManager.h:13
static void setInputBinaryData(const nkScripts::DataStack &stack)
static nkScripts::OutputValue addOutputUserData(const nkScripts::DataStack &stack)
static nkScripts::OutputValue getWorkResult(void *data)
static void * constructor(nkScripts::Environment *env, LogManager *targetLogManager, const nkScripts::DataStack &stack)