19 #include <signaldata/TrigAttrInfo.hpp>
25 case TrigAttrInfo::PRIMARY_KEY:
28 case TrigAttrInfo::BEFORE_VALUES:
31 case TrigAttrInfo::AFTER_VALUES:
39 printTRIG_ATTRINFO(FILE * output,
const Uint32 * theData,
40 Uint32 len, Uint16 receiverBlockNo)
44 fprintf(output,
" TriggerId: %d Type: %s ConnectPtr: %x\n",
46 tatype(sig->getAttrInfoType()),
47 sig->getConnectionPtr());
50 while (i < len - TrigAttrInfo::StaticLength)
51 fprintf(output,
" H\'%.8x", sig->getData()[i++]);