Generic Trace Generator (GTG)  0.1
GTGOTF.h
Go to the documentation of this file.
1 
17 #ifndef _GTG_OTF_H_
18 #define _GTG_OTF_H_
19 
20 #include <stdint.h>
21 #include "GTGOTF_Structs.h"
22 #include "GTGOTF_Basic.h"
23 
24 #endif /* _GTG_OTF_H_ */
OTF_GTGBasic1 is the OTF implementation of the basic interface to generate traces (GTGBasic1).
OTF_Structs gives the global types and functions needed to have the OTF implementation.