![]() |
netmsgs
1.2.2
RoadNarrows Robotics Network Messaging Package
|
Pretty print bits in value. More...
Pretty print bits in value.
#include "rnr/netmsgs.h"
extern void nmPrintBits(FILE *fp, const char *sPreface, ulonglong_t uVal, uint_t uMsb, uint_t uCnt); Description:
| fp | File pointer. |
| sPreface | Optional bit preface string (set to NULL for no preface). |
| uVal | Bits to print. |
| uMsb | Starting most significant bit. |
| uCnt | Number of bits. |