Diag-Client-Lib
Public Member Functions | List of all members
doip_client::channel::tcp_channel::anonymous_namespace{doip_diagnostic_message_handler.cpp}::kDiagnosticNegativeAckRecvd Class Referencefinal

Class implements reception of diagnostic negative acknowledgement response. More...

Inheritance diagram for doip_client::channel::tcp_channel::anonymous_namespace{doip_diagnostic_message_handler.cpp}::kDiagnosticNegativeAckRecvd:
Inheritance graph
[legend]
Collaboration diagram for doip_client::channel::tcp_channel::anonymous_namespace{doip_diagnostic_message_handler.cpp}::kDiagnosticNegativeAckRecvd:
Collaboration graph
[legend]

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_
 

Detailed Description

Class implements reception of diagnostic negative acknowledgement response.

Definition at line 176 of file doip_diagnostic_message_handler.cpp.

Constructor & Destructor Documentation

◆ kDiagnosticNegativeAckRecvd()

doip_client::channel::tcp_channel::anonymous_namespace{doip_diagnostic_message_handler.cpp}::kDiagnosticNegativeAckRecvd::kDiagnosticNegativeAckRecvd ( DiagnosticMessageState  state)
inlineexplicit

Constructs an instance of kDiagnosticNegativeAckRecvd.

Parameters
[in]stateThe kDiagnosticNegativeAckRecvd state

Definition at line 183 of file doip_diagnostic_message_handler.cpp.

State
Definitions of different connection state.
Definition: tls_client.cpp:56

Member Function Documentation

◆ Start()

void doip_client::channel::tcp_channel::anonymous_namespace{doip_diagnostic_message_handler.cpp}::kDiagnosticNegativeAckRecvd::Start ( )
inlineoverridevirtual

Function to start the current state.

Implements utility::state::State< DiagnosticMessageState >.

Definition at line 189 of file doip_diagnostic_message_handler.cpp.

189 {}

◆ Stop()

void doip_client::channel::tcp_channel::anonymous_namespace{doip_diagnostic_message_handler.cpp}::kDiagnosticNegativeAckRecvd::Stop ( )
inlineoverridevirtual

Function to stop the current state.

Implements utility::state::State< DiagnosticMessageState >.

Definition at line 194 of file doip_diagnostic_message_handler.cpp.

194 {}

The documentation for this class was generated from the following file: