Diag-Client-Lib
|
Class implements vehicle discovery handler. More...
Public Types | |
using | VehicleDiscoveryStateContext = utility::state::StateContext< VehicleDiscoveryState > |
Type alias for state context. More... | |
Public Member Functions | |
VehicleDiscoveryHandlerImpl (sockets::UdpSocketHandler &udp_socket_handler) | |
Constructs an instance of VehicleDiscoveryHandlerImpl. More... | |
auto | GetStateContext () noexcept -> VehicleDiscoveryStateContext & |
Function to get the Vehicle Discovery State context. More... | |
auto | GetSocketHandler () noexcept -> sockets::UdpSocketHandler & |
Function to get the socket handler. More... | |
Private Attributes | |
sockets::UdpSocketHandler & | udp_socket_handler_ |
The reference to socket handler. More... | |
VehicleDiscoveryStateContext | state_context_ |
Stores the vehicle discovery states. More... | |
Class implements vehicle discovery handler.
Definition at line 102 of file doip_vehicle_discovery_handler.cpp.
using doip_client::channel::udp_channel::VehicleDiscoveryHandler::VehicleDiscoveryHandlerImpl::VehicleDiscoveryStateContext = utility::state::StateContext<VehicleDiscoveryState> |
Type alias for state context.
Definition at line 107 of file doip_vehicle_discovery_handler.cpp.
|
inlineexplicit |
Constructs an instance of VehicleDiscoveryHandlerImpl.
[in] | udp_socket_handler | The reference to socket handler |
Definition at line 114 of file doip_vehicle_discovery_handler.cpp.
References utility::state::StateContext< EnumState >::AddState(), state_context_, and utility::state::StateContext< EnumState >::TransitionTo().
|
inlinenoexcept |
Function to get the socket handler.
Definition at line 143 of file doip_vehicle_discovery_handler.cpp.
References udp_socket_handler_.
|
inlinenoexcept |
Function to get the Vehicle Discovery State context.
Definition at line 137 of file doip_vehicle_discovery_handler.cpp.
References state_context_.
|
private |
Stores the vehicle discovery states.
Definition at line 154 of file doip_vehicle_discovery_handler.cpp.
Referenced by GetStateContext(), and VehicleDiscoveryHandlerImpl().
|
private |
The reference to socket handler.
Definition at line 149 of file doip_vehicle_discovery_handler.cpp.
Referenced by GetSocketHandler().