Generic Trace Generator (GTG)  0.1
GTGTypes.h
Go to the documentation of this file.
00001 
00018 #ifndef _GTG_TYPES_H_
00019 #define _GTG_TYPES_H_
00020 
00028 typedef double varPrec;
00029 
00035 typedef enum trace_return_t{
00036     TRACE_SUCCESS  , 
00037     TRACE_ERR_OPEN , 
00038     TRACE_ERR_CLOSE, 
00039     TRACE_ERR_WRITE,  
00040     TRACE_ERR_NOT_IMPL  
00041 } trace_return_t;
00042 
00043 #endif /* _GTG_TYPES_H_ */