![]() |
netmsgs
1.2.2
RoadNarrows Robotics Network Messaging Package
|
Pretty print buffer to opened file stream. More...
Pretty print buffer to opened file stream.
#include "rnr/netmsgs.h"
extern void nmPrintBuf(FILE *fp, const char *sPreface, byte_t buf[], size_t bufSize, size_t uNLFreq, uint_t uCol); Description:
| fp | File pointer. |
| sPreface | Optional buffer preface string (set to NULL for no preface). |
| buf | Buffer to print. |
| uCount | Number of bytes to print. |
| uNLFreq | Newline frequency (set to 0 for no newlines). |
| uCol | Column alignment number. |