Diag-Client-Lib
|
Class implements sending of vehicle identification request state. More...
Public Member Functions | |
kSendVehicleIdentificationReq (VehicleIdentificationState state) | |
Constructs an instance of kSendVehicleIdentificationReq. More... | |
void | Start () override |
Function to start the current state. More... | |
void | Stop () override |
Function to stop the current state. More... | |
![]() | |
State (VehicleIdentificationState state) | |
virtual | ~State ()=default |
virtual void | HandleMessage () |
auto | GetState () const noexcept -> VehicleIdentificationState |
Additional Inherited Members | |
![]() | |
VehicleIdentificationState | state_ |
Class implements sending of vehicle identification request state.
Definition at line 63 of file doip_vehicle_identification_handler.cpp.
|
inlineexplicit |
Constructs an instance of kSendVehicleIdentificationReq.
[in] | state | The kSendVehicleIdentificationReq state |
Definition at line 71 of file doip_vehicle_identification_handler.cpp.
|
inlineoverridevirtual |
Function to start the current state.
Implements utility::state::State< VehicleIdentificationState >.
Definition at line 77 of file doip_vehicle_identification_handler.cpp.
|
inlineoverridevirtual |
Function to stop the current state.
Implements utility::state::State< VehicleIdentificationState >.
Definition at line 82 of file doip_vehicle_identification_handler.cpp.