TEMU  2
The Terma Emulator
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
temu_EventIface Struct Reference

#include <temu-c/Support/Events.h>

Collaboration diagram for temu_EventIface:

Data Fields

void(* postCallback )(void *Obj, temu_ThreadSafeCb Cb, void *Arg)
 
void(* removeCallback )(void *Obj, temu_ThreadSafeCb Cb, void *Arg)
 
void(* postAbsolute )(void *Obj, int64_t EvId, int64_t T)
 
void(* postRelative )(void *Obj, int64_t EvId, int64_t T)
 
void(* postOnStack )(void *Obj, int64_t EvId)
 

Detailed Description

Definition at line 86 of file Events.h.

Field Documentation

void(* temu_EventIface::postAbsolute)(void *Obj, int64_t EvId, int64_t T)

Definition at line 92 of file Events.h.

void(* temu_EventIface::postCallback)(void *Obj, temu_ThreadSafeCb Cb, void *Arg)

Definition at line 88 of file Events.h.

void(* temu_EventIface::postOnStack)(void *Obj, int64_t EvId)

Definition at line 94 of file Events.h.

void(* temu_EventIface::postRelative)(void *Obj, int64_t EvId, int64_t T)

Definition at line 93 of file Events.h.

void(* temu_EventIface::removeCallback)(void *Obj, temu_ThreadSafeCb Cb, void *Arg)

Definition at line 89 of file Events.h.


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