The private header file for the TraceTable class. More...
#include <TraceTable_private.h>
Public Member Functions | |
INHERITS_FROM (TracePlugin) | |
Data Fields | |
TraceTableStyle | style |
Related Functions | |
(Note that these are not member functions.) | |
void | trace_table_deinit (TraceTable_ptr self) |
void | trace_table_init (TraceTable_ptr self, TraceTableStyle style) |
TraceTable_ptr | TraceTable_create (TraceTableStyle style) |
Creates an Table Plugin and initializes it. |
The private header file for the TraceTable class.
The header file for the TraceTable class.
TraceTable Class This class contains information to explain a trace:
state_vars_list
input_vars_list
style
This Class inherits from TracePlugin class.
TraceTable::INHERITS_FROM | ( | TracePlugin | ) |
void trace_table_deinit | ( | TraceTable_ptr | self | ) | [related] |
void trace_table_init | ( | TraceTable_ptr | self, | |
TraceTableStyle | style | |||
) | [related] |
AutomaticStart
TraceTable_ptr TraceTable_create | ( | TraceTableStyle | style | ) | [related] |
Creates an Table Plugin and initializes it.
AutomaticStart
Table plugin constructor. As arguments it takes variable style which decides the style of printing the trace. The possible values of the style variable may be: TRACE_TABLE_TYPE_ROW and TRACE_TABLE_TYPE_COLUMN.