![]() |
OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
|
Combination of input numbers. More...
#include <SimWheelTypes.hpp>
Public Member Functions | |
| operator std::vector< uint8_t > () | |
| Typecast this InputNumber vector to a uint8_t vector. | |
| InputNumberCombination (std::initializer_list< uint8_t > items) | |
| Create a vector of input numbers from integer constants/variables. | |
| operator uint64_t () | |
| Convert this vector to a single 64-bit bitmap. | |
Combination of input numbers.
Definition at line 438 of file SimWheelTypes.hpp.
|
inline |
Create a vector of input numbers from integer constants/variables.
| items | List of values for initialization |
Definition at line 464 of file SimWheelTypes.hpp.
|
inline |
Typecast this InputNumber vector to a uint8_t vector.
Definition at line 446 of file SimWheelTypes.hpp.
|
inlineexplicit |
Convert this vector to a single 64-bit bitmap.
Definition at line 481 of file SimWheelTypes.hpp.