YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
PidEnums.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5
6#ifndef YARP_DEV_PIDENUMS_H
7#define YARP_DEV_PIDENUMS_H
8
9#include <yarp/os/Vocab.h>
10#include <yarp/conf/system.h>
11#include <yarp/dev/api.h>
12
13namespace yarp::dev {
21
25{
27 METRIC = 1,
28};
29
40} // namespace yarp::dev
41
42#endif // YARP_DEV_PIDENUMS_H
For streams capable of holding different kinds of content, check what they actually have.
PidOutputUnitsEnum
Definition PidEnums.h:31
PidControlTypeEnum
Definition PidEnums.h:15
@ VOCAB_PIDTYPE_TORQUE
Definition PidEnums.h:18
@ VOCAB_PIDTYPE_VELOCITY
Definition PidEnums.h:17
@ VOCAB_PIDTYPE_POSITION
Definition PidEnums.h:16
@ VOCAB_PIDTYPE_CURRENT
Definition PidEnums.h:19
PidFeedbackUnitsEnum
Definition PidEnums.h:25
constexpr yarp::conf::vocab32_t createVocab32(char a, char b=0, char c=0, char d=0)
Create a vocab from chars.
Definition Vocab.h:27
#define YARP_WARNING_POP
Ends a temporary alteration of the enabled warnings.
Definition system.h:334
#define YARP_DISABLE_CLASS_ENUM_API_WARNING
Definition system.h:348
#define YARP_WARNING_PUSH
Starts a temporary alteration of the enabled warnings.
Definition system.h:333
#define YARP_dev_API
Definition api.h:18