netmsgs  1.2.2
RoadNarrows Robotics Network Messaging Package

Pretty print bits in value. More...

Pretty print bits in value.

Synopsis:
#include "rnr/netmsgs.h"

extern void nmPrintBits(FILE *fp, const char *sPreface, ulonglong_t uVal, uint_t uMsb, uint_t uCnt);

Description:

Parameters
fpFile pointer.
sPrefaceOptional bit preface string (set to NULL for no preface).
uValBits to print.
uMsbStarting most significant bit.
uCntNumber of bits.