Generic Trace Generator (GTG)  0.1
GTGReplay.h
Go to the documentation of this file.
1 
9 #ifndef GTG_REPLAY_H
10 #define GTG_REPLAY_H
11 
27 };
28 
36 void gtg_record(enum event_type_t type, varPrec time, ...);
37 
44 void gtg_write_events(long nb_events_to_write);
45 
46 #endif /* GTG_REPLAY_H */