|
Diag-Client-Lib
|
#include <cstdint>#include <string>#include <string_view>#include "core/include/span.h"#include "uds_transport/protocol_handler.h"#include "uds_transport/protocol_mgr.h"#include "uds_transport/protocol_types.h"

Go to the source code of this file.
Classes | |
| class | uds_transport::Connection |
| Interface class to handle connection between two layers. More... | |
Namespaces | |
| uds_transport | |
| uds_transport::anonymous_namespace{connection.h} | |
Functions | |
| template<typename... T> | |
| std::string | uds_transport::anonymous_namespace{connection.h}::Append (T... args) |
| std::string | uds_transport::anonymous_namespace{connection.h}::CreateConnectionName (std::string_view connection_name, std::uint8_t connection_id) |
| Function to append the connection id to the connection name. More... | |