Generic Trace Generator (GTG)
0.1
|
This file defines functions for postponing event-processing function calls. More...
Go to the source code of this file.
Enumerations | |
enum | event_type_t { event_addContainer , event_destroyContainer , event_setState , event_pushState , event_popState , event_addEvent , event_startLink , event_endLink , event_setVar , event_addVar , event_subVar } |
Functions | |
void | gtg_record (enum event_type_t type, varPrec time,...) |
postpone the recording of an event More... | |
void | gtg_write_events (long nb_events_to_write) |
run the first nb_events_to_write events More... | |
This file defines functions for postponing event-processing function calls.
enum event_type_t |