include
sick_scan
binScanf.hpp
Go to the documentation of this file.
1
#include "
sick_scan/sick_scan_base.h
"
/* Base definitions included in all header files, added by add_sick_scan_base_header.py. Do not edit this line. */
2
#ifndef BINSCANF_HPP
3
#define BINSCANF_HPP
4
5
#include <stdio.h>
6
#include <stdarg.h>
7
#include <string.h>
8
#include <ctype.h>
9
#include <vector>
10
11
int
12
binSscanf
(
const
char
*fmt, ...);
13
14
int
15
binScanfVec
(
const
std::vector<unsigned char> *vec,
const
char
*fmt, ...);
16
17
int
18
binSscanf
(
const
char
*buf,
const
char
*fmt, ...);
19
20
int
binScanfGuessDataLenFromMask
(
const
char
*scanfMask);
21
22
#endif
binScanfGuessDataLenFromMask
int binScanfGuessDataLenFromMask(const char *scanfMask)
Definition:
binScanf.cpp:438
binSscanf
int binSscanf(const char *fmt,...)
Definition:
binScanf.cpp:182
sick_scan_base.h
binScanfVec
int binScanfVec(const std::vector< unsigned char > *vec, const char *fmt,...)
Definition:
binScanf.cpp:417
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof
, Martin Günther
autogenerated on Fri Oct 25 2024 02:47:07