View Single Post
  #3   Spotlight this post!  
Unread 03-07-2015, 08:02 PM
Technette Technette is offline
Registered User
FRC #2404
 
Join Date: Jan 2014
Location: Glendale, California
Posts: 6
Technette is an unknown quantity at this point
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
Reply With Quote