16 #ifndef BUILD_INDX_IMPL_HPP
17 #define BUILD_INDX_IMPL_HPP
19 #include "SignalData.hpp"
24 RF_BUILD_OFFLINE = 1 << 8
28 STATIC_CONST( SignalLength = 10 );
29 STATIC_CONST( INDEX_COLUMNS = 0 );
30 STATIC_CONST( KEY_COLUMNS = 1 );
31 STATIC_CONST( NoOfSections = 2 );
46 STATIC_CONST( SignalLength = 2 );
57 BadRequestType = 4247,
58 InvalidPrimaryTable = 4249,
59 InvalidIndexType = 4250,
60 IndexNotUnique = 4251,
61 AllocationFailure = 4252,
65 STATIC_CONST( SignalLength = 6 );
86 Uint32 (* func_ptr)(
void *);
93 STATIC_CONST( SignalLength = (6 + 3 + 4 * (
sizeof(
void*) / 4)));