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 109 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 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.

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

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.

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

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.

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

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.


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