Diag-Client-Lib
|
Class implements sending of diagnostic request failed. More...
Public Member Functions | |
kSendDiagnosticReqFailed (DiagnosticMessageState state) | |
Constructs an instance of kSendDiagnosticReqFailed. 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 sending of diagnostic request failed.
Definition at line 104 of file doip_diagnostic_message_handler.cpp.
|
inlineexplicit |
Constructs an instance of kSendDiagnosticReqFailed.
[in] | state | The kIdle state |
Definition at line 111 of file doip_diagnostic_message_handler.cpp.
|
inlineoverridevirtual |
Function to start the current state.
Implements utility::state::State< DiagnosticMessageState >.
Definition at line 117 of file doip_diagnostic_message_handler.cpp.
|
inlineoverridevirtual |
Function to stop the current state.
Implements utility::state::State< DiagnosticMessageState >.
Definition at line 122 of file doip_diagnostic_message_handler.cpp.