ATLAS Offline Software
Loading...
Searching...
No Matches
AthDsoCbk.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ath_dso_event
 -*- C -*- AthDsoCbk.h
Header file for the dso callbacks api Author: S.Binetbinet.nosp@m.@cer.nosp@m.n.ch More...

Typedefs

typedef int(* ath_dso_event_cbk_t) (const struct ath_dso_event *, void *userdata)

Functions

int ath_dso_cbk_register (ath_dso_event_cbk_t cbk, void *userdata)
int ath_dso_cbk_unregister (ath_dso_event_cbk_t cbk)

Typedef Documentation

◆ ath_dso_event_cbk_t

typedef int(* ath_dso_event_cbk_t) (const struct ath_dso_event *, void *userdata)

Definition at line 31 of file AthDsoCbk.h.

Function Documentation

◆ ath_dso_cbk_register()

int ath_dso_cbk_register ( ath_dso_event_cbk_t cbk,
void * userdata )

◆ ath_dso_cbk_unregister()

int ath_dso_cbk_unregister ( ath_dso_event_cbk_t cbk)