#include "sick_scan/sick_scan_base.h"
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <ctype.h>
#include <vector>
#include <string>
Go to the source code of this file.
◆ BINPRINTF_HPP
◆ binDumpVecToString()
std::string binDumpVecToString |
( |
const std::vector< unsigned char > * |
outvec, |
|
|
bool |
appendReadableText = false |
|
) |
| |
◆ binSprintf()
int binSprintf |
( |
char * |
out, |
|
|
const char * |
format, |
|
|
|
... |
|
) |
| |
◆ binSprintfVec()
int binSprintfVec |
( |
std::vector< unsigned char > * |
outvec, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |