|
SSBM Decomp
|
Go to the source code of this file.
Data Structures | |
| struct | NubEvent |
Typedefs | |
| typedef unsigned long | NubEventID |
Enumerations | |
| enum | NubEventType { kNullEvent = 0 , kShutdownEvent = 1 , kRequestEvent = 2 , kBreakpointEvent = 3 , kExceptionEvent = 4 , kSupportEvent = 5 } |
Functions | |
| DSError | TRKInitializeEventQueue (void) |
| bool | TRKGetNextEvent (NubEvent *) |
| DSError | TRKPostEvent (NubEvent *) |
| void * | TRKCopyEvent (void *src, void *dst) |
| void | TRKConstructEvent (NubEvent *, int) |
| void | TRKDestructEvent (NubEvent *) |
| typedef unsigned long NubEventID |
| enum NubEventType |
| DSError TRKInitializeEventQueue | ( | void | ) |
| void * TRKCopyEvent | ( | void * | src, |
| void * | dst | ||
| ) |
| void TRKConstructEvent | ( | NubEvent * | event, |
| int | eventType | ||
| ) |
| void TRKDestructEvent | ( | NubEvent * | event | ) |