|
Diag-Client-Lib
|
Class implements Ctrl timeout state. More...


Public Member Functions | |
| kDoIPCtrlTimeout (VehicleIdentificationState state) | |
| Constructs an instance of kDoIPCtrlTimeout. 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 Ctrl timeout state.
Definition at line 113 of file doip_vehicle_identification_handler.cpp.
|
inlineexplicit |
Constructs an instance of kDoIPCtrlTimeout.
| [in] | state | The kDoIPCtrlTimeout state |
Definition at line 120 of file doip_vehicle_identification_handler.cpp.
|
inlineoverridevirtual |
Function to start the current state.
Implements utility::state::State< VehicleIdentificationState >.
Definition at line 126 of file doip_vehicle_identification_handler.cpp.
|
inlineoverridevirtual |
Function to stop the current state.
Implements utility::state::State< VehicleIdentificationState >.
Definition at line 131 of file doip_vehicle_identification_handler.cpp.