YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarpmotorgui.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-FileCopyrightText: 2006-2010 RobotCub Consortium
4 * SPDX-License-Identifier: LGPL-2.1-or-later
5 */
6
7#ifndef YARPMOTORGUI_H
8#define YARPMOTORGUI_H
9#include <QColor>
10
12
13const QColor idleColor = QColor( 249,236,141);
14const QColor positionColor = QColor( 149,221,186);
15const QColor positionDirectColor = QColor( 119,206,111);
16const QColor mixedColor = QColor( 150,(221+190)/2,(186+255)/2);
17const QColor velocityColor = QColor( 150,190,255);
18const QColor torqueColor = QColor( 219,166,171);
19const QColor pwmColor = QColor( 250,250,250);
20const QColor currentColor = QColor(250, 200, 120);
21const QColor errorColor = QColor(255,0,0);
22const QColor disconnectColor = QColor(190,190,190);
23const QColor hwFaultColor = QColor(255,50,50);
24const QColor calibratingColor = QColor(220,220,220);
25
26enum {
30};
31
32
33#endif // YARPMOTORGUI_H
const QColor idleColor
const QColor disconnectColor
const QColor hwFaultColor
const QColor torqueColor
const QColor positionColor
@ POS_SEQUENCE
@ TIM_SEQUENCE
@ ADDITIONAL_COLUMNS
const QColor pwmColor
const QColor positionDirectColor
const QColor errorColor
const QColor mixedColor
const QColor velocityColor
const QColor calibratingColor
const QColor currentColor