ADTF
|
Copyright © Audi Electronics Venture GmbH. More...
Go to the source code of this file.
Classes | |
class | IErrorHandling |
Error handling interface. More... | |
class | IErrorHandling::IErrorHandler |
Interface for handling an error from a specific error source and error category. More... | |
class | cErrorHandler |
Base class for implementing error handlers. More... | |
class | cErrorChecker |
Error checker implementation for easy use of the error handler elasto::IErrorHandling::IErrorHandler. More... | |
Namespaces | |
adtf | |
Namespace for entire ADTF SDK. | |
adtf::base | |
Namespace for the ADTF Base SDK. | |
adtf::base::elasto | |
Namespace for all functionality of the ADTF Base SDK provided since v3.4. | |
adtf::base::flash | |
Namespace for all functionality of the ADTF Base SDK provided since v3.5. | |
Functions | |
ucom::ant::object_ptr< IErrorHandling::IErrorHandler > | create_error_handler (const char *strErrorSource, const char *strErrorCategory, IErrorHandling::tAction eDefaultAction) |
Creates a new error handler. More... | |
void | handle_error (const char *strErrorSource, const char *strErrorCategory, IErrorHandling::tAction eDefaultAction, tResult oError) |
Convenience method to report an error for short lived objects. More... | |
Copyright © Audi Electronics Venture GmbH.
All rights reserved
Definition in file error_handling_intf.h.