| EX-Display
    EX-Display | 
#include "CreateDeviceMacroReset.h"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)); | 
| #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)); |