|
ADTF Device Toolbox SDK
|
#include <stdint.h>#include <stddef.h>#include <array>Go to the source code of this file.
Namespaces | |
| namespace | adtf |
| ADTF - Namespace. | |
| namespace | adtf::devicetb |
| Devicetoolbox - Namespace. | |
| namespace | adtf::devicetb::sdk |
| Namespace for SDK of ADTF-Devicetoolbox. | |
| namespace | adtf::devicetb::sdk::someip |
| Namespace for SOME/IP in ADTF-Devicetoolbox. | |
| namespace | adtf::devicetb::sdk::someip::brake |
| Namespace for functionality provided by V3.1.0. | |
| namespace | adtf::devicetb::sdk::someip::hood |
| Namespace for functionality provided by V3.7.0. | |
Enumerations | |
| enum class | adtf::devicetb::sdk::someip::brake::tMessageType : uint8_t { MT_REQUEST = 0x00 , MT_REQUEST_NO_RETURN = 0x01 , MT_NOTIFICATION = 0x02 , MT_RESPONSE = 0x80 , MT_ERROR = 0x81 , MT_REQUEST_ACK = 0x40 , MT_REQUEST_NO_RETURN_ACK = 0x41 , MT_NOTIFICATION_ACK = 0x42 , MT_RESPONSE_ACK = 0xC0 , MT_ERROR_ACK = 0xC1 , MT_TP_REQUEST = 0x20 , MT_TP_REQUEST_NO_RETURN = 0x21 , MT_TP_NOTIFICATION = 0x22 , MT_TP_RESPONSE0 = 0xA0 , MT_TP_ERROR = 0xA1 } |
| enum class | adtf::devicetb::sdk::someip::brake::tReturnCode : uint8_t { E_OK = 0x00 , E_NOT_OK = 0x01 , E_UNKNOWN_SERVICE = 0x02 , E_UNKNOWN_METHOD = 0x03 , E_NOT_READY = 0x04 , E_NOT_REACHABLE = 0x05 , E_TIMEOUT = 0x06 , E_WRONG_PROTOCOL_VERSION = 0x07 , E_WRONG_INTERFACE_VERSION = 0x08 , E_MALFORMED_MESSAGE = 0x09 , E_WRONG_MESSAGE_TYPE = 0x0a , E_RESERVED_MIN = 0x0b , E_RESERVED_MAX = 0x3f } |
Functions | |
| bool | adtf::devicetb::sdk::someip::brake::operator!= (const tSomeIpSampleHeader &lhs, const tSomeIpSampleHeader &rhs) |
| bool | adtf::devicetb::sdk::someip::brake::operator== (const tSomeIpSampleHeader &lhs, const tSomeIpSampleHeader &rhs) |
| bool | adtf::devicetb::sdk::someip::hood::operator!= (const tSomeIpSampleHeader &lhs, const tSomeIpSampleHeader &rhs) |
| bool | adtf::devicetb::sdk::someip::hood::operator== (const tSomeIpSampleHeader &lhs, const tSomeIpSampleHeader &rhs) |
| bool | adtf::devicetb::sdk::someip::hood::operator!= (const tSomeIpSessionHeader &lhs, const tSomeIpSessionHeader &rhs) |
| bool | adtf::devicetb::sdk::someip::hood::operator== (const tSomeIpSessionHeader &lhs, const tSomeIpSessionHeader &rhs) |
| bool | adtf::devicetb::sdk::someip::operator!= (const tSomeIpSampleHeader &lhs, const tSomeIpSampleHeader &rhs) |
| bool | adtf::devicetb::sdk::someip::operator== (const tSomeIpSampleHeader &lhs, const tSomeIpSampleHeader &rhs) |
Copyright 2024 CARIAD SE.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice.
You may add additional accurate notices of copyright ownership.