16 #include <signaldata/DropIndxImpl.hpp>
19 printDROP_INDX_IMPL_REQ(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
22 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
23 fprintf(output,
" senderData: %u", sig->senderData);
24 fprintf(output,
" requestType: %u", sig->requestType);
25 fprintf(output,
"\n");
26 fprintf(output,
" tableId: %u", sig->tableId);
27 fprintf(output,
" tableVersion: 0x%x", sig->tableVersion);
28 fprintf(output,
"\n");
29 fprintf(output,
" indexId: %u", sig->indexId);
30 fprintf(output,
" indexVersion: 0x%x", sig->indexVersion);
31 fprintf(output,
"\n");
36 printDROP_INDX_IMPL_CONF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
39 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
40 fprintf(output,
" senderData: %u", sig->senderData);
41 fprintf(output,
"\n");
46 printDROP_INDX_IMPL_REF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
49 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
50 fprintf(output,
" senderData: %u", sig->senderData);
51 fprintf(output,
"\n");
52 fprintf(output,
" errorCode: %u", sig->errorCode);
53 fprintf(output,
" errorLine: %u", sig->errorLine);
54 fprintf(output,
" errorNodeId: %u", sig->errorNodeId);
55 fprintf(output,
" masterNodeId: %u", sig->masterNodeId);
56 fprintf(output,
"\n");