#include <kernel_types.h>#include <BlockNumbers.h>#include <signaldata/DihContinueB.hpp>#include <signaldata/NdbfsContinueB.hpp>Include dependency graph for ContinueB.cpp:

Go to the source code of this file.
Functions | |
| bool | printCONTINUEB (FILE *output, const Uint32 *theData, Uint32 len, Uint16 receiverBlockNo) |
Definition at line 24 of file ContinueB.cpp.
References DBDIH, NDBFS, printCONTINUEB_DBDIH(), and printCONTINUEB_NDBFS().
00025 { 00026 if(receiverBlockNo == DBDIH){ 00027 return printCONTINUEB_DBDIH(output, theData, len, 0); 00028 } else if(receiverBlockNo == NDBFS) { 00029 return printCONTINUEB_NDBFS(output, theData, len, 0); 00030 } 00031 00032 return false; 00033 }
Here is the call graph for this function:

1.4.7

