HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
COP_SlapCompManager::Callbacks Struct Reference

#include <COP_SlapCompProgramManager.h>

Public Attributes

void(* myErrorCB )(void *, const char *) = nullptr
 Callback function to report errors to the outside world. More...
 
voidmyErrorCBData = 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...
 
voidmyWarningCBData = nullptr
 Data to send to the warning reporting callback. More...
 
void(* myRunCB )(void *) = nullptr
 Callback function for when the slapcomp program is run. More...
 
voidmyRunCBData = nullptr
 Data to send to the run callback. More...
 
void(* myUpdateCB )(void *) = nullptr
 Callback function for when the slapcomp program is updated. More...
 
voidmyUpdateCBData = nullptr
 Data to send to the update callback. More...
 

Detailed Description

Definition at line 156 of file COP_SlapCompProgramManager.h.

Member Data Documentation

void(* COP_SlapCompManager::Callbacks::myErrorCB)(void *, const char *) = nullptr

Callback function to report errors to the outside world.

Definition at line 159 of file COP_SlapCompProgramManager.h.

void* COP_SlapCompManager::Callbacks::myErrorCBData = nullptr

Data to send to the error reporting callback.

Definition at line 161 of file COP_SlapCompProgramManager.h.

void(* COP_SlapCompManager::Callbacks::myRunCB)(void *) = nullptr

Callback function for when the slapcomp program is run.

Definition at line 167 of file COP_SlapCompProgramManager.h.

void* COP_SlapCompManager::Callbacks::myRunCBData = nullptr

Data to send to the run callback.

Definition at line 169 of file COP_SlapCompProgramManager.h.

void(* COP_SlapCompManager::Callbacks::myUpdateCB)(void *) = nullptr

Callback function for when the slapcomp program is updated.

Definition at line 171 of file COP_SlapCompProgramManager.h.

void* COP_SlapCompManager::Callbacks::myUpdateCBData = nullptr

Data to send to the update callback.

Definition at line 173 of file COP_SlapCompProgramManager.h.

void(* COP_SlapCompManager::Callbacks::myWarningCB)(void *, const char *) = nullptr

Callback function to report warnings to the outside world.

Definition at line 163 of file COP_SlapCompProgramManager.h.

void* COP_SlapCompManager::Callbacks::myWarningCBData = nullptr

Data to send to the warning reporting callback.

Definition at line 165 of file COP_SlapCompProgramManager.h.


The documentation for this struct was generated from the following file: