#include "nusmv/core/trace/plugins/TracePlugin.h"
Go to the source code of this file.
Defines | |
#define | TRACE_TABLE(x) ((TraceTable_ptr) x) |
#define | TRACE_TABLE_CHECK_INSTANCE(x) (nusmv_assert(TRACE_TABLE(x) != TRACE_TABLE(NULL))) |
Typedefs | |
typedef struct TraceTable_TAG * | TraceTable_ptr |
Enumerations | |
enum | TraceTableStyle { TRACE_TABLE_TYPE_ROW = 0, TRACE_TABLE_TYPE_COLUMN } |
#define TRACE_TABLE | ( | x | ) | ((TraceTable_ptr) x) |
#define TRACE_TABLE_CHECK_INSTANCE | ( | x | ) | (nusmv_assert(TRACE_TABLE(x) != TRACE_TABLE(NULL))) |
typedef struct TraceTable_TAG* TraceTable_ptr |
enum TraceTableStyle |