Diag-Client-Lib
|
Class implements wait for diagnostic acknowledgement response. More...
Public Member Functions | |
kWaitForDiagnosticAck (DiagnosticMessageState state) | |
Constructs an instance of kWaitForDiagnosticAck. More... | |
void | Start () override |
Function to start the current state. More... | |
void | Stop () override |
Function to stop the current state. More... | |
![]() | |
State (DiagnosticMessageState state) | |
virtual | ~State ()=default |
virtual void | HandleMessage () |
auto | GetState () const noexcept -> DiagnosticMessageState |
Additional Inherited Members | |
![]() | |
DiagnosticMessageState | state_ |
Class implements wait for diagnostic acknowledgement response.
Definition at line 128 of file doip_diagnostic_message_handler.cpp.
|
inlineexplicit |
Constructs an instance of kWaitForDiagnosticAck.
[in] | state | The kIdle state |
Definition at line 135 of file doip_diagnostic_message_handler.cpp.
|
inlineoverridevirtual |
Function to start the current state.
Implements utility::state::State< DiagnosticMessageState >.
Definition at line 141 of file doip_diagnostic_message_handler.cpp.
|
inlineoverridevirtual |
Function to stop the current state.
Implements utility::state::State< DiagnosticMessageState >.
Definition at line 146 of file doip_diagnostic_message_handler.cpp.