|
Re: Joystick not initialized Error
Thank you for responding GeeTwo!
I did have two methods referring to the same variable.
Now I just get an error for the setDefaultCommand still.
It appears that the joystick is not properly initialized.
I get the following errors now:
Description Resource Path Location Type
The type 'Joystick' must implement the inherited pure virtual method 'GenericHID::GetPOV' OI.cpp /GrabNGo/src line 30 Code Analysis Problem
The type 'Joystick' must implement the inherited pure virtual method 'GenericHID::GetRawAxis' OI.cpp /GrabNGo/src line 30 Code Analysis Problem
The type 'Joystick' must implement the inherited pure virtual method 'GenericHID::GetRawButton' OI.cpp /GrabNGo/src line 30 Code Analysis Problem
The type 'Lift_Down' must implement the inherited pure virtual method 'ITableListener::ValueChanged' OI.cpp /GrabNGo/src line 41 Code Analysis Problem
The type 'Lift_Up' must implement the inherited pure virtual method 'ITableListener::ValueChanged' OI.cpp /GrabNGo/src line 39 Code Analysis Problem
|