19 #include <signaldata/PrepDropTab.hpp>
22 printPREP_DROP_TAB_REQ(FILE * output,
const Uint32 * theData, Uint32 len, Uint16 receiverBlockNo)
27 " senderRef: %x senderData: %d TableId: %d\n",
28 sig->senderRef, sig->senderData, sig->tableId);
32 bool printPREP_DROP_TAB_CONF(FILE * output,
const Uint32 * theData, Uint32 len, Uint16 receiverBlockNo)
37 " senderRef: %x senderData: %d TableId: %d\n",
38 sig->senderRef, sig->senderData, sig->tableId);
43 bool printPREP_DROP_TAB_REF(FILE * output,
const Uint32 * theData, Uint32 len, Uint16 receiverBlockNo)
48 " senderRef: %x senderData: %d TableId: %d errorCode: %d\n",
49 sig->senderRef, sig->senderData, sig->tableId, sig->errorCode);