18 #ifndef BUILD_INDX_HPP
19 #define BUILD_INDX_HPP
21 #include "SignalData.hpp"
22 #include <NodeBitmask.hpp>
23 #include <signaldata/DictTabInfo.hpp>
32 RF_BUILD_OFFLINE = 1 << 8
35 STATIC_CONST( SignalLength = 11 );
36 STATIC_CONST( INDEX_COLUMNS = 0 );
37 STATIC_CONST( KEY_COLUMNS = 1 );
38 STATIC_CONST( NoOfSections = 2 );
54 STATIC_CONST( SignalLength = 6 );
57 union { Uint32 clientData, senderData; };
69 BadRequestType = 4247,
70 InvalidPrimaryTable = 4249,
71 InvalidIndexType = 4250,
72 IndexNotUnique = 4251,
73 AllocationFailure = 4252,
79 STATIC_CONST( SignalLength = 10 );
82 union { Uint32 clientData, senderData; };