File tree 3 files changed +9
-7
lines changed
src/main/native/systemcore
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ includeOtherLibs {
37
37
^gtest/
38
38
^i2clib/
39
39
^llvm/
40
+ ^networktables/
41
+ ^ntcore
40
42
^opencv2/
41
43
^spilib/
42
44
^support/
Original file line number Diff line number Diff line change 2
2
// Open Source Software; you can modify and/or share it under the terms of
3
3
// the WPILib BSD license file in the root directory of this project.
4
4
5
- #include < networktables/BooleanTopic.h>
6
- #include < networktables/NetworkTableInstance.h>
7
- #include < networktables/ProtobufTopic.h>
8
- #include < networktables/StringArrayTopic.h>
9
- #include < networktables/StringTopic.h>
10
-
11
5
#include < atomic>
12
6
#include < chrono>
13
7
#include < cstdio>
19
13
#include < utility>
20
14
21
15
#include < fmt/format.h>
16
+ #include < networktables/BooleanTopic.h>
17
+ #include < networktables/NetworkTableInstance.h>
18
+ #include < networktables/ProtobufTopic.h>
19
+ #include < networktables/StringArrayTopic.h>
20
+ #include < networktables/StringTopic.h>
22
21
#include < wpi/EventVector.h>
23
22
#include < wpi/SafeThread.h>
24
23
#include < wpi/SmallVector.h>
Original file line number Diff line number Diff line change 6
6
7
7
#include < string>
8
8
9
+ #include < networktables/IntegerTopic.h>
10
+
9
11
#include " PortsInternal.h"
10
12
#include " hal/handles/DigitalHandleResource.h"
11
13
#include " hal/handles/HandlesInternal.h"
12
- #include " networktables/IntegerTopic.h"
13
14
14
15
namespace hal {
15
16
You can’t perform that action at this time.
0 commit comments