|
Diag-Client-Lib
|
#include <cstdint>#include <memory>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | diag::client::vehicle_info::VehicleAddrInfoResponse |
| Structure containing available Vehicle Address Information. More... | |
| struct | diag::client::vehicle_info::VehicleAddrInfoRequest |
| Struct containing Vehicle selection mode. More... | |
| class | diag::client::vehicle_info::VehicleInfoMessage |
| Class provide storage of list of all available vehicle entity. More... | |
Namespaces | |
| diag | |
| diag::client | |
| diag::client::vehicle_info | |
Typedefs | |
| using | diag::client::vehicle_info::VehicleInfoListRequestType = VehicleAddrInfoRequest |
| Type alias of request storage type used while sending vehicle identification request. More... | |
| using | diag::client::vehicle_info::VehicleInfoMessageResponseUniquePtr = std::unique_ptr< VehicleInfoMessage > |
| The unique_ptr for Vehicle Identification Response Message. More... | |