EX-Display
EX-Display
Loading...
Searching...
No Matches
/home/runner/work/EX-Display/EX-Display/CreateDeviceMacros.h File Reference
Include dependency graph for CreateDeviceMacros.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define USER_DISPLAY(type, params...)   this->addDisplay(type::create(params));
 Preprocessor macros to create user specified devices from myDevices.h.
 
#define USER_INPUT(type, params...)   this->addInput(type::create(params));
 

Macro Definition Documentation

◆ USER_DISPLAY

#define USER_DISPLAY (   type,
  params... 
)    this->addDisplay(type::create(params));

Preprocessor macros to create user specified devices from myDevices.h.

◆ USER_INPUT

#define USER_INPUT (   type,
  params... 
)    this->addInput(type::create(params));