Control Libraries
6.3.4
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
c
d
e
f
i
j
l
m
o
p
s
t
u
Functions
c
d
e
f
i
l
m
o
p
s
t
u
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
v
z
~
Functions
a
c
d
e
f
g
i
j
m
n
o
p
r
s
t
v
z
~
Variables
Related Functions
d
e
l
o
s
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Friends
Pages
Loading...
Searching...
No Matches
source
state_representation
include
state_representation
parameters
ParameterType.hpp
1
#pragma once
2
3
namespace
state_representation
{
4
9
enum class
ParameterType
{
10
BOOL,
11
BOOL_ARRAY,
12
INT,
13
INT_ARRAY,
14
DOUBLE,
15
DOUBLE_ARRAY,
16
STRING,
17
STRING_ARRAY,
18
STATE,
19
VECTOR,
20
MATRIX
21
};
22
}
state_representation
Core state variables and objects.
Definition:
EmptyStateException.hpp:6
state_representation::ParameterType
ParameterType
The parameter value types.
Definition:
ParameterType.hpp:9
Generated by
1.9.5