#include <signaldata/DictTabInfo.hpp>#include <ndb_limits.h>Include dependency graph for DictTabInfo.cpp:

Go to the source code of this file.
Functions | |
| bool | printDICTTABINFO (FILE *output, const Uint32 *theData, Uint32 len, Uint16 receiverBlockNo) |
For printing
Definition at line 105 of file DictTabInfo.cpp.
00107 { 00108 // const DictTabInfo * const sig = (DictTabInfo *) theData; 00109 00110 fprintf(output, "Signal data: "); 00111 Uint32 i = 0; 00112 while (i < len) 00113 fprintf(output, "H\'%.8x ", theData[i++]); 00114 fprintf(output,"\n"); 00115 return true; 00116 }
1.4.7

