ADTF  3.18.2
constantslegacy.h File Reference

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. More...
 
#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
 

Detailed Description

Copyright © Audi Electronics Venture GmbH.

All rights reserved

Definition in file constantslegacy.h.

Macro Definition Documentation

◆ GLOBAL

#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.