|
Diag-Client-Lib
|
Class implements reception of diagnostic negative acknowledgement response. More...


Public Member Functions | |
| kDiagnosticNegativeAckRecvd (DiagnosticMessageState state) | |
| Constructs an instance of kDiagnosticNegativeAckRecvd. 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< DiagnosticMessageState > | |
| State (DiagnosticMessageState state) | |
| virtual | ~State ()=default |
| virtual void | HandleMessage () |
| auto | GetState () const noexcept -> DiagnosticMessageState |
Additional Inherited Members | |
Protected Attributes inherited from utility::state::State< DiagnosticMessageState > | |
| DiagnosticMessageState | state_ |
Class implements reception of diagnostic negative acknowledgement response.
Definition at line 176 of file doip_diagnostic_message_handler.cpp.
|
inlineexplicit |
Constructs an instance of kDiagnosticNegativeAckRecvd.
| [in] | state | The kDiagnosticNegativeAckRecvd state |
Definition at line 183 of file doip_diagnostic_message_handler.cpp.
|
inlineoverridevirtual |
Function to start the current state.
Implements utility::state::State< DiagnosticMessageState >.
Definition at line 189 of file doip_diagnostic_message_handler.cpp.
|
inlineoverridevirtual |
Function to stop the current state.
Implements utility::state::State< DiagnosticMessageState >.
Definition at line 194 of file doip_diagnostic_message_handler.cpp.