17 #include <signaldata/SchemaTrans.hpp>
18 #include <signaldata/DictSignal.hpp>
21 printSCHEMA_TRANS_BEGIN_REQ(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
24 fprintf(output,
" clientRef: 0x%x", sig->clientRef);
25 fprintf(output,
" transId: 0x%x", sig->transId);
26 fprintf(output,
" requestInfo: 0x%x", sig->requestInfo);
27 fprintf(output,
"\n");
32 printSCHEMA_TRANS_BEGIN_CONF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
35 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
36 fprintf(output,
" transId: 0x%x", sig->transId);
37 fprintf(output,
" transKey: %u", sig->transKey);
38 fprintf(output,
"\n");
43 printSCHEMA_TRANS_BEGIN_REF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
46 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
47 fprintf(output,
" transId: 0x%x", sig->transId);
48 fprintf(output,
"\n");
49 fprintf(output,
" errorCode: %u", sig->errorCode);
50 fprintf(output,
" errorLine: %u", sig->errorLine);
51 fprintf(output,
" errorNodeId: %u", sig->errorNodeId);
52 fprintf(output,
" masterNodeId: %u", sig->masterNodeId);
53 fprintf(output,
"\n");
58 printSCHEMA_TRANS_END_REQ(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
61 fprintf(output,
" clientRef: 0x%x", sig->clientRef);
62 fprintf(output,
" transId: 0x%x", sig->transId);
63 fprintf(output,
" requestInfo: 0x%x", sig->requestInfo);
64 fprintf(output,
"\n");
65 fprintf(output,
" transKey: %u", sig->transKey);
66 fprintf(output,
" flags: 0x%x", sig->flags);
67 fprintf(output,
"\n");
72 printSCHEMA_TRANS_END_CONF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
75 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
76 fprintf(output,
" transId: 0x%x", sig->transId);
77 fprintf(output,
"\n");
82 printSCHEMA_TRANS_END_REF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
85 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
86 fprintf(output,
" transId: 0x%x", sig->transId);
87 fprintf(output,
"\n");
88 fprintf(output,
" errorCode: %u", sig->errorCode);
89 fprintf(output,
" errorLine: %u", sig->errorLine);
90 fprintf(output,
" errorNodeId: %u", sig->errorNodeId);
91 fprintf(output,
" masterNodeId: %u", sig->masterNodeId);
92 fprintf(output,
"\n");
97 printSCHEMA_TRANS_END_REP(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
100 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
101 fprintf(output,
" transId: 0x%x", sig->transId);
102 fprintf(output,
"\n");
103 fprintf(output,
" errorCode: %u", sig->errorCode);
104 fprintf(output,
" errorLine: %u", sig->errorLine);
105 fprintf(output,
" errorNodeId: %u", sig->errorNodeId);
106 fprintf(output,
" masterNodeId: %u", sig->masterNodeId);
107 fprintf(output,
"\n");