Refactored wpilibj HAL JNI to simplify generating it from HAL headers (#109)

wpilibj FRCNetworkCommunication.java is now generated from HAL headers and was renamed to FRCNetComm.java
This commit is contained in:
Tyler Veness
2016-07-10 16:24:57 -07:00
committed by Peter Johnson
parent aafca4ed7f
commit e44a6e227a
61 changed files with 932 additions and 770 deletions

View File

@@ -112,7 +112,7 @@ void SampleRobot::StartCompetition() {
RobotInit();
// Tell the DS that the robot is ready to be enabled
HAL_NetworkCommunicationObserveUserProgramStarting();
HAL_ObserveUserProgramStarting();
RobotMain();