T-EMU  2
The Terma Emulator
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
temu_EventIface Struct Reference

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

Collaboration diagram for temu_EventIface:

Data Fields

void(* stackPostEvent )(void *Obj, void(*Ev)(void *, void *), void *Data)
 
void(* postDeltaEvent )(void *Obj, void(*Ev)(void *, void *), void *Data, int64_t Cycles)
 
void(* postAbsoluteEvent )(void *Obj, void(*Ev)(void *, void *), void *Data, int64_t Cycles)
 
int64_t(* getEventDeltaTime )(void *Obj, void(*Ev)(void *, void *), void *Data)
 
int64_t(* getEventAbsoluteTime )(void *Obj, void(*Ev)(void *, void *), void *Data)
 
void(* descheduleEvent )(void *Obj, void(*Ev)(void *, void *), void *Data)
 
void(* registerEvent )(void *Obj, const char *EvName, void(*Ev)(void *, void *))
 

Detailed Description

Definition at line 32 of file Events.h.

Field Documentation

void(* temu_EventIface::descheduleEvent)(void *Obj, void(*Ev)(void *, void *), void *Data)

Definition at line 42 of file Events.h.

int64_t(* temu_EventIface::getEventAbsoluteTime)(void *Obj, void(*Ev)(void *, void *), void *Data)

Definition at line 41 of file Events.h.

int64_t(* temu_EventIface::getEventDeltaTime)(void *Obj, void(*Ev)(void *, void *), void *Data)

Definition at line 40 of file Events.h.

void(* temu_EventIface::postAbsoluteEvent)(void *Obj, void(*Ev)(void *, void *), void *Data, int64_t Cycles)

Definition at line 38 of file Events.h.

void(* temu_EventIface::postDeltaEvent)(void *Obj, void(*Ev)(void *, void *), void *Data, int64_t Cycles)

Definition at line 35 of file Events.h.

void(* temu_EventIface::registerEvent)(void *Obj, const char *EvName, void(*Ev)(void *, void *))

Definition at line 43 of file Events.h.

void(* temu_EventIface::stackPostEvent)(void *Obj, void(*Ev)(void *, void *), void *Data)

Definition at line 33 of file Events.h.


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