|
Signal I/O Interface
|
Signal aquisition/generation functions. More...
#include <math.h>#include "plugin_loader/loader_macros.h"Go to the source code of this file.
Macros | |
| #define | M_PI 3.14159 |
| Defines mathematical Pi value if standard math.h one is not available. | |
| #define | SIGNAL_IO_DEVICE_INVALID_ID -1 |
| Device identifier to be returned on device creation errors. | |
| #define | SIGNAL_IO_INTERFACE(Namespace, INIT_FUNCTION) |
| Signal input/output interface declaration macro. More... | |
Signal aquisition/generation functions.
Physical/virtual signal aquisition and generation interface to be implemented by hardware specific plugins
| #define SIGNAL_IO_INTERFACE | ( | Namespace, | |
| INIT_FUNCTION | |||
| ) |
Signal input/output interface declaration macro.
1.8.17