SolarCapture C Bindings User Guide  SF-115721-CD
Issue 1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
sc_callback Struct Reference

A callback object. More...

#include <event.h>

Data Fields

void * cb_private
 
sc_callback_handler_fncb_handler_fn
 
struct sc_dlist cb_link
 

Detailed Description

A callback object.

Callback objects provide a way to be notified when an event of interest occurs.

Field Documentation

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.


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