Skip to content

Commit

Permalink
more clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Feb 9, 2024
1 parent 8ecedcb commit c47252d
Show file tree
Hide file tree
Showing 38 changed files with 107 additions and 146 deletions.
3 changes: 0 additions & 3 deletions src/core/src/config/ecal_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@
* ========================= eCAL LICENSE =================================
*/

#include <cstddef>
#include <ecal/ecal_config.h>
#include <ecal/ecal_log_level.h>
#include <string>
#include <vector>

#include "ecal_config_reader.h"
#include "ecal_config_reader_hlp.h"
#include "ecal_def.h"

Expand Down
1 change: 0 additions & 1 deletion src/core/src/config/ecal_config_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
**/

#include <cctype>
#include <ecal/ecal_defs.h>
#include <ecal/ecal_os.h>

#include "ecal_def.h"
Expand Down
1 change: 0 additions & 1 deletion src/core/src/ecal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "ecal_def.h"
#include "ecal_event.h"
#include "ecal_globals.h"
#include <cstddef>
#include <string>
#include <vector>

Expand Down
1 change: 0 additions & 1 deletion src/core/src/ecal_descgate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

#include "ecal_descgate.h"
#include <algorithm>
#include <cassert>
#include <mutex>
#include <shared_mutex>
#include <string>
Expand Down
4 changes: 2 additions & 2 deletions src/core/src/ecal_descgate.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ namespace eCAL

bool ApplyTopicDescription(const std::string& topic_name_,
const SDataTypeInformation& topic_info_,
const QualityFlags description_quality_);
QualityFlags description_quality_);

void GetTopics(std::unordered_map<std::string, SDataTypeInformation>& topic_info_map_);
void GetTopicNames(std::vector<std::string>& topic_names_);
Expand All @@ -78,7 +78,7 @@ namespace eCAL
const std::string& method_name_,
const SDataTypeInformation& request_type_information_,
const SDataTypeInformation& response_type_information_,
const QualityFlags description_quality_);
QualityFlags description_quality_);

void GetServices(std::map<std::tuple<std::string, std::string>, SServiceMethodInformation>& service_info_map_);
void GetServiceNames(std::vector<std::tuple<std::string, std::string>>& service_method_names_);
Expand Down
Loading

0 comments on commit c47252d

Please sign in to comment.