Go to the documentation of this file.    1 #ifndef _COMPACT_BOARD_H 
    2 #define _COMPACT_BOARD_H 
   19                  static_cast<int>(p.
ptype()) << 16 | bitPos);
 
   31         return static_cast<Ptype>((
value >> 16) & 0xf);
 
   37       operator int()
 const { 
return value; }
 
   81 #endif // _COMPACT_BOARD_H