Arduino Sim Racing Library v2.0.0
|
Source file for the Sim Racing Library. More...
#include "SimRacing.h"
Go to the source code of this file.
Functions | |
template<> | |
LogitechPedals | SimRacing::CreateShieldObject< LogitechPedals, 1 > () |
Create a LogitechPedals object for the Pedals Shield v1. | |
template<> | |
LogitechPedals | SimRacing::CreateShieldObject< LogitechPedals, 2 > () |
Create a LogitechPedals object for the Pedals Shield v2. | |
template<> | |
LogitechShifter | SimRacing::CreateShieldObject< LogitechShifter, 1 > () |
Create a LogitechShifter object for the Shifter Shield v1. | |
template<> | |
LogitechShifter | SimRacing::CreateShieldObject< LogitechShifter, 2 > () |
Create a LogitechShifter object for the Shifter Shield v2. | |
template<> | |
LogitechShifterG27 | SimRacing::CreateShieldObject< LogitechShifterG27, 2 > () |
Create a LogitechShifterG27 object for the Shifter Shield v2. | |
template<> | |
LogitechShifterG25 | SimRacing::CreateShieldObject< LogitechShifterG25, 2 > () |
Create a LogitechShifterG25 object for the Shifter Shield v2. | |
Source file for the Sim Racing Library.
Definition in file SimRacing.cpp.
LogitechPedals SimRacing::CreateShieldObject< LogitechPedals, 1 > | ( | ) |
Create a LogitechPedals object for the Pedals Shield v1.
Definition at line 35 of file SimRacing.cpp.
LogitechPedals SimRacing::CreateShieldObject< LogitechPedals, 2 > | ( | ) |
Create a LogitechPedals object for the Pedals Shield v2.
Definition at line 48 of file SimRacing.cpp.
LogitechShifter SimRacing::CreateShieldObject< LogitechShifter, 1 > | ( | ) |
Create a LogitechShifter object for the Shifter Shield v1.
Definition at line 55 of file SimRacing.cpp.
LogitechShifter SimRacing::CreateShieldObject< LogitechShifter, 2 > | ( | ) |
Create a LogitechShifter object for the Shifter Shield v2.
Definition at line 69 of file SimRacing.cpp.
LogitechShifterG25 SimRacing::CreateShieldObject< LogitechShifterG25, 2 > | ( | ) |
Create a LogitechShifterG25 object for the Shifter Shield v2.
Definition at line 94 of file SimRacing.cpp.
LogitechShifterG27 SimRacing::CreateShieldObject< LogitechShifterG27, 2 > | ( | ) |
Create a LogitechShifterG27 object for the Shifter Shield v2.
Definition at line 76 of file SimRacing.cpp.