driver
src
abstract_parser.cpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2013, Osnabrück University
3
* Copyright (C) 2017, Ing.-Buero Dr. Michael Lehning, Hildesheim
4
* Copyright (C) 2017, SICK AG, Waldkirch
5
* All rights reserved.
6
*
7
* Redistribution and use in source and binary forms, with or without
8
* modification, are permitted provided that the following conditions are met:
9
*
10
* * Redistributions of source code must retain the above copyright
11
* notice, this list of conditions and the following disclaimer.
12
* * Redistributions in binary form must reproduce the above copyright
13
* notice, this list of conditions and the following disclaimer in the
14
* documentation and/or other materials provided with the distribution.
15
* * Neither the name of Osnabrück University nor the names of its
16
* contributors may be used to endorse or promote products derived from
17
* this software without specific prior written permission.
18
* * Neither the name of SICK AG nor the names of its
19
* contributors may be used to endorse or promote products derived from
20
* this software without specific prior written permission
21
* * Neither the name of Ing.-Buero Dr. Michael Lehning nor the names of its
22
* contributors may be used to endorse or promote products derived from
23
* this software without specific prior written permission
24
*
25
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
28
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
29
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35
* POSSIBILITY OF SUCH DAMAGE.
36
*
37
* Last modified: 12th Dec 2017
38
*
39
* Authors:
40
* Michael Lehning <michael.lehning@lehning.de>
41
* Jochen Sprickerhof <jochen@sprickerhof.de>
42
* Martin Günther <mguenthe@uos.de>
43
*
44
* Based on the TiM communication example by SICK AG.
45
*
46
*/
47
48
#include <
sick_scan/abstract_parser.h
>
49
50
namespace
sick_scan
51
{
52
53
AbstractParser::AbstractParser
()
54
{
55
}
56
57
AbstractParser::~AbstractParser
()
58
{
59
}
60
61
}
/* namespace sick_scan */
sick_scan::AbstractParser::~AbstractParser
virtual ~AbstractParser()
Definition:
abstract_parser.cpp:57
sick_scan::AbstractParser::AbstractParser
AbstractParser()
Definition:
abstract_parser.cpp:53
abstract_parser.h
sick_scan
Definition:
abstract_parser.cpp:50
sick_scan
Author(s): Michael Lehning
, Jochen Sprickerhof
, Martin Günther
autogenerated on Thu Sep 8 2022 02:30:19