Generic Trace Generator (GTG)
0.1
|
Functions | |
trace_return_t | addStateType (const char *alias, const char *contType, const char *name) |
Add a State Type. More... | |
trace_return_t | setState (varPrec time, const char *type, const char *cont, const char *val) |
Set the State of a Container. More... | |
trace_return_t | pushState (varPrec time, const char *type, const char *cont, const char *val) |
Save the current State on a stack and change the State of a Container. More... | |
trace_return_t | popState (varPrec time, const char *type, const char *cont) |
Revert the State of a Container to its previous value. More... | |
trace_return_t addStateType | ( | const char * | alias, |
const char * | contType, | ||
const char * | name | ||
) |
Add a State Type.
alias | Alias on the state type added |
contType | Type of container of these states |
name | Alternative name of the state type |
trace_return_t popState | ( | varPrec | time, |
const char * | type, | ||
const char * | cont | ||
) |
trace_return_t pushState | ( | varPrec | time, |
const char * | type, | ||
const char * | cont, | ||
const char * | val | ||
) |
trace_return_t setState | ( | varPrec | time, |
const char * | type, | ||
const char * | cont, | ||
const char * | val | ||
) |