Skip to content

Commit

Permalink
Rename FramRingArray.[hi]pp to RingArray.[hi]pp
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKa committed Sep 15, 2024
1 parent e1d9b5a commit c642f08
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ class RingArray
}


#include <Sts1CobcSw/Periphery/FramRingArray.ipp> // IWYU pragma: keep
#include <Sts1CobcSw/FramSections/RingArray.ipp> // IWYU pragma: keep
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once


#include <Sts1CobcSw/Periphery/FramRingArray.hpp>
#include <Sts1CobcSw/FramSections/RingArray.hpp>
#include <Sts1CobcSw/Utility/Debug.hpp>
#include <Sts1CobcSw/Utility/Span.hpp>

Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/FramRingArray.test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <Tests/UnitTests/UnitTestThread.hpp>

#include <Sts1CobcSw/FramSections/FramRingArray.hpp>
#include <Sts1CobcSw/FramSections/RingArray.hpp>
#include <Sts1CobcSw/FramSections/Section.hpp>
#include <Sts1CobcSw/Periphery/Fram.hpp>
#include <Sts1CobcSw/Periphery/FramMock.hpp>
Expand Down
4 changes: 2 additions & 2 deletions iwyu.imp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# Instead of all our .ipp files include the .hpp ones
{ include: ["\"Sts1CobcSw/Edu/Types.ipp\"", "private", "<Sts1CobcSw/Edu/Types.hpp>", "public"] },
{ include: ["\"Sts1CobcSw/FileSystem/FileSystem.ipp\"", "private", "<Sts1CobcSw/FileSystem/FileSystem.hpp>", "public"] },
{ include: ["\"Sts1CobcSw/FramSections/FramRingArray.ipp\"", "private", "<Sts1CobcSw/FramSections/FramRingArray.hpp>", "public"] },
{ include: ["\"Sts1CobcSw/FramSections/RingArray.ipp\"", "private", "<Sts1CobcSw/FramSections/RingArray.hpp>", "public"] },
{ include: ["\"Sts1CobcSw/FramSections/PersistentVariables.ipp\"", "private", "<Sts1CobcSw/FramSections/PersistentVariables.hpp>", "public"] },
{ include: ["\"Sts1CobcSw/FramSections/Subsections.ipp\"", "private", "<Sts1CobcSw/FramSections/Subsections.hpp>", "public"] },
{ include: ["\"Sts1CobcSw/Hal/GpioPin.ipp\"", "private", "<Sts1CobcSw/Hal/GpioPin.hpp>", "public"] },
Expand All @@ -73,7 +73,7 @@
{ include: ["\"Sts1CobcSw/FileSystem/LfsStorageDevice.hpp\"", "public", "<Sts1CobcSw/FileSystem/LfsStorageDevice.hpp>", "public"] },
{ include: ["\"Sts1CobcSw/FileSystem/LfsWrapper.hpp\"", "public", "<Sts1CobcSw/FileSystem/LfsWrapper.hpp>", "public"] },
{ include: ["\"Sts1CobcSw/FramSections/FramLayout.hpp\"", "public", "<Sts1CobcSw/FramSections/FramLayout.hpp>", "public"] },
{ include: ["\"Sts1CobcSw/FramSections/FramRingArray.hpp\"", "public", "<Sts1CobcSw/FramSections/FramRingArray.hpp>", "public"] },
{ include: ["\"Sts1CobcSw/FramSections/RingArray.hpp\"", "public", "<Sts1CobcSw/FramSections/RingArray.hpp>", "public"] },
{ include: ["\"Sts1CobcSw/FramSections/PersistentVariableInfo.hpp\"", "public", "<Sts1CobcSw/FramSections/PersistentVariableInfo.hpp>", "public"] },
{ include: ["\"Sts1CobcSw/FramSections/PersistentVariables.hpp\"", "public", "<Sts1CobcSw/FramSections/PersistentVariables.hpp>", "public"] },
{ include: ["\"Sts1CobcSw/FramSections/Section.hpp\"", "public", "<Sts1CobcSw/FramSections/Section.hpp>", "public"] },
Expand Down

0 comments on commit c642f08

Please sign in to comment.