![]() |
Double Solenoid Function Error
We're trying to use several double solenoids in C++, but we keep getting an error. no matching function for call to
Code:
'DoubleSolenoid::DoubleSolenoid()'Code:
#include "WPILib.h" |
Re: Double Solenoid Function Error
You need to add initializations for the pusher and shifter. Those are calls to the constructor of the class. 'DoubleSolenoid::DoubleSolenoid()
Code:
Robot() : |
| All times are GMT -5. The time now is 09:17 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi