TEMU
3.0
The Terma Emulator
|
#include </builds/termade/temu/temu/include/temu-c/Support/Events.h>
Data Fields | |
int64_t | Time |
int64_t | EventId |
uint32_t | Flags |
int | QueueIdx |
temu_EventQueue * | Queue |
void * | Obj |
void(* | Func )(struct temu_Event *) |
int64_t | Period |
int64_t | RTTime |
int64_t | RTPeriod |
int64_t temu_Event::EventId |
uint32_t temu_Event::Flags |
void(* temu_Event::Func) (struct temu_Event *) |
void* temu_Event::Obj |
int64_t temu_Event::Period |
temu_EventQueue* temu_Event::Queue |
int temu_Event::QueueIdx |
int64_t temu_Event::RTPeriod |
int64_t temu_Event::RTTime |
int64_t temu_Event::Time |