Diag-Client-Lib
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 Nboost_support
 Nclient
 Ntcp
 Ntls
 Nudp
 Ncommon
 Nlogger
 Nconnection
 Ntcp
 Nudp
 Nerror_domain
 CBoostSupportErrorDomainDefinition of Doip Client Error domain
 Nmessage
 Ntcp
 Nudp
 Nserver
 Ntcp
 Ntls
 Nsocket
 Ntcp
 Ntls
 Nudp
 CIoContextWrapper class to hold boost io context required for io object( sockets)
 Ncore_type
 Ndetails
 Cis_spanPrimary template handles Span types that have no nested ::type member
 Cis_span< Span< T, Extent > >Type trait to check if passed element is Span or not
 Cis_std_arrayPrimary template handles std::array types that have no nested ::type member
 Cis_std_array< std::array< T, N > >Type trait to check if passed element is std::array or not
 Cis_data_size_validPrimary template handles std::size, std::data that have no nested ::type member
 Cis_data_size_valid< T, std::void_t< decltype(std::data(std::declval< T >())), decltype(std::size(std::declval< T >()))> >Type trait to check if std::data(cont) and std::size(cont) are both well-formed
 Cis_container_typeCheck if the element type is not a specialization of Span, Container is not a specialization of Array, Container is not a specialization of std::array, std::is_array<Container>::value is false, std::data(cont) and std::size(cont) are both well-formed
 Cis_container_element_type_convertibleChecks if std::remove_pointer_t<decltype(std::data(arr))>(*)[] is convertible to T(*)[]
 Cis_container_element_type_convertible< F, T, typename std::enable_if< std::is_convertible< std::remove_pointer_t< decltype(std::data(std::declval< F >()))>(*)[], T(*)[]>::value >::type >Checks if std::remove_pointer_t<decltype(std::data(arr))>(*)[] is convertible to T(*)[]
 Cspan_storageStorage class needed for span
 Cspan_storage< T, dynamic_extent >Storage class needed for span
 Nvisit
 Coverloaded
 CErrorCodeEncapsulation of an error code. An ErrorCode contains a raw error code value and an error domain. The raw error code value is specific to this error domain
 CErrorDomainEncapsulation of an error domain. An error domain is the controlling entity for ErrorCode’s error code values, and defines the mapping of such error code values to textual representations
 CResultClass type to contains a value (of type ValueType), or an error (of type ErrorType)
 CResult< void, E >Specialization of class Result for "void" values
 Cempty_valueAn empty value for handling void type in value type
 CSpanA view over a contiguous sequence of objects
 Ndiag
 Nclient
 Ncommon
 Nconfig_parser
 Nconversation
 Nconversation_manager
 Nconversation_state_impl
 Ndcm
 Nerror_domain
 Nlogger
 Nuds_message
 Nuds_transport
 Nvd_message
 Nvehicle_info
 CDiagClientClass to manage Diagnostic Client
 Ndoip_client
 Nchannel
 Ntcp_channel
 Nudp_channel
 Nconnection
 CDoipTcpConnectionDoip Tcp Connection handle connection between two layers
 CDoipUdpConnectionDoip Udp Connection handle connection between two layers
 CConnectionManagerManages Doip tcp and udp connections
 Nerror_domain
 CDoipErrorDomainDefinition of Doip Client Error domain
 Nlogger
 CDoipClientLogger
 Nsockets
 CSocketHandlerHandler class to manage different socket of various client (Udp / Tcp)
 Ntransport_protocol_handler
 CDoipTransportProtocolHandlerProtocol handler class to manage the whole Doip protocol communication
 CDoipMessageImmutable class to store received doip message
 Nuds_transport
 CConnectionInterface class to handle connection between two layers
 CConversionHandlerClass to manage reception from transport protocol handler to connection handler
 CUdsTransportProtocolHandler
 CUdsTransportProtocolMgr
 CUdsMessage
 Nutility
 Nexecutor
 CExecutor
 Nlogger
 CLoggerLogger class that is used to log Dlt messages from the component
 Nstate
 CState
 CStateContext
 Nsync_timer
 CSyncTimerTimer class for timeout monitoring
 Nthread
 CThread