|
Diag-Client-Lib
|
Class provide storage of list of all available vehicle entity. More...
#include <diagnostic_client_vehicle_info_message_type.h>

Public Types | |
| using | VehicleInfoListResponseType = std::vector< VehicleAddrInfoResponse > |
| Alias to collection of Vehicle info response. More... | |
Public Member Functions | |
| VehicleInfoMessage ()=default | |
| Constructs an instance of VehicleInfoMessage. More... | |
| virtual | ~VehicleInfoMessage ()=default |
| Destructor an instance of VehicleInfoMessage. More... | |
| virtual VehicleInfoListResponseType & | GetVehicleList ()=0 |
| Function to get the list of vehicle available in the network. More... | |
Class provide storage of list of all available vehicle entity.
Definition at line 82 of file diagnostic_client_vehicle_info_message_type.h.
| using diag::client::vehicle_info::VehicleInfoMessage::VehicleInfoListResponseType = std::vector<VehicleAddrInfoResponse> |
Alias to collection of Vehicle info response.
Definition at line 87 of file diagnostic_client_vehicle_info_message_type.h.
|
default |
Constructs an instance of VehicleInfoMessage.
|
virtualdefault |
Destructor an instance of VehicleInfoMessage.
|
pure virtual |
Function to get the list of vehicle available in the network.
Implemented in diag::client::conversation::VehicleInfoMessageImpl.