| HDK
    | 
#include <COP_SlapcompProgramManager.h>
| Public Attributes | |
| void(* | myErrorCB )(void *, const char *) = nullptr | 
| Callback function to report errors to the outside world.  More... | |
| void * | myErrorCBData = nullptr | 
| Data to send to the error reporting callback.  More... | |
| void(* | myWarningCB )(void *, const char *) = nullptr | 
| Callback function to report warnings to the outside world.  More... | |
| void * | myWarningCBData = nullptr | 
| Data to send to the warning reporting callback.  More... | |
| void(* | myRunCB )(void *) = nullptr | 
| Callback function for when the slapcomp program is run.  More... | |
| void * | myRunCBData = nullptr | 
| Data to send to the run callback.  More... | |
| void(* | myUpdateCB )(void *) = nullptr | 
| Callback function for when the slapcomp program is updated.  More... | |
| void * | myUpdateCBData = nullptr | 
| Data to send to the update callback.  More... | |
Definition at line 109 of file COP_SlapcompProgramManager.h.
Callback function to report errors to the outside world.
Definition at line 112 of file COP_SlapcompProgramManager.h.
| void* COP_SlapcompManager::Callbacks::myErrorCBData = nullptr | 
Data to send to the error reporting callback.
Definition at line 114 of file COP_SlapcompProgramManager.h.
Callback function for when the slapcomp program is run.
Definition at line 120 of file COP_SlapcompProgramManager.h.
| void* COP_SlapcompManager::Callbacks::myRunCBData = nullptr | 
Data to send to the run callback.
Definition at line 122 of file COP_SlapcompProgramManager.h.
Callback function for when the slapcomp program is updated.
Definition at line 124 of file COP_SlapcompProgramManager.h.
| void* COP_SlapcompManager::Callbacks::myUpdateCBData = nullptr | 
Data to send to the update callback.
Definition at line 126 of file COP_SlapcompProgramManager.h.
Callback function to report warnings to the outside world.
Definition at line 116 of file COP_SlapcompProgramManager.h.
| void* COP_SlapcompManager::Callbacks::myWarningCBData = nullptr | 
Data to send to the warning reporting callback.
Definition at line 118 of file COP_SlapcompProgramManager.h.