binPrintf.hpp
Go to the documentation of this file.
00001 #ifndef BINPRINTF_HPP
00002 #define BINPRINTF_HPP
00003 
00004 #include <stdio.h>
00005 #include <stdarg.h>
00006 #include <string.h>
00007 #include <ctype.h>
00008 #include <vector>
00009 #include <string>
00010 int binSprintf(char *out, const char *format, ...);
00011 int binSprintfVec(std::vector<unsigned char> *outvec, const char *fmt, ...);
00012 std::string binDumpVecToString(std::vector<unsigned char>* outvec, bool appendReadableText = false);
00013 #endif


sick_scan
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Tue Jul 9 2019 05:05:34