ADTF
|
Copyright © Audi Electronics Venture GmbH. More...
Go to the source code of this file.
Classes | |
class | cRunnable |
Empty Runnable helper implementation. More... | |
class | runnable< TYPE_OF_ACTIVATION, Interface > |
Runnable helper implementaton template. More... | |
class | runnable< TYPE_OF_ACTIVATION, AntInterface, Interface > |
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. | |
adtf::base::flash | |
Namespace for all functionality of the ADTF Base SDK provided since v3.5. | |
Macros | |
#define | ADTF_RUN_FUNCTION(_fcName_) [this](tTimeStamp tmTime) -> tResult { return _fcName_(tmTime); } |
Helper Macro to define Run function for adtf::base::ant::runnable<> More... | |
#define | ADTF_RUN_FUNCTION_NS(_fcName_) [this](adtf::base::flash::tNanoSeconds tmTime) -> tResult { return _fcName_(tmTime); } |
Helper Macro to define Run function for adtf::base::ant::runnable<> More... | |
#define ADTF_RUN_FUNCTION | ( | _fcName_ | ) | [this](tTimeStamp tmTime) -> tResult { return _fcName_(tmTime); } |
Helper Macro to define Run function for adtf::base::ant::runnable<>
_fcName_ | The function name to forward teh call to. |
Definition at line 196 of file runnable.h.
#define ADTF_RUN_FUNCTION_NS | ( | _fcName_ | ) | [this](adtf::base::flash::tNanoSeconds tmTime) -> tResult { return _fcName_(tmTime); } |
Helper Macro to define Run function for adtf::base::ant::runnable<>
_fcName_ | The function name to forward teh call to. |
Definition at line 203 of file runnable.h.