8 #ifndef DIAGNOSTIC_CLIENT_LIB_APPL_SRC_DCM_CONVERSATION_CONVERSATION_H
9 #define DIAGNOSTIC_CLIENT_LIB_APPL_SRC_DCM_CONVERSATION_CONVERSATION_H
19 namespace conversation {
90 std::unique_ptr<::
uds_transport::Connection> connection) noexcept = 0;
Class type to contains a value (of type ValueType), or an error (of type ErrorType)
static Result FromError(const E &e) noexcept
Build a new Result from the specified error (given as lvalue)
A view over a contiguous sequence of objects.
VehicleInfoResponseError
Definitions of Vehicle Identification response error code.
Interface for diag client conversation.
DiagClientConversation::IpAddress IpAddress
Type alias for Ip address.
virtual void HandleMessage(::uds_transport::UdsMessagePtr message) noexcept=0
Function to Hands over a valid received Uds message.
virtual ConnectResult ConnectToDiagServer(std::uint16_t, IpAddress) noexcept
Function to connect to Diagnostic Server.
virtual void RegisterConnection(std::unique_ptr<::uds_transport::Connection > connection) noexcept=0
Function to register the conversation to underlying transport protocol handler.
auto GetActivityStatus() const noexcept -> ActivityStatusType
Get the current activity status of this conversation.
ActivityStatusType activity_status_
Store the conversation activity status.
virtual void Shutdown() noexcept=0
Function to shutdown the Conversation.
virtual std::pair<::uds_transport::UdsTransportProtocolMgr::IndicationResult, ::uds_transport::UdsMessagePtr > IndicateMessage(::uds_transport::UdsMessage::Address source_addr, ::uds_transport::UdsMessage::Address target_addr, ::uds_transport::UdsMessage::TargetAddressType type, ::uds_transport::ChannelID channel_id, std::size_t size, ::uds_transport::Priority priority, ::uds_transport::ProtocolKind protocol_kind, core_type::Span< std::uint8_t const > payload_info) noexcept=0
Function to indicate a start of reception of message.
virtual DisconnectResult DisconnectFromDiagServer() noexcept
Function to disconnect from Diagnostic Server.
ActivityStatusType
Definitions of current activity status.
virtual Result< uds_message::UdsResponseMessagePtr, DiagError > SendDiagnosticRequest(uds_message::UdsRequestMessageConstPtr) noexcept
Function to send Diagnostic Request and get Diagnostic Response.
virtual core_type::Result< diag::client::vehicle_info::VehicleInfoMessageResponseUniquePtr, DiagClient::VehicleInfoResponseError > SendVehicleIdentificationRequest(vehicle_info::VehicleInfoListRequestType) noexcept
Function to send vehicle identification request and get the Diagnostic Server list.
virtual ::uds_transport::ConversionHandler & GetConversationHandler() noexcept=0
Function to get the conversation handler from conversation object.
Conversation() noexcept=default
Constructs an instance of Conversation.
virtual void Startup() noexcept=0
Function to start the Conversation.
DiagError
Definitions of Diagnostics Request Response results.
DisconnectResult
Definitions of Disconnection results.
uds_message::UdsMessage::IpAddress IpAddress
Type alias of ip address type.
ConnectResult
Definitions of Connection results.
std::unique_ptr< const UdsMessage > UdsRequestMessageConstPtr
Type alias of unique_ptr for constant UdsRequestMessage.
std::unique_ptr< VehicleInfoMessage > VehicleInfoMessageResponseUniquePtr
The unique_ptr for Vehicle Identification Response Message.
std::string_view ProtocolKind
std::unique_ptr< UdsMessage > UdsMessagePtr
Struct containing Vehicle selection mode.