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


Public Member Functions | |
| kDiagnosticPositiveAckRecvd (DiagnosticMessageState state) | |
| Constructs an instance of kDiagnosticPositiveAckRecvd. 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 positive acknowledgement response.
Definition at line 152 of file doip_diagnostic_message_handler.cpp.
|
inlineexplicit |
Constructs an instance of kDiagnosticPositiveAckRecvd.
| [in] | state | The kDiagnosticPositiveAckRecvd state |
Definition at line 159 of file doip_diagnostic_message_handler.cpp.
|
inlineoverridevirtual |
Function to start the current state.
Implements utility::state::State< DiagnosticMessageState >.
Definition at line 165 of file doip_diagnostic_message_handler.cpp.
|
inlineoverridevirtual |
Function to stop the current state.
Implements utility::state::State< DiagnosticMessageState >.
Definition at line 170 of file doip_diagnostic_message_handler.cpp.