OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
Loading...
Searching...
No Matches
unknown_input_number Class Reference

Exception for unknown input numbers. More...

#include <SimWheelTypes.hpp>

Public Member Functions

 unknown_input_number (std::string usage)
 Construct a new unknown_input_number exception.
 

Detailed Description

Exception for unknown input numbers.

Note
Unknown input numbers are used but not assigned to a hardware input

Definition at line 139 of file SimWheelTypes.hpp.

Constructor & Destructor Documentation

◆ unknown_input_number()

unknown_input_number::unknown_input_number ( std::string usage)
inline

Construct a new unknown_input_number exception.

Parameters
usageA message about how the input number was used

Definition at line 147 of file SimWheelTypes.hpp.

◆ ~unknown_input_number()

virtual unknown_input_number::~unknown_input_number ( )
inlinevirtualnoexcept

Definition at line 152 of file SimWheelTypes.hpp.


The documentation for this class was generated from the following file: