Copyright © Audi Electronics Venture GmbH. More...
Go to the source code of this file.
Namespaces | |
namespace | adtf |
Namespace for entire ADTF SDK. | |
namespace | adtf::ucom |
Namespace for the ADTF uCOM3 SDK. | |
Macros | |
#define | UCOM_PLUGIN_DEFINE_DEFAULT_METHODS(__plugin_label, __plugin_version_type, ...) |
#define | UCOM_PLUGIN_MAIN_METHOD() |
#define | UCOM_PLUGIN(__plugin_label, __plugin_version_type, ...) |
This macro adds all required objects for a UCOM plugin. | |
#define UCOM_PLUGIN | ( | __plugin_label, | |
__plugin_version_type, | |||
... ) |
This macro adds all required objects for a UCOM plugin.
Definition at line 37 of file plugin_macros.h.
#define UCOM_PLUGIN_DEFINE_DEFAULT_METHODS | ( | __plugin_label, | |
__plugin_version_type, | |||
... ) |
Definition at line 16 of file plugin_macros.h.
#define UCOM_PLUGIN_MAIN_METHOD | ( | ) |
Definition at line 33 of file plugin_macros.h.