Diag-Client-Lib
Classes | Namespaces | Typedefs
diagnostic_client_uds_message_type.h File Reference
#include <cstdint>
#include <memory>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for diagnostic_client_uds_message_type.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  diag::client::uds_message::UdsMessage
 Class represents an UDS message exchanged between User of diag-client-lib and implementation of diag-client-lib on diagnostic request reception path or diagnostic response transmission path. UdsMessage provides the storage for UDS requests/responses. More...
 

Namespaces

 diag
 
 diag::client
 
 diag::client::uds_message
 

Typedefs

using diag::client::uds_message::UdsRequestMessageConstPtr = std::unique_ptr< const UdsMessage >
 Type alias of unique_ptr for constant UdsRequestMessage. More...
 
using diag::client::uds_message::UdsRequestMessagePtr = std::unique_ptr< UdsMessage >
 Type alias of unique_ptr for Request Message. More...
 
using diag::client::uds_message::UdsResponseMessagePtr = std::unique_ptr< UdsMessage >
 Type alias of unique_ptr for Response Message. More...