-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #157 from FRC2706/rename-logging
Rename logging
- Loading branch information
Showing
10 changed files
with
237 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
package ca.team2706.frc.robot; | ||
|
||
/** | ||
* The status of the connection to the FMS and driverstation | ||
*/ | ||
public enum ConnectionState { | ||
/** | ||
* FMS has been connected | ||
*/ | ||
FMS_CONNECT, | ||
|
||
/** | ||
* FMS has been disconnected | ||
*/ | ||
FMS_DISCONNECT, | ||
|
||
/** | ||
* Driverstation has been connnected | ||
*/ | ||
DRIVERSTATION_CONNECT, | ||
|
||
/** | ||
* Driverstation has been disconnected | ||
*/ | ||
DRIVERSTATION_DISCONNECT | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.