16 #include <signaldata/CreateTab.hpp>
17 #include <SignalLoggerManager.hpp>
20 printCREATE_TAB_REQ(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
23 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
24 fprintf(output,
" senderData: %u", sig->senderData);
25 fprintf(output,
" requestType: %u", sig->requestType);
26 fprintf(output,
"\n");
27 fprintf(output,
" tableId: %u", sig->tableId);
28 fprintf(output,
" tableVersion: 0x%x", sig->tableVersion);
29 fprintf(output,
" gci: %u", sig->gci);
30 fprintf(output,
"\n");
35 printCREATE_TAB_CONF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
38 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
39 fprintf(output,
" senderData: %u", sig->senderData);
40 fprintf(output,
"\n");
45 printCREATE_TAB_REF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
48 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
49 fprintf(output,
" senderData: %u", sig->senderData);
50 fprintf(output,
"\n");
51 fprintf(output,
" errorCode: %u", sig->errorCode);
52 fprintf(output,
" errorLine: %u", sig->errorLine );
53 fprintf(output,
" errorKey: %u", sig->errorKey);
54 fprintf(output,
" errorStatus: %u", sig->errorStatus);
55 fprintf(output,
"\n");