YARP
Yet Another Robot Platform
PidEnums.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
3  * All rights reserved.
4  *
5  * This software may be modified and distributed under the terms of the
6  * BSD-3-Clause license. See the accompanying LICENSE file for details.
7  */
8 
9 #ifndef YARP_DEV_PIDENUMS_H
10 #define YARP_DEV_PIDENUMS_H
11 
12 #include <yarp/os/Vocab.h>
13 #include <yarp/conf/system.h>
14 #include <yarp/dev/api.h>
15 
16 namespace yarp
17 {
18  namespace dev
19  {
21  {
26  };
27 
31  {
33  METRIC = 1,
34  };
35 
37  {
40  POSITION_METRIC = 2,
41  VELOCITY_METRIC = 3,
42  TORQUE_METRIC = 4,
43  CURRENT_METRIC = 5
44  };
46  }
47 }
48 
49 #endif // YARP_DEV_PIDENUMS_H
PidOutputUnitsEnum
Definition: PidEnums.h:37
PidControlTypeEnum
Definition: PidEnums.h:21
@ VOCAB_PIDTYPE_TORQUE
Definition: PidEnums.h:24
@ VOCAB_PIDTYPE_VELOCITY
Definition: PidEnums.h:23
@ VOCAB_PIDTYPE_POSITION
Definition: PidEnums.h:22
@ VOCAB_PIDTYPE_CURRENT
Definition: PidEnums.h:25
PidFeedbackUnitsEnum
Definition: PidEnums.h:31
constexpr yarp::conf::vocab32_t createVocab(char a, char b=0, char c=0, char d=0)
Definition: Vocab.h:22
The main, catch-all namespace for YARP.
Definition: environment.h:18
#define YARP_WARNING_POP
Ends a temporary alteration of the enabled warnings.
Definition: system.h:335
#define YARP_DISABLE_CLASS_ENUM_API_WARNING
Definition: system.h:349
#define YARP_WARNING_PUSH
Starts a temporary alteration of the enabled warnings.
Definition: system.h:334
#define YARP_dev_API
Definition: api.h:19