Transition.h
Go to the documentation of this file.
1
/*
2
* Copyright 2015-2019 CNRS-UM LIRMM, CNRS-AIST JRL
3
*/
4
5
#pragma once
6
7
#include <
mc_control/fsm/api.h
>
8
9
#include <string>
10
11
namespace
mc_control
12
{
13
14
namespace
fsm
15
{
16
24
struct
MC_CONTROL_FSM_DLLAPI
Transition
25
{
26
std::string
state
;
28
enum struct
Type
29
{
31
StepByStep,
33
Auto,
35
Strict
36
};
37
Type
type
;
38
};
39
40
}
// namespace fsm
41
42
}
// namespace mc_control
MC_CONTROL_FSM_DLLAPI
#define MC_CONTROL_FSM_DLLAPI
Definition:
api.h:50
mc_control::fsm::Transition
Definition:
Transition.h:24
mc_control::fsm::Transition::Type
Type
Definition:
Transition.h:28
mc_control
Definition:
CompletionCriteria.h:10
mc_control::fsm::Transition::type
Type type
Definition:
Transition.h:37
api.h
mc_control::fsm::Transition::state
std::string state
Definition:
Transition.h:26
include
mc_control
fsm
Transition.h
Generated by
1.8.17