robotdotnet / WPILib

DotNet implementation of WPILib for FIRST Robotics Competition (FRC)
27 stars 8 forks source link

Add implementations of the new 2017 commands #113

Closed msoucy closed 7 years ago

msoucy commented 7 years ago

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.

codecov-io commented 7 years ago

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