Hotwheels-Cluster 1.2
Creation of Cluster APP for SEA:ME project.
 
Loading...
Searching...
No Matches
enums.hpp File Reference

Definition of the enums used in the application. More...

#include <QtCore/qmetatype.h>

Go to the source code of this file.

Enumerations

enum class  ComponentStatus {
  Idle , Starting , Operational , Down ,
  Idle , Starting , Operational , Down
}
 Enum class for the component status. More...
 
enum class  DrivingMode { Manual , Automatic , Manual , Automatic }
 Enum class for the driving mode. More...
 
enum class  ClusterTheme { Dark , Light , Dark , Light }
 Enum class for the cluster theme. More...
 
enum class  ClusterMetrics { Miles , Kilometers , Miles , Kilometers }
 Enum class for the cluster metrics. More...
 
enum class  CarDirection {
  Drive , Reverse , Stop , Drive ,
  Reverse , Stop
}
 Enum class for the car direction. More...
 

Detailed Description

Definition of the enums used in the application.

Version
0.1
Date
2025-01-31

This file contains the definition of the enums used in the application.

Author
Félix LE BIHAN (@Fle-bihh)
Tiago Pereira (@t-pereira06)
Ricardo Melo (@reomelo)
Michel Batista (@MicchelFAB)

Definition in file enums.hpp.

Enumeration Type Documentation

◆ CarDirection

enum class CarDirection
strong

Enum class for the car direction.

Enumerator
Drive 
Reverse 
Stop 
Drive 
Reverse 
Stop 

Definition at line 30 of file enums.hpp.

◆ ClusterMetrics

enum class ClusterMetrics
strong

Enum class for the cluster metrics.

Enumerator
Miles 
Kilometers 
Miles 
Kilometers 

Definition at line 28 of file enums.hpp.

◆ ClusterTheme

enum class ClusterTheme
strong

Enum class for the cluster theme.

Enumerator
Dark 
Light 
Dark 
Light 

Definition at line 26 of file enums.hpp.

◆ ComponentStatus

enum class ComponentStatus
strong

Enum class for the component status.

Enumerator
Idle 
Starting 
Operational 
Down 
Idle 
Starting 
Operational 
Down 

Definition at line 22 of file enums.hpp.

◆ DrivingMode

enum class DrivingMode
strong

Enum class for the driving mode.

Enumerator
Manual 
Automatic 
Manual 
Automatic 

Definition at line 24 of file enums.hpp.