Diag-Client-Lib
Classes | Typedefs
diag::client::uds_message Namespace Reference

Classes

class  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...
 
class  DmUdsMessage
 
class  DmUdsResponse
 

Typedefs

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

Typedef Documentation

◆ UdsRequestMessageConstPtr

using diag::client::uds_message::UdsRequestMessageConstPtr = typedef std::unique_ptr<const UdsMessage>

Type alias of unique_ptr for constant UdsRequestMessage.

Definition at line 94 of file diagnostic_client_uds_message_type.h.

◆ UdsRequestMessagePtr

Type alias of unique_ptr for Request Message.

Definition at line 99 of file diagnostic_client_uds_message_type.h.

◆ UdsResponseMessagePtr

Type alias of unique_ptr for Response Message.

Definition at line 104 of file diagnostic_client_uds_message_type.h.