Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
w
+
Functions
a
c
d
g
i
l
n
o
p
r
s
t
w
Typedefs
Enumerations
+
Enumerator
c
e
p
r
s
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
a
c
d
e
f
i
m
p
s
t
u
v
+
Typedefs
a
b
c
d
e
f
i
o
p
r
s
v
Enumerations
+
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
Related Functions
+
Files
File List
+
File Members
+
All
_
b
c
d
f
h
i
l
m
n
p
r
s
t
u
w
+
Functions
c
d
f
h
i
m
n
p
r
s
t
w
Variables
Typedefs
Enumerations
+
Enumerator
d
m
s
Macros
src
datatypes
FieldDescription.cpp
Go to the documentation of this file.
1
/*
2
* FieldDescription.cpp
3
*
4
* Created on: 30.08.2011
5
* Author: wahnfla
6
*/
7
8
#include "
FieldDescription.hpp
"
9
#include "../tools/errorhandler.hpp"
10
11
namespace
datatypes
12
{
13
14
FieldDescription::FieldDescription
() :
15
m_fieldType(Undefined)
16
{
17
m_datatype
=
Datatype_FieldDescription
;
18
}
19
20
//
21
//
22
//
23
std::string
FieldDescription::fieldTypeToString
(
FieldType
type)
24
{
25
switch
(type)
26
{
27
case
Segmented
:
28
return
"Segmented"
;
29
case
Rectangle
:
30
return
"Rectangle"
;
31
case
Radial
:
32
return
"Radial"
;
33
case
Dynamic
:
34
return
"Dynamic"
;
35
default
:
36
return
"undefined"
;
37
}
38
}
39
40
41
}
// namespace datatypes
datatypes
Definition:
BasicDatatypes.hpp:91
datatypes::FieldDescription::fieldTypeToString
static std::string fieldTypeToString(FieldType type)
Definition:
FieldDescription.cpp:23
datatypes::FieldDescription::Dynamic
Definition:
FieldDescription.hpp:30
datatypes::FieldDescription::FieldType
FieldType
Definition:
FieldDescription.hpp:24
datatypes::BasicData::m_datatype
UINT16 m_datatype
Definition:
BasicDatatypes.hpp:107
datatypes::FieldDescription::Radial
Definition:
FieldDescription.hpp:29
FieldDescription.hpp
datatypes::FieldDescription::Rectangle
Definition:
FieldDescription.hpp:28
Datatype_FieldDescription
Definition:
BasicDatatypes.hpp:68
datatypes::FieldDescription::FieldDescription
FieldDescription()
Definition:
FieldDescription.cpp:14
datatypes::FieldDescription::Segmented
Definition:
FieldDescription.hpp:27
libsick_ldmrs
Author(s): SICK AG
, Martin Günther
, Jochen Sprickerhof
autogenerated on Wed Oct 26 2022 02:08:38