|
ADTF
|
#include "rpc_object_client_intf.h"#include "rpc_object_server_registry_intf.h"#include "adtf_client_connector.h"#include <jsonrpccpp/server/abstractserverconnector.h>#include <a_util/result.h>#include <rpc/json_rpc.h>#include <rpc/rpc_server.h>#include <json/value.h>#include <adtf_utils.h>#include <adtfucom3/adtf_ucom3.h>#include <adtfbase/string_intf.h>#include <adtfbase/rawmemory_intf.h>#include <sstream>Go to the source code of this file.
Namespaces | |
| namespace | adtf |
| Namespace for all functionality provided by ADTF and its SDKs. | |
| namespace | adtf::remote |
| Namespace for the ADTF Remote SDK. | |
| namespace | adtf::remote::hollow |
| Namespace for all functionality of the ADTF Remote SDK provided since v3.7. | |
Macros | |
| #define | EXCEPTION_TO_DEFAULT(__default, __body) |
| macro to return a default value in case of an exception | |
| #define | EXCEPTION_TO_DEFAULT_AND_LOG(__default, __body) |
| macro to return a default value in case of an exception | |
| #define | EXCEPTION_TO_RESULT(__body) |
| macro to return a tResult in case of an exception | |
Copyright © Audi Electronics Venture GmbH. All rights reserved
| #define EXCEPTION_TO_DEFAULT | ( | __default, | |
| __body ) |
macro to return a default value in case of an exception
| #define EXCEPTION_TO_DEFAULT_AND_LOG | ( | __default, | |
| __body ) |
macro to return a default value in case of an exception
| #define EXCEPTION_TO_RESULT | ( | __body | ) |
macro to return a tResult in case of an exception