16 #include <signaldata/DropTable.hpp>
17 #include <SignalLoggerManager.hpp>
20 printDROP_TABLE_REQ(FILE* output,
const Uint32* theData, Uint32 len, Uint16 rbn)
23 fprintf(output,
" clientRef: 0x%x", sig->clientRef);
24 fprintf(output,
" clientData: %u", sig->clientData);
25 fprintf(output,
" transId: 0x%x", sig->transId);
26 fprintf(output,
" transKey: %u", sig->transKey);
27 fprintf(output,
"\n");
28 fprintf(output,
" tableId: %u", sig->tableId);
29 fprintf(output,
" tableVersion: 0x%x", sig->tableVersion);
30 fprintf(output,
"\n");
35 printDROP_TABLE_CONF(FILE* output,
const Uint32* theData, Uint32 len, Uint16 rbn)
38 fprintf(output,
" senderRef: 0%x", sig->senderRef);
39 fprintf(output,
" clientData: %u", sig->clientData);
40 fprintf(output,
" transId: 0x%x", sig->transId);
41 fprintf(output,
"\n");
42 fprintf(output,
" tableId: %u", sig->tableId);
43 fprintf(output,
" tableVersion: 0x%x", sig->tableVersion);
44 fprintf(output,
"\n");
49 printDROP_TABLE_REF(FILE* output,
const Uint32* theData, Uint32 len, Uint16 rbn)
52 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
53 fprintf(output,
" clientData: %u", sig->clientData);
54 fprintf(output,
" transId: 0x%x", sig->transId);
55 fprintf(output,
"\n");
56 fprintf(output,
" tableId: %u", sig->tableId);
57 fprintf(output,
" tableVersion: 0x%x", sig->tableVersion);
58 fprintf(output,
"\n");
59 fprintf(output,
" errorCode: %u", sig->errorCode);
60 fprintf(output,
" errorLine: %u", sig->errorLine);
61 fprintf(output,
" errorNodeId: %u", sig->errorNodeId);
62 fprintf(output,
" masterNodeId: %u", sig->masterNodeId);
63 fprintf(output,
"\n");