Diag-Client-Lib
Public Member Functions | List of all members
doip_client::channel::udp_channel::anonymous_namespace{doip_vehicle_identification_handler.cpp}::kSendVehicleIdentificationReq Class Referencefinal

Class implements sending of vehicle identification request state. More...

Inheritance diagram for doip_client::channel::udp_channel::anonymous_namespace{doip_vehicle_identification_handler.cpp}::kSendVehicleIdentificationReq:
Inheritance graph
[legend]
Collaboration diagram for doip_client::channel::udp_channel::anonymous_namespace{doip_vehicle_identification_handler.cpp}::kSendVehicleIdentificationReq:
Collaboration graph
[legend]

Public Member Functions

 kSendVehicleIdentificationReq (VehicleIdentificationState state)
 Constructs an instance of kSendVehicleIdentificationReq. 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< VehicleIdentificationState >
 State (VehicleIdentificationState state)
 
virtual ~State ()=default
 
virtual void HandleMessage ()
 
auto GetState () const noexcept -> VehicleIdentificationState
 

Additional Inherited Members

- Protected Attributes inherited from utility::state::State< VehicleIdentificationState >
VehicleIdentificationState state_
 

Detailed Description

Class implements sending of vehicle identification request state.

Definition at line 63 of file doip_vehicle_identification_handler.cpp.

Constructor & Destructor Documentation

◆ kSendVehicleIdentificationReq()

doip_client::channel::udp_channel::anonymous_namespace{doip_vehicle_identification_handler.cpp}::kSendVehicleIdentificationReq::kSendVehicleIdentificationReq ( VehicleIdentificationState  state)
inlineexplicit

Constructs an instance of kSendVehicleIdentificationReq.

Parameters
[in]stateThe kSendVehicleIdentificationReq state

Definition at line 70 of file doip_vehicle_identification_handler.cpp.

70 : State<VehicleIdentificationState>(state) {}

Member Function Documentation

◆ Start()

void doip_client::channel::udp_channel::anonymous_namespace{doip_vehicle_identification_handler.cpp}::kSendVehicleIdentificationReq::Start ( )
inlineoverridevirtual

Function to start the current state.

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

Definition at line 75 of file doip_vehicle_identification_handler.cpp.

75 {}

◆ Stop()

void doip_client::channel::udp_channel::anonymous_namespace{doip_vehicle_identification_handler.cpp}::kSendVehicleIdentificationReq::Stop ( )
inlineoverridevirtual

Function to stop the current state.

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

Definition at line 80 of file doip_vehicle_identification_handler.cpp.

80 {}

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