19 #include <signaldata/DropTrig.hpp>
22 printDROP_TRIG_REQ(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
25 fprintf(output,
" clientRef: 0x%x", sig->clientRef);
26 fprintf(output,
" clientData: %u", sig->clientData);
27 fprintf(output,
"\n");
28 fprintf(output,
" transId: %u", sig->transId);
29 fprintf(output,
" transKey: %u", sig->transKey);
30 fprintf(output,
" requestInfo: 0x%x", sig->requestInfo);
31 fprintf(output,
"\n");
32 fprintf(output,
" tableId: %u", sig->tableId);
33 fprintf(output,
" tableVersion: 0x%x", sig->tableVersion);
34 fprintf(output,
" indexId: %u", sig->indexId);
35 fprintf(output,
" indexVersion: 0x%x", sig->indexVersion);
36 fprintf(output,
" triggerNo: %u", sig->triggerNo);
37 fprintf(output,
"\n");
38 fprintf(output,
" triggerId: %u", sig->triggerId);
39 fprintf(output,
"\n");
44 printDROP_TRIG_CONF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
47 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
48 fprintf(output,
" clientData: %u", sig->clientData);
49 fprintf(output,
"\n");
50 fprintf(output,
" tableId: %u", sig->tableId);
51 fprintf(output,
" indexId: %u", sig->indexId);
52 fprintf(output,
" triggerId: %u", sig->triggerId);
53 fprintf(output,
"\n");
58 printDROP_TRIG_REF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
61 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
62 fprintf(output,
" clientData: %u", sig->clientData);
63 fprintf(output,
" transId: 0x%x", sig->transId);
64 fprintf(output,
"\n");
65 fprintf(output,
" tableId: %u", sig->tableId);
66 fprintf(output,
" indexId: %u", sig->indexId);
67 fprintf(output,
" triggerId: %u", sig->triggerId);
68 fprintf(output,
"\n");
69 fprintf(output,
" errorCode: %u", sig->errorCode);
70 fprintf(output,
" errorLine: %u", sig->errorLine);
71 fprintf(output,
" errorNodeId: %u", sig->errorNodeId);
72 fprintf(output,
" masterNodeId: %u", sig->masterNodeId);
73 fprintf(output,
"\n");