![]() |
OpenIndy-Core
0.2.0.43
|
#include <QPointer>
#include <QList>
#include "function.h"
#include "sensor.h"
#include "simulationmodel.h"
#include "networkadjustment.h"
#include "tool.h"
#include "exchangesimpleascii.h"
#include "exchangedefinedformat.h"
Go to the source code of this file.
Classes | |
class | oi::Plugin |
The Plugin class. More... | |
Namespaces | |
oi | |
Macros | |
#define | STR(x) #x |
#define | STR2(x) STR(x) |
#define | CONCAT(a, b) a ## b |
#define | CONCAT2(a, b) CONCAT(a, b) |
#define | PLUGIN_PREFIX de.openIndy.plugin.v |
#define | Plugin_iidd STR2(CONCAT2(PLUGIN_PREFIX, PLUGIN_INTERFACE_VERSION)) |
#define CONCAT | ( | a, | |
b | |||
) | a ## b |
#define CONCAT2 | ( | a, | |
b | |||
) | CONCAT(a, b) |
#define Plugin_iidd STR2(CONCAT2(PLUGIN_PREFIX, PLUGIN_INTERFACE_VERSION)) |
#define PLUGIN_PREFIX de.openIndy.plugin.v |
#define STR | ( | x | ) | #x |
#define STR2 | ( | x | ) | STR(x) |