▼Nboost_support | |
►Nclient | |
►Ntcp | |
Nanonymous_namespace{tcp_client.cpp} | |
►CTcpClient | Client that manages unsecured/ secured tcp connection |
CTcpClientImpl | Class to provide implementation of tcp client |
►Ntls | |
Nanonymous_namespace{tls_client.cpp} | |
►CTlsClient | Client that manages secured tcp connection |
CTlsClientImpl | Class to provide implementation of tls client |
CTlsVersion | |
►Nudp | |
►CUdpClient | Client that manages udp connection |
CUdpClientImpl | Class to provide implementation of udp client |
►Ncommon | |
►Nlogger | |
CLibBoostLogger | |
►Nconnection | |
►Ntcp | |
CTcpConnection | Primary connection template to handle transmission and reception of tcp message from socket |
CTcpConnection< ConnectionType::kClient, Socket > | Client connection class used to handle transmission and reception of tcp message from socket |
CTcpConnection< ConnectionType::kServer, Socket > | Server connection class used to handle transmission and reception of tcp message from socket |
►Nudp | |
CUdpConnection | Client connection class used to handle transmission and reception of udp message from socket |
►Nerror_domain | |
Nanonymous_namespace{boost_support_error_domain.cpp} | |
CBoostSupportErrorDomain | Definition of Doip Client Error domain |
►Nmessage | |
►Ntcp | |
CTcpMessage | Immutable class to store received tcp message |
►Nudp | |
CUdpMessage | Immutable class to store received udp message |
Nparser | |
►Nserver | |
►Ntcp | |
Nanonymous_namespace{tcp_acceptor.cpp} | |
►CTcpAcceptor | The acceptor to create new tcp servers |
CTcpAcceptorImpl | |
►CTcpServer | Server that manages unsecured/ secured tcp connection |
CTcpServerImpl | |
►Ntls | |
Nanonymous_namespace{tls_acceptor.cpp} | |
►Ndetail | |
CTlsVersion | Template type for Tls version |
►CTlsAcceptor | The acceptor to create new tcp servers |
CTlsAcceptorImpl | |
►CTlsServer | Server that manages unsecured/ secured tcp connection |
CTlsServerImpl | |
Nudp | |
►Nsocket | |
►Ntcp | |
Nanonymous_namespace{tls_client_.cpp} | |
Nanonymous_namespace{tls_server_.cpp} | |
CTcpSocket | Class used to create a tcp socket for handling transmission and reception of tcp message from driver |
CTlsClientSocket | Class used to create a tls socket for handling transmission and reception of tcp message from driver |
CTcpServerConnection | Tcp Server connection class to create connection with client |
CTlsServerSocket | Class used to create a tls socket for server for handling transmission and reception of tcp message from driver |
►Ntls | |
Nanonymous_namespace{tls_context.cpp} | |
CTlsContext | Tls context class responsible for setting cipher suite and loading certificates |
CTlsSocket | Class used to create a tcp socket for handling transmission and reception of tcp message from driver |
►Nudp | |
CUdpSocket | Class used to create a udp socket for handling transmission and reception of udp message from driver |
CIoContext | Wrapper class to hold boost io context required for io object( sockets) |
▼Ncore_type | |
►Ndetails | |
Cis_span | Primary 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_array | Primary 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_valid | Primary 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_type | Check 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_convertible | Checks 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_storage | Storage class needed for span |
Cspan_storage< T, dynamic_extent > | Storage class needed for span |
►Nvisit | |
Coverloaded | |
CErrorCode | Encapsulation 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 |
CErrorDomain | Encapsulation 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 |
CResult | Class 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_value | An empty value for handling void type in value type |
CSpan | A view over a contiguous sequence of objects |
▼Ndiag | |
►Nclient | |
►Ncommon | |
CDiagnosticManager | Parent class to create Diagnostic Manager |
►Nconfig_parser | |
CDoipNetworkType | |
CConversationType | |
CDcmClientConfig | |
►Nconversation | |
►CDiagClientConversation | Conversation class to establish connection with a Diagnostic Server |
CDiagClientConversationImpl | |
CConversation | Interface for diag client conversation |
CDmConversationHandler | Class to manage reception from transport protocol handler to dm connection handler |
CDmConversation | Class to establish connection with Diagnostic Server |
CDMConversationType | Structure containing DM conversation type |
CVehicleInfoMessageImpl | |
CVdConversationHandler | Class to manage reception from transport protocol handler to vd connection handler |
CVdConversation | Class to search for available diagnostic server over a network |
CVDConversationType | Structure containing VD conversation type |
►Nconversation_manager | |
Nanonymous_namespace{conversation_manager.cpp} | |
►CConversationManager | Class to manage all the conversation created from usr request |
CConversationStorage | Store Dm conversation |
►Nconversation_state_impl | |
CConversationStateImpl | |
CkIdle | |
CkDiagWaitForRes | |
CkDiagStartP2StarTimer | |
CkDiagRecvdPendingRes | |
CkDiagRecvdFinalRes | |
CkDiagSuccess | |
►Ndcm | |
Nanonymous_namespace{dcm_client.cpp} | |
CDCMClient | Class to create Diagnostic Manager Client functionality |
►Nerror_domain | |
Nanonymous_namespace{dm_error_domain.cpp} | |
CDmErrorDomain | Definition of Dcm Client Error domain |
►Nlogger | |
CDiagClientLogger | Class to create a singleton logger for diag-client |
►Nuds_message | |
CUdsMessage | 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 |
CDmUdsMessage | |
CDmUdsResponse | |
►Nuds_transport | |
CUdsTransportProtocolManager | |
►Nvd_message | |
CVdMessage | |
►Nvehicle_info | |
CVehicleAddrInfoResponse | Structure containing available Vehicle Address Information |
CVehicleAddrInfoRequest | Struct containing Vehicle selection mode |
CVehicleInfoMessage | Class provide storage of list of all available vehicle entity |
►CDiagClient | Class to manage Diagnostic Client |
CDiagClientImpl | Class to provide implementation of diag client |
▼Ndoip_client | |
Nanonymous_namespace{doip_message.cpp} | |
►Nchannel | |
►Ntcp_channel | |
►Nanonymous_namespace{doip_diagnostic_message_handler.cpp} | |
CkIdle | Class implements idle state |
CkSendDiagnosticReqFailed | Class implements sending of diagnostic request failed |
CkWaitForDiagnosticAck | Class implements wait for diagnostic acknowledgement response |
CkDiagnosticPositiveAckRecvd | Class implements reception of diagnostic positive acknowledgement response |
CkDiagnosticNegativeAckRecvd | Class implements reception of diagnostic negative acknowledgement response |
CkWaitForDiagnosticResponse | Class implements wait for diagnostic message positive/negative response |
CDiagAckType | Type holding acknowledgement type |
►Nanonymous_namespace{doip_routing_activation_handler.cpp} | |
CkIdle | Class implements idle state |
CkWaitForRoutingActivationRes | Class implements wait for routing activation response |
CkRoutingActivationSuccessful | Class implements routing activation success |
CkRoutingActivationFailed | Class implements routing activation failure |
CRoutingActivationAckType | Type holding activation type |
Nanonymous_namespace{doip_tcp_channel_handler.cpp} | |
►CDiagnosticMessageHandler | Class used as a handler to process routing activation messages |
CDiagnosticMessageHandlerImpl | Class implements routing activation handler |
►CRoutingActivationHandler | Class used as a handler to process routing activation messages |
CRoutingActivationHandlerImpl | Class implements routing activation handler |
CDoipTcpChannel | Class to manage a tcp channel as per DoIP protocol |
CDoipTcpChannelHandler | Class to handle tcp received messages from lower layer |
►Nudp_channel | |
►Nanonymous_namespace{doip_vehicle_discovery_handler.cpp} | |
CkIdle | Class implements idle state |
CkWaitForVehicleAnnouncement | Class implements idle state |
CkDoIPCtrlTimeout | Class implements idle state |
►Nanonymous_namespace{doip_vehicle_identification_handler.cpp} | |
CkIdle | Class implements idle state |
CkSendVehicleIdentificationReq | Class implements sending of vehicle identification request state |
CkWaitForVehicleIdentificationRes | Class implements wait for vehicle identification response state |
CkDoIPCtrlTimeout | Class implements Ctrl timeout state |
CDoipUdpChannel | Class to manage a udp channel as per DoIP protocol |
CDoipUdpChannelHandler | Class to handle udp received messages from lower layer |
►CVehicleDiscoveryHandler | Class used as a handler to process vehicle announcement messages |
CVehicleDiscoveryHandlerImpl | Class implements vehicle discovery handler |
►CVehicleIdentificationHandler | Class used as a handler to process vehicle identification req/ res messages |
CVehicleIdentificationHandlerImpl | Class implements vehicle identification handler |
►Nconnection | |
Nanonymous_namespace{connection_manager.cpp} | |
CDoipTcpConnection | Doip Tcp Connection handle connection between two layers |
CDoipUdpConnection | Doip Udp Connection handle connection between two layers |
►CConnectionManager | Manages Doip tcp and udp connections |
CIoContext | Type alias for boost context |
►Nerror_domain | |
Nanonymous_namespace{doip_error_domain.cpp} | |
CDoipErrorDomain | Definition of Doip Client Error domain |
►Nlogger | |
CDoipClientLogger | |
►Nsockets | |
CSocketHandler | Handler class to manage different socket of various client (Udp / Tcp) |
►Ntransport_protocol_handler | |
CDoipTransportProtocolHandler | Protocol handler class to manage the whole Doip protocol communication |
CDoipMessage | Immutable class to store received doip message |
▼Nuds_transport | |
Nanonymous_namespace{connection.h} | |
Nconversion_manager | |
CConnection | Interface class to handle connection between two layers |
CConversionHandler | Class to manage reception from transport protocol handler to connection handler |
CUdsTransportProtocolHandler | |
CUdsTransportProtocolMgr | |
CUdsMessage | |
▼Nutility | |
Ndetails | |
►Nexecutor | |
CExecutor | |
►Nlogger | |
CLogger | Logger class that is used to log Dlt messages from the component |
►Nstate | |
CState | |
CStateContext | |
►Nsync_timer | |
CSyncTimer | Timer class for timeout monitoring |
►Nthread | |
CThread | |