roswrap
src
include
launchparser
launchparser.h
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
//
3
// Created by rosuser on 11.07.19.
4
//
5
6
#ifndef SICK_SCAN_BASE_LAUNCHPARSER_H
7
#define SICK_SCAN_BASE_LAUNCHPARSER_H
8
9
#include <string>
10
#include <vector>
11
12
class
LaunchParser
13
{
14
public
:
15
LaunchParser
()
16
{};
17
bool
parseFile
(std::string launchFileFullName, std::vector<std::string>& nameVec,
18
std::vector<std::string>& typeVec, std::vector<std::string>& valVec);
19
};
20
21
22
#endif //SICK_SCAN_BASE_LAUNCHPARSER_H
LaunchParser::LaunchParser
LaunchParser()
Definition:
launchparser.h:15
LaunchParser::parseFile
bool parseFile(std::string launchFileFullName, std::vector< std::string > &nameVec, std::vector< std::string > &typeVec, std::vector< std::string > &valVec)
Definition:
launchparser.cpp:209
sick_scan_base.h
LaunchParser
Definition:
launchparser.h:12
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof
, Martin Günther
autogenerated on Fri Oct 25 2024 02:47:08