Diag-Client-Lib
|
Namespaces | |
channel | |
connection | |
error_domain | |
logger | |
sockets | |
transport_protocol_handler | |
Classes | |
class | DoipMessage |
Immutable class to store received doip message. More... | |
Variables | |
constexpr std::uint16_t | kDoipPort = 13400U |
constexpr std::uint32_t | kUdpChannelLength = 41U |
constexpr std::uint32_t | kTcpChannelLength = 4096U |
constexpr std::uint8_t | kDoipheadrSize = 0x8 |
constexpr std::uint8_t | kDoip_ProtocolVersion_2012 = 0x2 |
constexpr std::uint8_t | kDoip_ProtocolVersion_2019 = 0x3 |
constexpr std::uint8_t | kDoip_ProtocolVersion = kDoip_ProtocolVersion_2019 |
constexpr std::uint8_t | kDoip_ProtocolVersion_Def = 0xFF |
constexpr std::uint32_t | kDoip_Protocol_MaxPayload = 0xFFFFFFFF |
constexpr std::uint16_t | kDoip_GenericHeadr_NackType = 0x0000 |
constexpr std::uint16_t | kDoip_VehicleIdentification_ReqType = 0x0001 |
constexpr std::uint16_t | kDoip_VehicleIdentificationEID_ReqType = 0x0002 |
constexpr std::uint16_t | kDoip_VehicleIdentificationVIN_ReqType = 0x0003 |
constexpr std::uint16_t | kDoip_VehicleAnnouncement_ResType = 0x0004 |
constexpr std::uint16_t | kDoip_InvalidPayload_Type = 0xFFFF |
constexpr std::uint32_t | kDoip_VehicleIdentification_ReqLen = 0 |
constexpr std::uint32_t | kDoip_VehicleIdentificationEID_ReqLen = 6 |
constexpr std::uint32_t | kDoip_VehicleIdentificationVIN_ReqLen = 17 |
constexpr std::uint32_t | kDoip_VehicleAnnouncement_ResMaxLen = 33 |
constexpr std::uint32_t | kDoip_GenericHeader_NackLen = 1 |
constexpr std::uint8_t | kDoip_VIN_Invalid_FF = 0xFF |
constexpr std::uint8_t | kDoip_VIN_Invalid_00 = 0x00 |
constexpr std::uint16_t | kDoip_LogAddress_Invalid = 0xFFFF |
constexpr std::uint8_t | kDoip_EID_Invalid_FF = 0xFF |
constexpr std::uint8_t | kDoip_EID_Invalid_00 = 0x00 |
constexpr std::uint8_t | kDoip_GID_Invalid_FF = 0xFF |
constexpr std::uint8_t | kDoip_GID_Invalid_00 = 0x00 |
constexpr std::uint32_t | kDoIPCtrl = 2000U |
|
constexpr |
Definition at line 63 of file common_doip_types.h.
|
constexpr |
Definition at line 62 of file common_doip_types.h.
|
constexpr |
Definition at line 46 of file common_doip_types.h.
|
constexpr |
Definition at line 29 of file common_doip_types.h.
|
constexpr |
Definition at line 65 of file common_doip_types.h.
|
constexpr |
Definition at line 64 of file common_doip_types.h.
|
constexpr |
Definition at line 40 of file common_doip_types.h.
|
constexpr |
Definition at line 61 of file common_doip_types.h.
|
constexpr |
Definition at line 27 of file common_doip_types.h.
Referenced by doip_client::channel::tcp_channel::DoipTcpChannelHandler::ProcessDoIPHeader(), and doip_client::channel::udp_channel::DoipUdpChannelHandler::ProcessDoIPHeader().
|
constexpr |
Definition at line 25 of file common_doip_types.h.
Referenced by doip_client::channel::tcp_channel::anonymous_namespace{doip_diagnostic_message_handler.cpp}::CreateDoipGenericHeader(), doip_client::channel::tcp_channel::anonymous_namespace{doip_routing_activation_handler.cpp}::CreateDoipGenericHeader(), doip_client::channel::udp_channel::anonymous_namespace{doip_vehicle_identification_handler.cpp}::CreateDoipGenericHeader(), doip_client::channel::tcp_channel::DoipTcpChannelHandler::ProcessDoIPHeader(), and doip_client::channel::udp_channel::DoipUdpChannelHandler::ProcessDoIPHeader().
|
constexpr |
Definition at line 23 of file common_doip_types.h.
|
constexpr |
Definition at line 24 of file common_doip_types.h.
|
constexpr |
Definition at line 26 of file common_doip_types.h.
Referenced by doip_client::channel::tcp_channel::DoipTcpChannelHandler::ProcessDoIPHeader(), and doip_client::channel::udp_channel::DoipUdpChannelHandler::ProcessDoIPHeader().
|
constexpr |
Definition at line 45 of file common_doip_types.h.
Referenced by doip_client::channel::udp_channel::DoipUdpChannelHandler::ProcessDoIPPayloadLength().
|
constexpr |
Definition at line 33 of file common_doip_types.h.
Referenced by doip_client::channel::udp_channel::DoipUdpChannelHandler::ProcessDoIPHeader(), doip_client::channel::udp_channel::DoipUdpChannelHandler::ProcessDoIPPayload(), and doip_client::channel::udp_channel::DoipUdpChannelHandler::ProcessDoIPPayloadLength().
|
constexpr |
Definition at line 42 of file common_doip_types.h.
Referenced by doip_client::channel::udp_channel::anonymous_namespace{doip_vehicle_identification_handler.cpp}::GetVehicleIdentificationPayloadType().
|
constexpr |
Definition at line 30 of file common_doip_types.h.
Referenced by doip_client::channel::udp_channel::anonymous_namespace{doip_vehicle_identification_handler.cpp}::GetVehicleIdentificationPayloadType(), and doip_client::channel::udp_channel::VehicleIdentificationHandler::SendVehicleIdentificationRequest().
|
constexpr |
Definition at line 43 of file common_doip_types.h.
Referenced by doip_client::channel::udp_channel::anonymous_namespace{doip_vehicle_identification_handler.cpp}::GetVehicleIdentificationPayloadType().
|
constexpr |
Definition at line 31 of file common_doip_types.h.
Referenced by doip_client::channel::udp_channel::anonymous_namespace{doip_vehicle_identification_handler.cpp}::GetVehicleIdentificationPayloadType().
|
constexpr |
Definition at line 44 of file common_doip_types.h.
Referenced by doip_client::channel::udp_channel::anonymous_namespace{doip_vehicle_identification_handler.cpp}::GetVehicleIdentificationPayloadType().
|
constexpr |
Definition at line 32 of file common_doip_types.h.
Referenced by doip_client::channel::udp_channel::anonymous_namespace{doip_vehicle_identification_handler.cpp}::GetVehicleIdentificationPayloadType().
|
constexpr |
Definition at line 60 of file common_doip_types.h.
|
constexpr |
Definition at line 59 of file common_doip_types.h.
|
constexpr |
Definition at line 72 of file common_doip_types.h.
Referenced by doip_client::channel::udp_channel::VehicleIdentificationHandler::HandleVehicleIdentificationRequest().
|
constexpr |
Definition at line 22 of file common_doip_types.h.
Referenced by doip_client::channel::tcp_channel::DiagnosticMessageHandler::SendDiagnosticRequest(), doip_client::channel::tcp_channel::RoutingActivationHandler::SendRoutingActivationRequest(), and doip_client::channel::udp_channel::VehicleIdentificationHandler::SendVehicleIdentificationRequest().
|
constexpr |
Definition at line 16 of file common_doip_types.h.
|
constexpr |
Definition at line 20 of file common_doip_types.h.
Referenced by doip_client::channel::tcp_channel::DoipTcpChannelHandler::ProcessDoIPHeader().
|
constexpr |
Definition at line 18 of file common_doip_types.h.
Referenced by doip_client::channel::udp_channel::DoipUdpChannelHandler::ProcessDoIPHeader().