![]() |
SolarCapture C Bindings User Guide
SF-115721-CD
Issue 3
|
A callback object. More...
#include <event.h>
Data Fields | |
void * | cb_private |
sc_callback_handler_fn * | cb_handler_fn |
struct sc_dlist | cb_link |
A callback object.
Callback objects provide a way to be notified when an event of interest occurs.
sc_callback_handler_fn* cb_handler_fn |
Callback function to be invoked when the event of interest occurs.
struct sc_dlist cb_link |
Internal use only.
void* cb_private |
Private state for the implementation.