Copyright © Audi Electronics Venture GmbH. More...
Go to the source code of this file.
Macros | |
#define | GLOBAL A_UTILS_GLOBAL |
This file is introduced because there are preprocessor-conflicts between the A_UTILS Macro STATIC and the keyword static. | |
#define | MEMBER A_UTILS_MEMBER |
prefix for members variables / objects | |
#define | LOCAL A_UTILS_LOCAL |
prefix for local variables / objects | |
#define | STATIC A_UTILS_STATIC |
prefix for static variables / objects | |
#define | EXTERN A_UTILS_EXTERN |
prefix for extern variables / objects | |
#define | REGIST A_UTILS_REGIST |
prefix for register variables / objects | |
Copyright © Audi Electronics Venture GmbH.
All rights reserved
Definition in file constantslegacy.h.
#define EXTERN A_UTILS_EXTERN |
prefix for extern variables / objects
Definition at line 28 of file constantslegacy.h.
#define GLOBAL A_UTILS_GLOBAL |
This file is introduced because there are preprocessor-conflicts between the A_UTILS Macro STATIC and the keyword static.
All macros start with A_UTILS_ now. This file avoids the need to rename all macros in all tests at once. This can be done step by step. Set A_UTILS_USE_LEGACY_CONSTANTS_MACROS to true with CMake to get this file included. prefix for global variables / objects
Definition at line 20 of file constantslegacy.h.
#define LOCAL A_UTILS_LOCAL |
prefix for local variables / objects
Definition at line 24 of file constantslegacy.h.
#define MEMBER A_UTILS_MEMBER |
prefix for members variables / objects
Definition at line 22 of file constantslegacy.h.
#define REGIST A_UTILS_REGIST |
prefix for register variables / objects
Definition at line 30 of file constantslegacy.h.
#define STATIC A_UTILS_STATIC |
prefix for static variables / objects
Definition at line 26 of file constantslegacy.h.