mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
SCRIPT Run cc include replacements
This commit is contained in:
committed by
Peter Johnson
parent
f0a3c64121
commit
7c6efa41ae
@@ -1,5 +1,5 @@
|
||||
extra_includes:
|
||||
- networktables/NTSendableBuilder.h
|
||||
- wpi/nt/NTSendableBuilder.hpp
|
||||
|
||||
classes:
|
||||
nt::NTSendable:
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
extra_includes:
|
||||
- networktables/BooleanArrayTopic.h
|
||||
- networktables/BooleanTopic.h
|
||||
- networktables/DoubleArrayTopic.h
|
||||
- networktables/DoubleTopic.h
|
||||
- networktables/FloatArrayTopic.h
|
||||
- networktables/FloatTopic.h
|
||||
- networktables/IntegerArrayTopic.h
|
||||
- networktables/IntegerTopic.h
|
||||
- networktables/NetworkTableInstance.h
|
||||
- networktables/RawTopic.h
|
||||
- networktables/StringArrayTopic.h
|
||||
- networktables/StringTopic.h
|
||||
- networktables/StructArrayTopic.h
|
||||
- networktables/StructTopic.h
|
||||
- networktables/Topic.h
|
||||
- wpi/nt/BooleanArrayTopic.hpp
|
||||
- wpi/nt/BooleanTopic.hpp
|
||||
- wpi/nt/DoubleArrayTopic.hpp
|
||||
- wpi/nt/DoubleTopic.hpp
|
||||
- wpi/nt/FloatArrayTopic.hpp
|
||||
- wpi/nt/FloatTopic.hpp
|
||||
- wpi/nt/IntegerArrayTopic.hpp
|
||||
- wpi/nt/IntegerTopic.hpp
|
||||
- wpi/nt/NetworkTableInstance.hpp
|
||||
- wpi/nt/RawTopic.hpp
|
||||
- wpi/nt/StringArrayTopic.hpp
|
||||
- wpi/nt/StringTopic.hpp
|
||||
- wpi/nt/StructArrayTopic.hpp
|
||||
- wpi/nt/StructTopic.hpp
|
||||
- wpi/nt/Topic.hpp
|
||||
- src/py2value.h
|
||||
- src/pyentry.h
|
||||
- wpystruct.h
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
extra_includes:
|
||||
- networktables/NetworkTableInstance.h
|
||||
- networktables/Topic.h
|
||||
- wpi/nt/NetworkTableInstance.hpp
|
||||
- wpi/nt/Topic.hpp
|
||||
- src/py2value.h
|
||||
- src/pyentry.h
|
||||
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
extra_includes:
|
||||
- networktables/BooleanArrayTopic.h
|
||||
- networktables/BooleanTopic.h
|
||||
- networktables/DoubleArrayTopic.h
|
||||
- networktables/DoubleTopic.h
|
||||
- networktables/FloatArrayTopic.h
|
||||
- networktables/FloatTopic.h
|
||||
- networktables/IntegerArrayTopic.h
|
||||
- networktables/IntegerTopic.h
|
||||
- networktables/MultiSubscriber.h
|
||||
- networktables/RawTopic.h
|
||||
- networktables/StringArrayTopic.h
|
||||
- networktables/StringTopic.h
|
||||
- networktables/StructArrayTopic.h
|
||||
- networktables/StructTopic.h
|
||||
- networktables/Topic.h
|
||||
- wpi/nt/BooleanArrayTopic.hpp
|
||||
- wpi/nt/BooleanTopic.hpp
|
||||
- wpi/nt/DoubleArrayTopic.hpp
|
||||
- wpi/nt/DoubleTopic.hpp
|
||||
- wpi/nt/FloatArrayTopic.hpp
|
||||
- wpi/nt/FloatTopic.hpp
|
||||
- wpi/nt/IntegerArrayTopic.hpp
|
||||
- wpi/nt/IntegerTopic.hpp
|
||||
- wpi/nt/MultiSubscriber.hpp
|
||||
- wpi/nt/RawTopic.hpp
|
||||
- wpi/nt/StringArrayTopic.hpp
|
||||
- wpi/nt/StringTopic.hpp
|
||||
- wpi/nt/StructArrayTopic.hpp
|
||||
- wpi/nt/StructTopic.hpp
|
||||
- wpi/nt/Topic.hpp
|
||||
- src/py2value.h
|
||||
- src/nt_instance.h
|
||||
- wpi/datalog/DataLog.h
|
||||
- wpi/datalog/DataLog.hpp
|
||||
- wpystruct.h
|
||||
|
||||
classes:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
extra_includes:
|
||||
- networktables/NetworkTableType.h
|
||||
- wpi/nt/NetworkTableType.hpp
|
||||
- src/py2value.h
|
||||
|
||||
functions:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
extra_includes:
|
||||
- networktables/GenericEntry.h
|
||||
- networktables/NetworkTableInstance.h
|
||||
- wpi/nt/GenericEntry.hpp
|
||||
- wpi/nt/NetworkTableInstance.hpp
|
||||
|
||||
classes:
|
||||
nt::Topic:
|
||||
|
||||
@@ -4,7 +4,7 @@ defaults:
|
||||
|
||||
extra_includes:
|
||||
- pybind11/stl.h
|
||||
- networktables/Topic.h
|
||||
- wpi/nt/Topic.hpp
|
||||
|
||||
functions:
|
||||
RemoveListener:
|
||||
|
||||
Reference in New Issue
Block a user