ADTF
|
Copyright © Audi Electronics Venture GmbH. More...
Go to the source code of this file.
Classes | |
struct | adtf_version_default |
Static Version type for the ADTF Versions. More... | |
struct | adtf_version_customer< CUSTOMER_VERSION > |
Static Version type for the ADTF Versions which is enriched with a customer version. More... | |
Namespaces | |
adtf | |
Namespace for entire ADTF SDK. | |
adtf::base | |
Namespace for the ADTF Base SDK. | |
adtf::base::ant | |
Namespace for all functionality of the ADTF Base SDK provided since v3.0. | |
Macros | |
#define | ADTF_ADDITONAL_VERSION_TYPE(_ID, _MAJOR, _MINOR, _PATCH) |
defines a enriched adtf::base::ant::adtf_version_customer More... | |
#define | ADTF_CLASS_VERSIONS(...) |
Adds a version. More... | |
Copyright © Audi Electronics Venture GmbH.
All rights reserved
Definition in file adtf_class_version.h.
#define ADTF_ADDITONAL_VERSION_TYPE | ( | _ID, | |
_MAJOR, | |||
_MINOR, | |||
_PATCH | |||
) |
defines a enriched adtf::base::ant::adtf_version_customer
_ID | version identifier of the named version. |
_MAJOR | major version number of the named version. |
_MINOR | minor version number of the named version. |
_PATCH | patch version number of the named version. |
Definition at line 73 of file adtf_class_version.h.
#define ADTF_CLASS_VERSIONS | ( | ... | ) |
Adds a version.
... | Arguments |
Definition at line 86 of file adtf_class_version.h.