Generic Trace Generator (GTG) 0.1
Typedefs | Enumerations
GTGTypes.h File Reference

Go to the source code of this file.

Typedefs

typedef double varPrec
 Use the double precision type for time and value.
 
typedef enum trace_return_t trace_return_t
 

Enumerations

enum  trace_return_t {
  TRACE_SUCCESS , TRACE_ERR_OPEN , TRACE_ERR_CLOSE , TRACE_ERR_WRITE ,
  TRACE_ERR_NOT_IMPL
}
 

Typedef Documentation

◆ trace_return_t

Enumeration Type Documentation

◆ trace_return_t

Enumerator
TRACE_SUCCESS 

Success of the call.

TRACE_ERR_OPEN 

Failed to open files to write.

TRACE_ERR_CLOSE 

Failed to close file.

TRACE_ERR_WRITE 

Failed to write trace.

TRACE_ERR_NOT_IMPL 

Function not impleneted.