| 26 | static const unsigned fillPattern[8] = {0,0,1,0,1,0,1,1}; |
| 27 | |
| 28 | void MsgCommonWrite::writeField(const ItemWithValueAndWidth&item,const char*) |
| 29 | { |
| 30 | mResult.writeField(wp,item.getValue(),item.getWidth()); |
| 31 | } |
| 32 | |
| 33 | void MsgCommonWrite::writeField(uint64_t value, unsigned len, const char *, Type2Str) |
| 34 | { |