|
Diag-Client-Lib
|
Class implements wait for vehicle identification response state. More...


Public Member Functions | |
| kWaitForVehicleIdentificationRes (VehicleIdentificationState state) | |
| Constructs an instance of kWaitForVehicleIdentificationRes. More... | |
| void | Start () override |
| Function to start the current state. More... | |
| void | Stop () override |
| Function to stop the current state. More... | |
Public Member Functions inherited from utility::state::State< VehicleIdentificationState > | |
| State (VehicleIdentificationState state) | |
| virtual | ~State ()=default |
| virtual void | HandleMessage () |
| auto | GetState () const noexcept -> VehicleIdentificationState |
Additional Inherited Members | |
Protected Attributes inherited from utility::state::State< VehicleIdentificationState > | |
| VehicleIdentificationState | state_ |
Class implements wait for vehicle identification response state.
Definition at line 88 of file doip_vehicle_identification_handler.cpp.
|
inlineexplicit |
Constructs an instance of kWaitForVehicleIdentificationRes.
| [in] | state | The kWaitForVehicleIdentificationRes state |
Definition at line 96 of file doip_vehicle_identification_handler.cpp.
|
inlineoverridevirtual |
Function to start the current state.
Implements utility::state::State< VehicleIdentificationState >.
Definition at line 102 of file doip_vehicle_identification_handler.cpp.
|
inlineoverridevirtual |
Function to stop the current state.
Implements utility::state::State< VehicleIdentificationState >.
Definition at line 107 of file doip_vehicle_identification_handler.cpp.