hfl_utilities
src
hfl_interface.cpp
Go to the documentation of this file.
1
// Copyright 2020 Continental AG
2
// All rights reserved.
3
//
4
// Software License Agreement (BSD 2-Clause Simplified License)
5
//
6
// Redistribution and use in source and binary forms, with or without
7
// modification, are permitted provided that the following conditions
8
// 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
13
// copyright notice, this list of conditions and the following
14
// disclaimer in the documentation and/or other materials provided
15
// with the distribution.
16
//
17
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
20
// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
21
// COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
22
// INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
23
// BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24
// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25
// CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
// LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27
// ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
// POSSIBILITY OF SUCH DAMAGE.
29
30
36
37
#include <
hfl_interface.h
>
38
39
#include <string>
40
#include <memory>
41
42
// Implementation for the hfl_utils functions
43
44
namespace
hfl
45
{
46
47
std::string
HflInterface::getModel
()
const
48
{
49
return
model_
;
50
}
51
52
std::string
HflInterface::getVersion
()
const
53
{
54
return
version_
;
55
}
56
57
std::shared_ptr<Frame>
HflInterface::frame
()
58
{
59
return
frame_
;
60
}
61
62
}
// namespace hfl
hfl
Definition:
base_hfl110dcu.h:42
hfl::HflInterface::version_
std::string version_
Current camera model.
Definition:
hfl_interface.h:102
hfl::HflInterface::getModel
std::string getModel() const
Definition:
hfl_interface.cpp:47
hfl::HflInterface::frame
std::shared_ptr< Frame > frame()
Definition:
hfl_interface.cpp:57
hfl::HflInterface::frame_
std::shared_ptr< hfl::Frame > frame_
Camera's frame configurations.
Definition:
hfl_interface.h:129
hfl::HflInterface::model_
std::string model_
Current camera model.
Definition:
hfl_interface.h:99
hfl_interface.h
This file defines the HFL camera's interface class.
hfl::HflInterface::getVersion
std::string getVersion() const
Definition:
hfl_interface.cpp:52
hfl_driver
Author(s): Evan Flynn
, Maxton Ginier
, Gerardo Bravo
, Moises Diaz
autogenerated on Wed Mar 2 2022 00:22:32