28 lines
1017 B
C
28 lines
1017 B
C
#ifndef __FT_ALL_AP_DEF_H__
|
|
#define __FT_ALL_AP_DEF_H_
|
|
|
|
static const bool mcq_ft[8][29]=
|
|
{
|
|
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0}, //0=CQ
|
|
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,0,0,1,1,0,0}, //1=CQ RU
|
|
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,1,0}, //2=CQ FD
|
|
{0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,1,0,1,1,1,1,1,1,0,0,1,0}, //3=CQ TEST
|
|
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,1,1,1,1,0}, //4=CQ WW
|
|
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,1,0,0}, //5=CQ BU
|
|
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,1,0}, //6=CQ FT
|
|
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,1,1,0,1,0,1,0,0}, //7=CQ PDC
|
|
};
|
|
static const bool mrrr_ft[19]=
|
|
{
|
|
0,1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,1
|
|
};
|
|
static const bool m73_ft[19]=
|
|
{
|
|
0,1,1,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0,1
|
|
};
|
|
static const bool mrr73_ft[19]=
|
|
{
|
|
0,1,1,1,1,1,1,0,0,1,1,1,0,1,0,1,0,0,1
|
|
};
|
|
#endif // __FT_ALL_AP_DEF_H_ 2.66 from int to bool
|