Diag-Client-Lib
Classes | Namespaces | Functions
diagnostic_client.cpp File Reference
#include "include/diagnostic_client.h"
#include <pthread.h>
#include <memory>
#include <string>
#include <thread>
#include "core/include/result.h"
#include "parser/json_parser.h"
#include "src/common/diagnostic_manager.h"
#include "src/common/logger.h"
#include "src/dcm/dcm_client.h"
#include "src/dcm/error_domain/dm_error_domain.h"
Include dependency graph for diagnostic_client.cpp:

Go to the source code of this file.

Classes

class  diag::client::DiagClient::DiagClientImpl
 Class to provide implementation of diag client. More...
 

Namespaces

 diag
 
 diag::client
 

Functions

std::unique_ptr< diag::client::DiagClientdiag::client::CreateDiagnosticClient (std::string_view diag_client_config_path)
 Function to get the instance of Diagnostic Client Object. This instance to be further used for all the functionalities. More...