Skip to content

Commit 063574f

Browse files
committed
Update to 2019 image 4
1 parent aaee580 commit 063574f

18 files changed

+4
-4
lines changed

FileLocations.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
libFRC_NetworkCommunication.so - \usr\local\frc\lib
2-
libi2c.so - \usr\local\frc\lib
32
libNiFpga.so - \usr\local\natinst\lib
43
libNiFpgaLv.so - \usr\local\natinst\lib
54
libniriodevenum.so - \usr\local\natinst\lib
65
libniriosession.so - \usr\local\natinst\lib
76
libNiRioSrv.so - \usr\local\natinst\lib
87
libRoboRIO_FRC_ChipObject.so - \usr\local\frc\lib
9-
libspi.so - \usr\local\frc\lib
108
libvisa.so - \usr\local\vxipnp\linux\lib\

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ext.addTaskToCopyAllOutputs = { task ->
2929
copyAllOutputs.from task.archivePath
3030
}
3131

32-
def pubVersion = '2018.17.1'
32+
def pubVersion = '2019.4.1'
3333

3434
def baseArtifactId = 'chipobject'
3535
def artifactGroupId = 'edu.wpi.first.ni-libraries'

src/include/FRC_NetworkCommunication/FRCComm.h

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ extern "C" {
141141
int EXPORT_FUNC setNewDataOccurRef(uint32_t refnum);
142142

143143
int EXPORT_FUNC FRC_NetworkCommunication_getControlWord(struct ControlWord_t *controlWord);
144+
int EXPORT_FUNC FRC_NetworkCommunication_getWatchdogActive(void);
144145
int EXPORT_FUNC FRC_NetworkCommunication_getAllianceStation(enum AllianceStationID_t *allianceStation);
145146
int EXPORT_FUNC FRC_NetworkCommunication_getMatchInfo(char *eventName, enum MatchType_t *matchType, uint16_t *matchNumber, uint8_t *replayNumber,
146147
uint8_t *gameSpecificMessage, uint16_t *gameSpecificMessageSize);

src/include/FRC_NetworkCommunication/UsageReporting.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
#ifndef __UsageReporting_h__
23
#define __UsageReporting_h__
34

@@ -161,7 +162,7 @@ namespace nUsageReporting
161162

162163
/**
163164
* Report the usage of a resource of interest.
164-
*
165+
*
165166
* @param resource one of the values in the tResourceType above (max value 51).
166167
* @param instanceNumber an index that identifies the resource instance.
167168
* @param context an optional additional context number for some cases (such as module number). Set to 0 to omit.
Binary file not shown.
-211 KB
Binary file not shown.
219 KB
Binary file not shown.
-51.3 KB
Binary file not shown.
52.6 KB
Binary file not shown.
-930 KB
Binary file not shown.
791 KB
Binary file not shown.
-83.9 KB
Binary file not shown.
736 KB
Binary file not shown.
-36.6 KB
Binary file not shown.
32.9 KB
Binary file not shown.

src/lib/chipobject/libvisa.so

284 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)