Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Soumya Subramanya <[email protected]>
  • Loading branch information
SNSubramanya committed Jan 10, 2024
1 parent ae8fcc8 commit 8053206
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions include/ocpp/v201/device_model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class DeviceModel {
/// \param /// component_criteria
/// \return
bool component_criteria_match(const Component& component_id,
const std::vector<ComponentCriterionEnum>& component_criteria);
const std::vector<ComponentCriterionEnum>& component_criteria);

/// @brief Iterates over the given \p component_variables and filters them according to the requirement conditions.
/// @param component_variables
Expand Down Expand Up @@ -200,8 +200,7 @@ class DeviceModel {
/// \param component_variables
/// \param component_criteria
/// \return
std::vector<ReportData>
get_base_report_data(const std::optional<ReportBaseEnum>& report_base = std::nullopt);
std::vector<ReportData> get_base_report_data(const std::optional<ReportBaseEnum>& report_base = std::nullopt);

/// \brief Gets the ReportData for the specifed filter \p component_variables and \p
/// component_criteria
Expand All @@ -211,7 +210,7 @@ class DeviceModel {
/// \return
std::vector<ReportData>
get_report_data(const std::optional<std::vector<ComponentVariable>>& component_variables = std::nullopt,
const std::optional<std::vector<ComponentCriterionEnum>>& component_criteria = std::nullopt);
const std::optional<std::vector<ComponentCriterionEnum>>& component_criteria = std::nullopt);

/// \brief Check data integrity of the device model provided by the device model data storage:
/// For "required" variables, assert values exist. Checks might be extended in the future.
Expand Down

0 comments on commit 8053206

Please sign in to comment.