|
ADTF
|
Go to the source code of this file.
Macros | |
| #define | ADTF3_DEPRECATED(_depr_message_) |
| #define | ADTF3_IGNORE_DEPRECATION_WARNING_BEGIN |
| #define | ADTF3_IGNORE_DEPRECATION_WARNING_END _Pragma("GCC diagnostic pop") |
Copyright © Audi Electronics Venture GmbH. All rights reserved
| #define ADTF3_DEPRECATED | ( | _depr_message_ | ) |
Mark a function or variable as deprecated.
To mark the function
as deprecated declare
| [in] | _depr_message_ | The message |
| #define ADTF3_IGNORE_DEPRECATION_WARNING_BEGIN |