19 #ifndef LCP_SIGNAL_DATA_HPP
20 #define LCP_SIGNAL_DATA_HPP
22 #include "SignalData.hpp"
23 #include <NodeBitmask.hpp>
40 friend bool printSTART_LCP_REQ(FILE *,
const Uint32 *, Uint32, Uint16);
43 STATIC_CONST( SignalLength = 2 + 2 * NdbNodeBitmask::Size );
66 friend bool printSTART_LCP_CONF(FILE *,
const Uint32 *, Uint32, Uint16);
69 STATIC_CONST( SignalLength = 2 );
100 friend bool printLCP_FRAG_ORD(FILE *,
const Uint32 *, Uint32, Uint16);
102 STATIC_CONST( SignalLength = 6 );
109 Uint32 lastFragmentFlag;
126 friend bool printLCP_FRAG_REP(FILE *,
const Uint32 *, Uint32, Uint16);
128 STATIC_CONST( SignalLength = 7 );
129 STATIC_CONST( BROADCAST_REQ = 0 );
136 Uint32 maxGciCompleted;
137 Uint32 maxGciStarted;
152 friend bool printLCP_COMPLETE_REP(FILE *,
const Uint32 *, Uint32, Uint16);
154 STATIC_CONST( SignalLength = 3 );
173 STATIC_CONST( SignalLength = 8 );
184 STATIC_CONST( SignalLength = 5 );
194 STATIC_CONST( SignalLength = 4 );
206 STATIC_CONST( SignalLength = 4 );
215 STATIC_CONST( SignalLength = 3 );
223 STATIC_CONST( SignalLength = 2 );