mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[wpiutil] Split C++ header files
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
defaults:
|
||||
ignore: true
|
||||
|
||||
enums:
|
||||
WPI_TimestampSource:
|
||||
value_prefix: WPI_TIMESRC
|
||||
rename: TimestampSource
|
||||
|
||||
7
wpiutil/src/main/python/semiwrap/RawFrame_c.yml
Normal file
7
wpiutil/src/main/python/semiwrap/RawFrame_c.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
defaults:
|
||||
ignore: true
|
||||
|
||||
enums:
|
||||
WPI_TimestampSource:
|
||||
value_prefix: WPI_TIMESRC
|
||||
rename: TimestampSource
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user