[wpiutil] Split C++ header files

This commit is contained in:
Peter Johnson
2026-01-04 10:22:33 -08:00
parent a7f71c9434
commit f08258f784
97 changed files with 727 additions and 718 deletions

View File

@@ -70,8 +70,9 @@ depends = ["wpiutil-casters"]
Color = "wpi/util/Color.hpp"
Color8Bit = "wpi/util/Color8Bit.hpp"
StackTrace = "wpi/util/StackTrace.hpp"
Synchronization = "wpi/util/Synchronization.h"
RawFrame = "wpi/util/RawFrame.h"
Synchronization = "wpi/util/Synchronization.hpp"
RawFrame_c = "wpi/util/RawFrame.h"
RawFrame = "wpi/util/RawFrame.hpp"
# wpi/sendable
Sendable = "wpi/util/sendable/Sendable.hpp"

View File

@@ -1,7 +1,3 @@
defaults:
ignore: true
enums:
WPI_TimestampSource:
value_prefix: WPI_TIMESRC
rename: TimestampSource

View File

@@ -0,0 +1,7 @@
defaults:
ignore: true
enums:
WPI_TimestampSource:
value_prefix: WPI_TIMESRC
rename: TimestampSource

View File

@@ -1,6 +1,6 @@
#include <pybind11/pybind11.h>
#include "wpi/util/string.h"
#include "wpi/util/string.hpp"
namespace pybind11::detail {
@@ -31,4 +31,4 @@ public:
}
};
} // namespace pybind11::detail
} // namespace pybind11::detail