Diag-Client-Lib
|
Class implements idle state. More...
Public Member Functions | |
kIdle (VehicleDiscoveryState state) | |
Constructs an instance of kIdle. More... | |
void | Start () override |
Function to start the current state. More... | |
void | Stop () override |
Function to stop the current state. More... | |
![]() | |
State (VehicleDiscoveryState state) | |
virtual | ~State ()=default |
virtual void | HandleMessage () |
auto | GetState () const noexcept -> VehicleDiscoveryState |
Additional Inherited Members | |
![]() | |
VehicleDiscoveryState | state_ |
Class implements idle state.
Definition at line 30 of file doip_vehicle_discovery_handler.cpp.
|
inlineexplicit |
Constructs an instance of kIdle.
[in] | state | The kIdle state |
Definition at line 37 of file doip_vehicle_discovery_handler.cpp.
|
inlineoverridevirtual |
Function to start the current state.
Implements utility::state::State< VehicleDiscoveryState >.
Definition at line 42 of file doip_vehicle_discovery_handler.cpp.
|
inlineoverridevirtual |
Function to stop the current state.
Implements utility::state::State< VehicleDiscoveryState >.
Definition at line 47 of file doip_vehicle_discovery_handler.cpp.