16 #include <signaldata/DropTrigImpl.hpp>
19 printDROP_TRIG_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,
" indexId: %u", sig->indexId);
29 fprintf(output,
" indexVersion: 0x%x", sig->indexVersion);
30 fprintf(output,
" triggerNo: %u", sig->triggerNo);
31 fprintf(output,
"\n");
32 fprintf(output,
" triggerId: %u", sig->triggerId);
33 fprintf(output,
" triggerInfo: 0x%x", sig->triggerInfo);
34 fprintf(output,
"\n");
39 printDROP_TRIG_IMPL_CONF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
42 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
43 fprintf(output,
" senderData: %u", sig->senderData);
44 fprintf(output,
"\n");
45 fprintf(output,
" tableId: %u", sig->tableId);
46 fprintf(output,
" triggerId: %u", sig->triggerId);
47 fprintf(output,
"\n");
52 printDROP_TRIG_IMPL_REF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
55 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
56 fprintf(output,
" senderData: %u", sig->senderData);
57 fprintf(output,
"\n");
58 fprintf(output,
" tableId: %u", sig->tableId);
59 fprintf(output,
" triggerId: %u", sig->triggerId);
60 fprintf(output,
"\n");
61 fprintf(output,
" errorCode: %u", sig->errorCode);
62 fprintf(output,
" errorLine: %u", sig->errorLine);
63 fprintf(output,
" errorNodeId: %u", sig->errorNodeId);
64 fprintf(output,
" masterNodeId: %u", sig->masterNodeId);
65 fprintf(output,
"\n");