19 #include <signaldata/DropTab.hpp>
22 printDROP_TAB_REQ(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
25 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
26 fprintf(output,
" senderData: %u", sig->senderData);
27 fprintf(output,
" requestType: %u", sig->requestType);
28 fprintf(output,
"\n");
29 fprintf(output,
" tableId: %u", sig->tableId);
30 fprintf(output,
" tableVersion: 0x%x", sig->tableVersion);
31 fprintf(output,
"\n");
36 printDROP_TAB_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");
42 fprintf(output,
" tableId: %u", sig->tableId);
43 fprintf(output,
"\n");
48 printDROP_TAB_REF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
51 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
52 fprintf(output,
" senderData: %u", sig->senderData);
53 fprintf(output,
"\n");
54 fprintf(output,
" tableId: %u", sig->tableId);
55 fprintf(output,
" errorCode: %u", sig->errorCode);
56 fprintf(output,
"\n");