File tree 4 files changed +10
-2
lines changed
include/FRC_NetworkCommunication
4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2019_v12
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ext.addTaskToCopyAllOutputs = { task ->
29
29
copyAllOutputs. from task. archivePath
30
30
}
31
31
32
- def pubVersion = ' 2019.9.3 '
32
+ def pubVersion = ' 2019.12.1 '
33
33
34
34
def baseArtifactId = ' chipobject'
35
35
def artifactGroupId = ' edu.wpi.first.ni-libraries'
@@ -70,6 +70,9 @@ task libZip(type: Zip) {
70
70
from(' src/lib/chipobject' ) {
71
71
into ' /linux/athena/shared/'
72
72
}
73
+ from (' RequiredVersion.txt' ) {
74
+ into ' /'
75
+ }
73
76
}
74
77
75
78
task libZipDebug (type : Zip ) {
@@ -80,6 +83,9 @@ task libZipDebug(type: Zip) {
80
83
from(' src/lib/chipobject' ) {
81
84
into ' /linux/athena/shared/'
82
85
}
86
+ from (' RequiredVersion.txt' ) {
87
+ into ' /'
88
+ }
83
89
}
84
90
85
91
task headersZip (type : Zip ) {
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ namespace nUsageReporting
104
104
kResourceType_PWMVictorSPX ,
105
105
kResourceType_RevSparkMaxPWM ,
106
106
kResourceType_RevSparkMaxCAN ,
107
+ kResourceType_ADIS16470 ,
107
108
} tResourceType;
108
109
109
110
typedef enum
@@ -164,7 +165,7 @@ namespace nUsageReporting
164
165
165
166
/* *
166
167
* Report the usage of a resource of interest.
167
- *
168
+ *
168
169
* @param resource one of the values in the tResourceType above (max value 51).
169
170
* @param instanceNumber an index that identifies the resource instance.
170
171
* @param context an optional additional context number for some cases (such as module number). Set to 0 to omit.
You can’t perform that action at this time.
0 commit comments