Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add implementations of the new 2017 commands #113

Merged
merged 1 commit into from
Jan 18, 2017
Merged

Add implementations of the new 2017 commands #113

merged 1 commit into from
Jan 18, 2017

Conversation

msoucy
Copy link
Contributor

@msoucy msoucy commented Jan 18, 2017

Added ConditionalCommand, InstantCommand, and TimedCommand.

Reworked command hierarchy to reflect WPILibJ's version.

Converted abstract methods to virtual, to be more in line with WPILibJ.

Added `ConditionalCommand`, `InstantCommand`, and `TimedCommand`.

Reworked hierarchy to reflect WPILibJ's version

Converted abstract methods to virtual, to be more inline with WPILibJ.
@codecov-io
Copy link

codecov-io commented Jan 18, 2017

Current coverage is 16.00% (diff: 0.00%)

Merging #113 into master will decrease coverage by 0.08%

@@             master       #113   diff @@
==========================================
  Files           122        125     +3   
  Lines          7732       7773    +41   
  Methods        1381       1391    +10   
  Messages          0          0          
  Branches        956        959     +3   
==========================================
  Hits           1244       1244          
- Misses         6371       6410    +39   
- Partials        117        119     +2   

Powered by Codecov. Last update ba07dbc...adf6f90

@ThadHouse ThadHouse merged commit 813be83 into robotdotnet:master Jan 18, 2017
@msoucy msoucy deleted the commands2017 branch January 21, 2017 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants